summaryrefslogtreecommitdiff
path: root/modules/gallery/css
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/css')
-rw-r--r--modules/gallery/css/l10n_client.css2
-rw-r--r--modules/gallery/css/quick.css12
-rw-r--r--modules/gallery/css/upgrader.css6
3 files changed, 19 insertions, 1 deletions
diff --git a/modules/gallery/css/l10n_client.css b/modules/gallery/css/l10n_client.css
index ecec859d..51cbc753 100644
--- a/modules/gallery/css/l10n_client.css
+++ b/modules/gallery/css/l10n_client.css
@@ -38,7 +38,7 @@
display:none;}
/* Panel toggle button (span) */
-#l10n-client .labels .toggle {
+#l10n-client-toggler {
cursor:pointer;
display:block;
position:absolute; right:0em;
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 {
diff --git a/modules/gallery/css/upgrader.css b/modules/gallery/css/upgrader.css
index b877df49..7c377817 100644
--- a/modules/gallery/css/upgrader.css
+++ b/modules/gallery/css/upgrader.css
@@ -99,6 +99,12 @@ div#confirmation {
text-align: center;
}
+div#confirmation a.close {
+ float: right;
+ padding: 10px;
+ text-decoration: none;
+}
+
div#confirmation div {
margin: 2px;
padding: 20px;