summaryrefslogtreecommitdiff
path: root/themes/default/css/screen.css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-07-11 00:40:57 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-07-11 00:40:57 -0600
commite0e450d90fe67ac199d82d2b8e902cff5c8b6c7d (patch)
treea9d093c3382097a52421da276934791b6d37df1f /themes/default/css/screen.css
parentfe6320ef4c976df037c259c85bab26c508659ba9 (diff)
Position gItem and gPhoto relative, then position quick and thumb menus as absolute within them. Moved css from quick.js to quick.css.
Diffstat (limited to 'themes/default/css/screen.css')
-rw-r--r--themes/default/css/screen.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 41e51623..d08ada17 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -460,6 +460,7 @@ form .gError,
height: 240px;
overflow: hidden;
padding: 14px 8px;
+ position: relative;
text-align: center;
width: 213px;
}
@@ -487,7 +488,7 @@ form .gError,
}
#gContent #gPhoto {
-
+ position: relative;
}
#gContent #gItem .gFullSizeLink img {
@@ -581,6 +582,21 @@ form .gError,
margin-bottom: 0;
}
+/* Thumb Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+.gItem .gMenu {
+ bottom: 0;
+ margin-bottom: -2px;
+ position: absolute;
+ right: 0;
+}
+
+.gItem .gMenu li {
+ font-weight: normal !important;
+}
+
+/* View Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
#gViewMenu {
margin-bottom: 1em;
}