summaryrefslogtreecommitdiff
path: root/modules/gallery/css
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/css')
-rw-r--r--modules/gallery/css/upgrader.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gallery/css/upgrader.css b/modules/gallery/css/upgrader.css
index 01689a97..e1038ad1 100644
--- a/modules/gallery/css/upgrader.css
+++ b/modules/gallery/css/upgrader.css
@@ -91,7 +91,7 @@ div.button-active:hover {
background: #ccc;
}
-div#confirmation {
+div#dialog {
position: absolute;
background: blue;
z-index: 1000;
@@ -99,13 +99,13 @@ div#confirmation {
text-align: center;
}
-div#confirmation a.close {
+div#dialog a.close {
float: right;
padding: 10px;
text-decoration: none;
}
-div#confirmation div {
+div#dialog div {
margin: 2px;
padding: 20px;
border: 2px solid #999;