summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorJakob Hilden <jhild@umich.edu>2009-04-07 07:14:36 +0000
committerJakob Hilden <jhild@umich.edu>2009-04-07 07:14:36 +0000
commitb6f59e17f1a7f5627eea807dcd049bbc6242d3e6 (patch)
treec6efbedf9bc89c2072595220709dfa5c91846b98 /core/css
parenta4d63d5a41d69c9c1bed14769d628c5d491809b2 (diff)
changed the items in quickpaneoptions dropdown menu (which appears in the quickpane for albums) to be easier clickable and changed markup to use <ul> (more semantically correct)
Diffstat (limited to 'core/css')
-rw-r--r--core/css/quick.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/core/css/quick.css b/core/css/quick.css
index 1ac88c6d..02f9953e 100644
--- a/core/css/quick.css
+++ b/core/css/quick.css
@@ -26,8 +26,15 @@
width: 100%;
}
-#gQuickPaneOptions a {
+#gQuickPaneOptions li a {
display: block;
- clear: both;
+ float: none;
width: auto;
+ margin: 0;
+ padding: .5em .5em .5em .8em;
+ text-align: left;
+}
+
+#gQuickPaneOptions li a:hover {
+ background-color: #4d4d4d;
}