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; } diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php index 1dba206f..7d4b6959 100644 --- a/core/views/quick_pane.html.php +++ b/core/views/quick_pane.html.php @@ -83,20 +83,20 @@ - + +