Skip to content

Commit

Permalink
Merge pull request sakaiproject#1984 from clhedrick/LSNBLDR-575
Browse files Browse the repository at this point in the history
LSNBLDR-575; embedded video div should always be 100% width
  • Loading branch information
clhedrick committed Mar 21, 2016
2 parents 52e68bb + c8106e9 commit d7dabd9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lessonbuilder/tool/src/webapp/css/Simplepagetool.css
Original file line number Diff line number Diff line change
Expand Up @@ -1124,12 +1124,12 @@ div[role="dialog"] {
background: url(../images/reload_h.gif) center left no-repeat
}

/*
alternate treatment for list - can go in tool.css
*/
.right-col {
display: inline-block;
}
.multimediaType .right-col {
width:100%; /* for embedded video */
}
.right-col2 {
left:5px;
}
Expand Down Expand Up @@ -1449,5 +1449,3 @@ body > .portletBody > .action {
}
/* end lessons in iframe */
/* narrow screen */


0 comments on commit d7dabd9

Please sign in to comment.