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)

This commit is contained in:
Jakob Hilden
2009-04-07 07:14:36 +00:00
parent a4d63d5a41
commit b6f59e17f1
2 changed files with 17 additions and 10 deletions
+9 -2
View File
@@ -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;
}