diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2008-12-05 06:06:02 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-05 06:06:02 +0000 |
| commit | bfd3a21dfdffcae86e695c8b50802e5c7ee3cf79 (patch) | |
| tree | 71657bd5b0196fa9991296f813082dba1ab9d6f6 /themes/default/css | |
| parent | 0d1c04060579b13b648d0dbdbb4577bda58b34a2 (diff) | |
Added album and item view icons (album, hybrid, slideshow, full size). Added "Options" menu placeholder to display item options (add, edit, subscribe, permissions, etc.). Renamed gAlbumHeaderMenu to gItemMenu which can be used on both album and item views.
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 49824a05..aad2ee8d 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -299,6 +299,10 @@ table.gBlockContent td { /* Album ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +#gAlbumHeader { + position: relative; +} + #gAlbumHeader h1 { display: inline; margin-right: .6em; @@ -309,10 +313,6 @@ table.gBlockContent td { display: inline; } -#gAlbumHeaderButtons { - float: right; -} - #gAlbumGrid { margin-top: 20px; } @@ -492,6 +492,18 @@ table.gMetadata td.toggle { width: 100%; } +#gItemMenu { + margin: 0 0 20px 20px; + position: absolute; + right: 0; + top: 0; +} + +#gItemMenu li { + float: left; + margin: 0 3px; +} + /* Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #gBreadcrumbs { @@ -656,8 +668,10 @@ table.gMetadata td.toggle { .gButtonLink { border: 1px solid #ccc; - padding: 5px; - margin-left: 5px; + display: block; + height: 24px; + line-height: 1.7em; + padding: 3px 1em 0; } .gButtonLink:hover { |
