MDL-10383 - groups/groupings refactoring and improvements - basic UI for groupings implemented

This commit is contained in:
skodak 2007-08-16 09:28:18 +00:00
parent baea72ec48
commit 62d6383803
12 changed files with 454 additions and 196 deletions

View file

@ -413,6 +413,17 @@ form.popupform label {
width: 18em;
}
#group-groupings .buttons {
margin: 20px;
text-align:center;
}
#group-groupings .buttons .singlebutton {
display: inline;
padding: 5px;
}
img.icon {
vertical-align:middle;
margin-right:4px;