From 7ebbe189d4a6955532fb17f4cb9466115279ca35 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 8 Feb 2009 00:42:17 +0000 Subject: Implement the "additional options" part of the quick menu. It's only for albums, because we don't currently have additional options for photos yet. --- core/css/quick.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'core/css') diff --git a/core/css/quick.css b/core/css/quick.css index e9c2bf31..326576e0 100644 --- a/core/css/quick.css +++ b/core/css/quick.css @@ -65,3 +65,20 @@ #gQuickPane .options { background-position: -112px 0; } + +#gQuickPaneOptions { + background: #000; + float: left; + width: 100%; +} + +#gQuickPaneOptions a { + display: block; + background: none; + width: auto; +} + +#gQuickPaneOptions a:hover { + color: #999; + background: none; +} -- cgit v1.2.3