diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-07-12 16:07:16 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-07-12 16:07:16 -0600 |
commit | 413174e89edb36b311237aea4ab8386d75d16760 (patch) | |
tree | fa00845963a6d64b8d7b9628f4c233c18fde6116 /themes/default/css | |
parent | 58d0a5013d4cda1be0cf528b8ff08d44b123d75f (diff) |
Second attempt at showing and hiding the thumb menu. Renamed gThumbMenu to gPhotoMenu for use on both album and photo pages, eventually.
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 1853a11d..93b68e68 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -582,23 +582,24 @@ form .gError, margin-bottom: 0; } -/* Thumb Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +/* Photo Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -#gContent .gThumbMenu { +#gContent .gPhotoMenu { bottom: 0; left: 0; position: absolute; width: 100%; } -#gContent .gThumbMenu li { +#gContent .gPhotoMenu li { border-left: none; border-right: none; } -#gContent .gThumbMenu a:hover { +#gContent .gPhotoMenu a:hover { text-decoration: none; } + /* View Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #gViewMenu { |