summaryrefslogtreecommitdiff
path: root/lib/gallery.common.css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-09 12:07:27 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-09 12:07:27 -0600
commit80bb78fa4ef3fe718cdee56fc98d5584dcd7d5b2 (patch)
treeb889ffb133bd6aa5fbe3140b6ab3f28f8b7032cf /lib/gallery.common.css
parent83203a11f8f3da23dbd2a75e94ca66a5d53ebc3f (diff)
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.
Diffstat (limited to 'lib/gallery.common.css')
-rw-r--r--lib/gallery.common.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index bb92e409..cc44b663 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -137,11 +137,13 @@ form .g-error {
**********************************************************************/
.g-left {
+ clear: none;
float: left;
margin: 1em 1em 1em 0;
}
.g-right {
+ clear: none;
float: right;
margin: 1em 0 1em 1em;
}
@@ -256,19 +258,18 @@ form .g-error {
/* Pagination ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-pager {
- clear: both;
- margin: 0;
- padding: 5px 0 !important;
+ padding: 5px 0;
width: 100%;
}
.g-pager li {
float: left;
- margin: 0;
width: 30%;
}
.g-pager .g-info {
+ background: none;
+ padding: .2em 0;
text-align: center;
width: 40%;
}
@@ -309,9 +310,7 @@ form .g-error {
}
#g-dialog .g-cancel {
- clear: none;
- float: left;
- margin: .3em 1em;
+ margin: .4em 1em;
}
/** *******************************************************************