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:
Jun Pataleta
2017-06-21 11:02:16 +08:00
parent 91fe23133c
commit a7184670fd
6 changed files with 3 additions and 54 deletions
@@ -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;
}
-15
View File
@@ -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 {