MDL-54642 tool_lp: Fix learning plan button layout in FF

The learning plan buttons are floating left but the table below it wasn't
clearning floating elements so it was appearing on the same line.
This commit is contained in:
Ryan Wyllie 2016-05-20 02:35:11 +00:00
parent 33892edf18
commit 3fdc542fe4

View File

@ -117,6 +117,9 @@
.path-admin-tool-lp [data-region="competencylinktree"] select {
width: 100%;
}
.path-admin-tool-lp [data-region] .generaltable.fullwidth {
clear: both;
}
.path-admin-tool-lp .competency-rule-points {
margin-top: 10px;