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:
Chad Kieffer
2009-10-09 12:07:27 -06:00
parent 83203a11f8
commit 80bb78fa4e
6 changed files with 10 additions and 26 deletions

View File

@@ -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"],