MDL-56368 theme_bootstrapbase: Settings for Restrict Access not inline.

This commit is contained in:
lazydaisy
2016-10-14 15:51:25 +01:00
parent 0b70ff8a16
commit 12dba02ab0
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -524,12 +524,16 @@ fieldset.coursesearchbox label {
margin-bottom: 4px;
}
.availability-plugincontrols {
padding: 2px 0px 0px 4px;
padding: 2px 0 0 4px;
background: none repeat scroll 0% 0% @wellBackground;
border: 1px solid @grayLighter;
border-radius: 4px;
display: inline-block;
margin-right: 8px;
select {
width: auto;
max-width: 200px;
}
}
/* Eye icon in front of an item and delete icon after it. */
.availability-eye,
@@ -580,7 +584,7 @@ fieldset.coursesearchbox label {
}
.availability-plugincontrols {
padding-right: 4px;
padding-left: 0px;
padding-left: 0;
margin-right: 0;
margin-left: 8px;
}
File diff suppressed because one or more lines are too long