MDL-45076 theme_bootstrapbase: Clean up participants controls LESS

This commit is contained in:
Frederic Massart
2014-04-15 12:19:53 +08:00
parent a71b1f131e
commit f82bc6be01
2 changed files with 18 additions and 20 deletions
+17 -19
View File
@@ -54,25 +54,23 @@
text-align: left;
padding: 4px;
}
.userlist table.controls {
width: 100%;
}
.userlist table.controls tr {
vertical-align: top;
}
.userlist table.controls td.right,
.userlist table.controls td.left {
padding: 4px;
}
.userlist table.controls .right {
text-align: right;
}
.userlist table.controls .groupselector {
margin-bottom: 0;
margin-top: 0;
}
.userlist table.controls .groupselector label {
display: block;
.userlist {
table.controls {
width: 100%;
tr {
vertical-align: top;
}
.right {
text-align: right;
}
.groupselector {
margin-bottom: 0;
margin-top: 0;
label {
display: block;
}
}
}
}
.userinfobox {
width: 100%;
File diff suppressed because one or more lines are too long