diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-08 13:20:00 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-08 13:20:00 -0600 |
commit | 3a8f1f426294737aac145d15462caa808aef14b1 (patch) | |
tree | bb917ac08080e335ff9de39277542cc190674c77 | |
parent | 00098b4d1468b09ccbd5514c6b9634e92955a078 (diff) |
Cleanup context menu styles a bit
-rw-r--r-- | themes/default/css/screen.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 1cb813f3..05d2977a 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -621,7 +621,7 @@ form .gError, margin-bottom: 0 !important; } -/* Thumb Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +/* Context Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .gContextMenu { bottom: 0; @@ -637,11 +637,10 @@ form .gError, border-bottom: none; } -.gContextMenu li li { - padding: .3em; +.gContextMenu li a { + line-height: 1.6em; } - #gHoverItem .gContextMenu { display: block; } |