summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/default/css/MooDialog.css
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-17 02:19:08 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-17 02:19:08 +0200
commit078664bc34403bf18e0ae6ea3e0ccba308cf8df6 (patch)
treed3561bdc7b6577121a79cf686fad7be6247f906e /pyload/webui/themes/default/css/MooDialog.css
parentNew theme Estate (diff)
downloadpyload-078664bc34403bf18e0ae6ea3e0ccba308cf8df6.tar.xz
[themes] Code cosmetics
Diffstat (limited to 'pyload/webui/themes/default/css/MooDialog.css')
-rw-r--r--pyload/webui/themes/default/css/MooDialog.css108
1 files changed, 54 insertions, 54 deletions
diff --git a/pyload/webui/themes/default/css/MooDialog.css b/pyload/webui/themes/default/css/MooDialog.css
index d26bf2ff2..1e2ae68aa 100644
--- a/pyload/webui/themes/default/css/MooDialog.css
+++ b/pyload/webui/themes/default/css/MooDialog.css
@@ -1,91 +1,91 @@
/* Created by Arian Stolwijk <http://www.aryweb.nl> */
.MooDialog {
-/* position: fixed;*/
- margin: 0 auto 0 -350px;
- width:600px;
- padding:14px;
- left:50%;
- top: 100px;
+/* position: fixed;*/
+ margin: 0 auto 0 -350px;
+ width:600px;
+ padding:14px;
+ left:50%;
+ top: 100px;
- position: absolute;
- left: 50%;
- z-index: 50000;
+ position: absolute;
+ left: 50%;
+ z-index: 50000;
- background: #eef5f8;
- color: black;
- border-radius: 7px;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
- border-radius: 7px;
- -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
- -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
- box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
+ background: #eef5f8;
+ color: black;
+ border-radius: 7px;
+ -moz-border-radius: 7px;
+ -webkit-border-radius: 7px;
+ border-radius: 7px;
+ -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
+ -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
+ box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
.MooDialogTitle {
- padding-top: 30px;
+ padding-top: 30px;
}
.MooDialog .title {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- padding: 3px 20px;
- background: #b7c4dc;
- border-bottom: 1px solid #a1aec5;
- font-weight: bold;
- text-shadow: 1px 1px 0 #fff;
- color: black;
- border-radius: 7px;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ padding: 3px 20px;
+ background: #b7c4dc;
+ border-bottom: 1px solid #a1aec5;
+ font-weight: bold;
+ text-shadow: 1px 1px 0 #fff;
+ color: black;
+ border-radius: 7px;
+ -moz-border-radius: 7px;
+ -webkit-border-radius: 7px;
}
.MooDialog .close {
- background: url(../img/MooDialog/dialog-close.png) no-repeat;
- width: 16px;
- height: 16px;
- display: block;
- cursor: pointer;
- top: -5px;
- left: -5px;
- position: absolute;
+ background: url(../img/MooDialog/dialog-close.png) no-repeat;
+ width: 16px;
+ height: 16px;
+ 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;
+ margin: 0;
+ padding: 0;
+ border: 0;
+ background: none;
}
.MooDialog .iframe {
- width: 100%;
- height: 100%;
+ width: 100%;
+ height: 100%;
}
.MooDialog .textInput {
- width: 200px;
- float: left;
+ width: 200px;
+ float: left;
}
.MooDialog .MooDialogAlert,
.MooDialog .MooDialogConfirm,
.MooDialog .MooDialogPrompt,
.MooDialog .MooDialogError {
- background: url(../img/MooDialog/dialog-warning.png) no-repeat;
- padding-left: 40px;
- min-height: 40px;
+ background: url(../img/MooDialog/dialog-warning.png) no-repeat;
+ padding-left: 40px;
+ min-height: 40px;
}
.MooDialog .MooDialogConfirm,
.MooDialog .MooDialogPromt {
- background: url(../img/MooDialog/dialog-question.png) no-repeat;
+ background: url(../img/MooDialog/dialog-question.png) no-repeat;
}
.MooDialog .MooDialogError {
- background: url(../img/MooDialog/dialog-error.png) no-repeat;
+ background: url(../img/MooDialog/dialog-error.png) no-repeat;
}