From bfd3a21dfdffcae86e695c8b50802e5c7ee3cf79 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 5 Dec 2008 06:06:02 +0000 Subject: 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. --- themes/default/css/screen.css | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'themes/default/css') 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 { -- cgit v1.2.3