diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-02-08 00:42:17 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-02-08 00:42:17 +0000 |
commit | 7ebbe189d4a6955532fb17f4cb9466115279ca35 (patch) | |
tree | 22d9c328815d15ddd53ec8120f02071c255e83bf /core/css | |
parent | d9b4d96c670187aab0c7f37477da3f0c7a628767 (diff) |
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.
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/quick.css | 17 |
1 files changed, 17 insertions, 0 deletions
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; +} |