summaryrefslogtreecommitdiff
path: root/themes/wind/css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind/css')
-rw-r--r--themes/wind/css/screen.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 2898bf2b..444c370e 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -465,6 +465,7 @@ form .gError,
#gContent .gPhoto h2,
#gContent .gItem .gMetadata {
display: none;
+ margin-bottom: .6em;
}
#gContent #gAlbumGrid .gAlbum {
@@ -480,8 +481,9 @@ form .gError,
}
#gContent #gAlbumGrid .gHoverItem {
- background-color: #fff;
border: 1px solid #000;
+ position: absolute !important;
+ z-index: 1000 !important;
}
#gContent .gHoverItem h2,
@@ -489,6 +491,12 @@ form .gError,
display: block;
}
+#gContent #gAlbumGrid #gPlaceHolder {
+ position: relative;
+ visibility: hidden;
+ z-index: 1;
+}
+
/* Individual photo content ~~~~~~~~~~~~~~ */
#gContent #gItem {
@@ -589,7 +597,7 @@ form .gError,
#gSiteMenu {
bottom: 0;
- display: none;
+ display: none;
left: 140px;
position: absolute;
}
@@ -601,9 +609,10 @@ form .gError,
/* Context Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.gContextMenu {
- position: absolute;
+ background-color: #fff;
bottom: 0;
left: 0;
+ position: absolute;
}
.gItem .gContextMenu {