mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-03 10:19:47 -04:00
Fixed resized photo float issue, added g-clearfix to g-pager on the photo view. Tightened up g-pager styles. Removed a few unecessary !importants.
This commit is contained in:
@@ -234,18 +234,6 @@ li.g-error select {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
/* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
form .g-error,
|
||||
.g-pager .g-info {
|
||||
background-color: #fff !important;
|
||||
}
|
||||
|
||||
.g-pager .g-info {
|
||||
background-image: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
/* Inline layout (forms, lists) ~~~~~~~~~~ */
|
||||
|
||||
.g-short-form li {
|
||||
@@ -408,7 +396,7 @@ form .g-error,
|
||||
|
||||
#g-content #g-item .g-fullsize-link img {
|
||||
display: block;
|
||||
margin: 1em auto !important;
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
#g-content #g-comments {
|
||||
@@ -899,7 +887,6 @@ form .g-error,
|
||||
}
|
||||
|
||||
.rtl .g-left,
|
||||
.rtl #g-dialog .g-cancel,
|
||||
.rtl form ul ul li,
|
||||
.rtl input[type="submit"],
|
||||
.rtl input[type="reset"],
|
||||
|
||||
Reference in New Issue
Block a user