diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-28 13:47:36 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-28 13:47:36 -0700 |
commit | 31d63a0d0a27212435a78eb38461320f486b5f95 (patch) | |
tree | 68782a88d954e7ae4f0d793b3b2483e720a74beb /themes/default/css | |
parent | 1d5262f9c354a8564f05a8a31b915ad479f4d361 (diff) | |
parent | 1855642bd169a1cae69cd9efb8da4458ea6e4a3c (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 481581a2..94a67ccf 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -406,7 +406,6 @@ form .gError, } #gSidebar { - background-color: #fff; font-size: .9em; padding: 0 20px; width: 220px; @@ -492,23 +491,13 @@ form .gError, width: 16px; } -#gContent #gAlbumGrid #gHoverItem { +#gContent #gAlbumGrid .gHoverItem { background-color: #fff; border: 1px solid #000; - display: none; - height: auto; - padding: 0; - position: absolute; - width: auto; - z-index: 100; -} - -#gContent #gAlbumGrid #gHoverItem .gItem { - border: none; } -#gContent #gHoverItem .gItem h2, -#gContent #gHoverItem .gItem .gMetadata { +#gContent .gHoverItem h2, +#gContent .gHoverItem .gMetadata { display: block; } @@ -654,15 +643,15 @@ form .gError, line-height: 1.6em; } -#gHoverItem .gContextMenu { +.gHoverItem .gContextMenu { display: block; } -#gHoverItem .gContextMenu li { +.gHoverItem .gContextMenu li { text-align: left; } -#gHoverItem .gContextMenu a:hover { +.gHoverItem .gContextMenu a:hover { text-decoration: none; } |