Fix floated group rows when more than one row exists. Attach g- before all css ids and classes for consistency. Other minor layout adjustments.

This commit is contained in:
Chad Kieffer
2009-11-14 14:03:11 -07:00
parent 0674f18eb5
commit 766d49c461
3 changed files with 19 additions and 15 deletions

View File

@@ -13,10 +13,10 @@
li.g-group {
display: block;
width: 100%;
border: 1px solid gray;
padding: 0;
margin: 0 1em 1em 0;
padding: 0;
width: 200px;
}
li.g-group h4 {
@@ -54,6 +54,10 @@ li.g-default-group h4, li.g-default-group .g-user {
color: gray;
}
.g-group.ui-droppable {
padding: 0 !important;
}
.g-password-strength0 {
background: url(../images/progressImg1.png) no-repeat 0 0;
width: 138px;