summaryrefslogtreecommitdiffstats
path: root/module/webui/themes/default/css
diff options
context:
space:
mode:
Diffstat (limited to 'module/webui/themes/default/css')
-rw-r--r--module/webui/themes/default/css/MooDialog.css (renamed from module/webui/themes/default/css/MooDialog/MooDialog.css)38
-rw-r--r--module/webui/themes/default/css/MooDialog/dialog-close.pngbin689 -> 0 bytes
-rw-r--r--module/webui/themes/default/css/MooDialog/dialog-error.pngbin1472 -> 0 bytes
-rw-r--r--module/webui/themes/default/css/MooDialog/dialog-question.pngbin2073 -> 0 bytes
-rw-r--r--module/webui/themes/default/css/MooDialog/dialog-warning.pngbin1651 -> 0 bytes
5 files changed, 17 insertions, 21 deletions
diff --git a/module/webui/themes/default/css/MooDialog/MooDialog.css b/module/webui/themes/default/css/MooDialog.css
index c88773ae9..d26bf2ff2 100644
--- a/module/webui/themes/default/css/MooDialog/MooDialog.css
+++ b/module/webui/themes/default/css/MooDialog.css
@@ -1,13 +1,15 @@
/* Created by Arian Stolwijk <http://www.aryweb.nl> */
.MooDialog {
- position: fixed;
- width: 300px;
- height: 100px;
- top: 50%;
+/* position: fixed;*/
+ margin: 0 auto 0 -350px;
+ width:600px;
+ padding:14px;
+ left:50%;
+ top: 100px;
+
+ position: absolute;
left: 50%;
- margin: -150px 0 0 -150px;
- padding: 10px;
z-index: 50000;
background: #eef5f8;
@@ -25,17 +27,12 @@
padding-top: 30px;
}
-.MooDialog .content {
- height: 100px;
-}
-
.MooDialog .title {
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 3px 20px;
-
background: #b7c4dc;
border-bottom: 1px solid #a1aec5;
font-weight: bold;
@@ -47,23 +44,22 @@
}
.MooDialog .close {
- position: absolute;
+ background: url(../img/MooDialog/dialog-close.png) no-repeat;
width: 16px;
height: 16px;
- top: -5px;
- left: -5px;
-
- background: url(dialog-close.png) no-repeat;
display: block;
cursor: pointer;
+ top: -5px;
+ left: -5px;
+ position: absolute;
}
.MooDialog .buttons {
+ text-align: right;
margin: 0;
padding: 0;
border: 0;
background: none;
- text-align: right;
}
.MooDialog .iframe {
@@ -80,16 +76,16 @@
.MooDialog .MooDialogConfirm,
.MooDialog .MooDialogPrompt,
.MooDialog .MooDialogError {
+ background: url(../img/MooDialog/dialog-warning.png) no-repeat;
padding-left: 40px;
min-height: 40px;
- background: url(dialog-warning.png) no-repeat;
}
.MooDialog .MooDialogConfirm,
-.MooDialog .MooDialogPrompt {
- background: url(dialog-question.png) no-repeat;
+.MooDialog .MooDialogPromt {
+ background: url(../img/MooDialog/dialog-question.png) no-repeat;
}
.MooDialog .MooDialogError {
- background: url(dialog-error.png) no-repeat;
+ background: url(../img/MooDialog/dialog-error.png) no-repeat;
}
diff --git a/module/webui/themes/default/css/MooDialog/dialog-close.png b/module/webui/themes/default/css/MooDialog/dialog-close.png
deleted file mode 100644
index 81ebb88b2..000000000
--- a/module/webui/themes/default/css/MooDialog/dialog-close.png
+++ /dev/null
Binary files differ
diff --git a/module/webui/themes/default/css/MooDialog/dialog-error.png b/module/webui/themes/default/css/MooDialog/dialog-error.png
deleted file mode 100644
index d70328403..000000000
--- a/module/webui/themes/default/css/MooDialog/dialog-error.png
+++ /dev/null
Binary files differ
diff --git a/module/webui/themes/default/css/MooDialog/dialog-question.png b/module/webui/themes/default/css/MooDialog/dialog-question.png
deleted file mode 100644
index b0af3db5b..000000000
--- a/module/webui/themes/default/css/MooDialog/dialog-question.png
+++ /dev/null
Binary files differ
diff --git a/module/webui/themes/default/css/MooDialog/dialog-warning.png b/module/webui/themes/default/css/MooDialog/dialog-warning.png
deleted file mode 100644
index aad64d4be..000000000
--- a/module/webui/themes/default/css/MooDialog/dialog-warning.png
+++ /dev/null
Binary files differ