mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 03:30:34 -04:00
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:
+9
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user