MDL-56979 group: Template and styles fixes
* Remove custom styles for groups since we're using default Bootstrap styles now. * Hidden input breaks grid layout. Moved it inside the groups column. * Removed unnecessary 'groups' and 'members' classes. They are not being used in JS nor CSS.
This commit is contained in:
@@ -429,9 +429,6 @@ a.skip:active {
|
||||
margin-left: 43px;
|
||||
}
|
||||
// Group
|
||||
#page-group-index #groupeditform {
|
||||
text-align: center;
|
||||
}
|
||||
#doc-contents h1 {
|
||||
margin: 1em 0 0 0;
|
||||
}
|
||||
|
||||
@@ -264,21 +264,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
#groupeditform {
|
||||
.groups,
|
||||
.members {
|
||||
min-width: 175px;
|
||||
width: 49%;
|
||||
float: left;
|
||||
text-align: left;
|
||||
|
||||
select {
|
||||
min-width: 175px;
|
||||
max-width: 90%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/** Preferences page */
|
||||
.preferences-group {
|
||||
ul {
|
||||
|
||||
Reference in New Issue
Block a user