summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-03-18 02:49:04 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-03-18 02:49:04 +0000
commit3a5de959b9ae801c1f7f93faab331306507db67a (patch)
treebdcaf9bf3621c10bdccafa45d38ed1d06e6f9972
parent4971db37d48ed184f8f66a3b2ed3cf89235a660b (diff)
Fix for ticket #143
-rw-r--r--core/css/quick.css1
-rw-r--r--core/views/quick_pane.html.php2
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>