diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-18 02:49:04 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-18 02:49:04 +0000 |
commit | 3a5de959b9ae801c1f7f93faab331306507db67a (patch) | |
tree | bdcaf9bf3621c10bdccafa45d38ed1d06e6f9972 | |
parent | 4971db37d48ed184f8f66a3b2ed3cf89235a660b (diff) |
Fix for ticket #143
-rw-r--r-- | core/css/quick.css | 1 | ||||
-rw-r--r-- | core/views/quick_pane.html.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/css/quick.css b/core/css/quick.css index 0fe634bd..1ac88c6d 100644 --- a/core/css/quick.css +++ b/core/css/quick.css @@ -28,5 +28,6 @@ #gQuickPaneOptions a { display: block; + clear: both; width: auto; } diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php index de5a8dcb..b4a9dbf0 100644 --- a/core/views/quick_pane.html.php +++ b/core/views/quick_pane.html.php @@ -74,7 +74,7 @@ <? endif ?> <? if ($item->is_album()): ?> -<a class="gButtonLink ui-corner-all ui-state-default" href="#" title="<?= t("additional options") ?>"> +<a class="gButtonLink ui-corner-all ui-state-default options" href="#" title="<?= t("additional options") ?>"> <span class="ui-icon ui-icon-triangle-1-s"> <?= t("Additional options") ?> </span> |