diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-07-11 23:14:26 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-07-11 23:14:26 -0600 |
commit | 8bfcf09b4c9628f13fdee2b958b3d11c9abce474 (patch) | |
tree | 26305a0ab01e5a7c4facb42ba4f2f5aeb1df9674 /themes/default/css | |
parent | f1b2a14f4fe1bfd9419d4023b6b6223bc39c379b (diff) |
Styled thumb menu, still needs script to set up interraction.
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index d08ada17..66989ea4 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -584,17 +584,21 @@ form .gError, /* Thumb Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -.gItem .gMenu { +#gContent .gThumbMenu { bottom: 0; - margin-bottom: -2px; + left: 0; position: absolute; - right: 0; + width: 100%; } -.gItem .gMenu li { - font-weight: normal !important; +#gContent .gThumbMenu li { + border-left: none; + border-right: none; } +#gContent .gThumbMenu a:hover { + text-decoration: none; +} /* View Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #gViewMenu { |