summaryrefslogtreecommitdiff
path: root/modules/gallery/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-11 05:07:41 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-11 05:07:41 -0700
commit0098ef05c3dafd8b6a8357e004cbe10ebcf0c51b (patch)
treebe83f2a62cfb4d39d33401c6170969b483346f1e /modules/gallery/css
parent954ab5a5051edb67eca8ae74283a80a226e39672 (diff)
parent4132d6c55ed91ca66607680bc44775c4ba650da6 (diff)
Merge branch 'master' of git@github.com:/gallery/gallery3
Diffstat (limited to 'modules/gallery/css')
-rw-r--r--modules/gallery/css/quick.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/gallery/css/quick.css b/modules/gallery/css/quick.css
index 02f9953e..0e45eac2 100644
--- a/modules/gallery/css/quick.css
+++ b/modules/gallery/css/quick.css
@@ -1,3 +1,12 @@
+#gQuickPane {
+ position: absolute;
+ top: 0;
+ left: 0;
+ text-align: center;
+ width: 100%;
+ height: auto;
+}
+
.gItem:hover {
background-color: #cfdeff;
}
@@ -12,6 +21,9 @@
background: #000;
border-bottom: 1px solid #ccc;
opacity: 0.9;
+ position: absolute;
+ top: 0;
+ left: 0;
}
#gQuickPane a {