mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-07 03:59:12 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user