diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 05:24:54 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 05:24:54 +0000 |
commit | 7eded6770888cbec2659ad8946d1b461669bf11f (patch) | |
tree | 5a9aea2851eeea60774e231d4f137dbcb682c289 /themes | |
parent | 458d588dd6f29158f42be73fd6b63fdb5cd542c6 (diff) |
Make the album_top and header_bottom annotated theme blocks look a little bit nicer (but not perfect)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/css/screen.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index a4030f1e..26afd84f 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -303,7 +303,7 @@ table.gMetadata td.toggle { /* Slideshow button ~~~~~~~~~~~~~~~~~~~~~~ */ - #gSlideshowLink { +#gSlideshowLink { float: right; } @@ -822,6 +822,14 @@ div.gAnnotatedThemeBlock { clear: both; } +div.gAnnotatedThemeBlock_album_top { + float: right; +} + +div.gAnnotatedThemeBlock_header_bottom { + float: right; +} + div.gAnnotatedThemeBlock div.title { position: absolute; top: -1em; |