diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-29 12:12:23 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-29 12:12:23 +0200 |
commit | 81de1c4b127e116c8ca3e5df620b5c0a56a087bc (patch) | |
tree | 45d4b4d22344c9588bd2e4e16be450a239a4e2cd /module/webui/themes/dark/css | |
parent | [webui] Improve and fix (diff) | |
download | pyload-81de1c4b127e116c8ca3e5df620b5c0a56a087bc.tar.xz |
[webui] Improve and fix 2
Diffstat (limited to 'module/webui/themes/dark/css')
-rw-r--r-- | module/webui/themes/dark/css/MooDialog.css | 13 | ||||
-rw-r--r-- | module/webui/themes/dark/css/default.css | 58 |
2 files changed, 35 insertions, 36 deletions
diff --git a/module/webui/themes/dark/css/MooDialog.css b/module/webui/themes/dark/css/MooDialog.css index 7e08b1c80..dd0c0a601 100644 --- a/module/webui/themes/dark/css/MooDialog.css +++ b/module/webui/themes/dark/css/MooDialog.css @@ -45,7 +45,7 @@ } .MooDialog .close { - background: url(../img/dialog-close.png) no-repeat; + background: url(../img/MooDialog/dialog-close.png) no-repeat; width: 16px; height: 16px; display: block; @@ -71,25 +71,24 @@ .MooDialog .textInput { width: 200px; float: left; - color:white; + color:white; } .MooDialog .MooDialogAlert, .MooDialog .MooDialogConfirm, .MooDialog .MooDialogPrompt, .MooDialog .MooDialogError { - background: url(../img/dialog-warning.png) no-repeat; + background: url(../img/MooDialog/dialog-warning.png) no-repeat; padding-left: 40px; min-height: 40px; - color:white; + color:white; } .MooDialog .MooDialogConfirm, .MooDialog .MooDialogPromt { - background: url(../img/dialog-question.png) no-repeat; + background: url(../img/MooDialog/dialog-question.png) no-repeat; } .MooDialog .MooDialogError { - background: url(../img/dialog-error.png) no-repeat; + background: url(../img/MooDialog/dialog-error.png) no-repeat; } - diff --git a/module/webui/themes/dark/css/default.css b/module/webui/themes/dark/css/default.css index af7146312..951c8b136 100644 --- a/module/webui/themes/dark/css/default.css +++ b/module/webui/themes/dark/css/default.css @@ -242,86 +242,86 @@ ul#page-actions-more a:hover, ul#page-actions-more a:focus{ } a.action.index { - background:transparent url(../img/wiki-tools-index.png) 0px 1px no-repeat; + background:transparent url(../img/default/wiki-tools-index.png) 0px 1px no-repeat; } a.action.recent { - background:transparent url(../img/wiki-tools-recent.png) 0px 1px no-repeat; + background:transparent url(../img/default/wiki-tools-recent.png) 0px 1px no-repeat; } a.logout { - background:transparent url(../img/user-actions-logout.png) 0px 1px no-repeat; + background:transparent url(../img/default/user-actions-logout.png) 0px 1px no-repeat; } a.info { - background:transparent url(../img/user-info.png) 0px 1px no-repeat; + background:transparent url(../img/default/user-info.png) 0px 1px no-repeat; } a.admin { - background:transparent url(../img/user-actions-admin.png) 0px 1px no-repeat; + background:transparent url(../img/default/user-actions-admin.png) 0px 1px no-repeat; } a.profile { - background:transparent url(../img/user-actions-profile.png) 0px 1px no-repeat; + background:transparent url(../img/default/user-actions-profile.png) 0px 1px no-repeat; } a.create, a.edit { - background:transparent url(../img/page-tools-edit.png) 0px 1px no-repeat; + background:transparent url(../img/default/page-tools-edit.png) 0px 1px no-repeat; } a.source, a.show { - background:transparent url(../img/page-tools-source.png) 0px 1px no-repeat; + background:transparent url(../img/default/page-tools-source.png) 0px 1px no-repeat; } a.revisions { - background:transparent url(../img/page-tools-revisions.png) 0px 1px no-repeat; + background:transparent url(../img/default/page-tools-revisions.png) 0px 1px no-repeat; } a.subscribe, a.unsubscribe { - background:transparent url(../img/page-tools-subscribe.png) 0px 1px no-repeat; + background:transparent url(../img/default/page-tools-subscribe.png) 0px 1px no-repeat; } a.backlink { - background:transparent url(../img/page-tools-backlinks.png) 0px 1px no-repeat; + background:transparent url(../img/default/page-tools-backlinks.png) 0px 1px no-repeat; } a.play { - background:transparent url(../img/control_play.png) 0px 1px no-repeat; + background:transparent url(../img/default/control_play.png) 0px 1px no-repeat; } .time { - background:transparent url(../img/status_None.png) 0px 1px no-repeat; + background:transparent url(../img/default/status_None.png) 0px 1px no-repeat; padding: 2px 0px 2px 18px; margin: 0px 3px; } .reconnect { - background:transparent url(../img/reconnect.png) 0px 1px no-repeat; + background:transparent url(../img/default/reconnect.png) 0px 1px no-repeat; padding: 2px 0px 2px 18px; margin: 0px 3px; } a.play:hover { - background:transparent url(../img/control_play_blue.png) 0px 1px no-repeat; + background:transparent url(../img/default/control_play_blue.png) 0px 1px no-repeat; } a.cancel { - background:transparent url(../img/control_cancel.png) 0px 1px no-repeat; + background:transparent url(../img/default/control_cancel.png) 0px 1px no-repeat; } a.cancel:hover { - background:transparent url(../img/control_cancel_blue.png) 0px 1px no-repeat; + background:transparent url(../img/default/control_cancel_blue.png) 0px 1px no-repeat; } a.pause { - background:transparent url(../img/control_pause.png) 0px 1px no-repeat; + background:transparent url(../img/default/control_pause.png) 0px 1px no-repeat; } a.pause:hover { - background:transparent url(../img/control_pause_blue.png) 0px 1px no-repeat; + background:transparent url(../img/default/control_pause_blue.png) 0px 1px no-repeat; font-weight: bold; } a.stop { - background:transparent url(../img/control_stop.png) 0px 1px no-repeat; + background:transparent url(../img/default/control_stop.png) 0px 1px no-repeat; } a.stop:hover { - background:transparent url(../img/control_stop_blue.png) 0px 1px no-repeat; + background:transparent url(../img/default/control_stop_blue.png) 0px 1px no-repeat; } a.add { - background:transparent url(../img/control_add.png) 0px 1px no-repeat; + background:transparent url(../img/default/control_add.png) 0px 1px no-repeat; } a.add:hover { - background:transparent url(../img/control_add_blue.png) 0px 1px no-repeat; + background:transparent url(../img/default/control_add_blue.png) 0px 1px no-repeat; } a.cog { - background:transparent url(../img/cog.png) 0px 1px no-repeat; + background:transparent url(../img/default/cog.png) 0px 1px no-repeat; } #head-panel { - background:#525252 url(../img/head_bg1.png) bottom left repeat-x; + background:#525252 url(../img/default/head_bg1.png) bottom left repeat-x; } #head-panel h1 { display:none; @@ -339,7 +339,7 @@ a.cog { overflow:visible; } #head-menu { - background:transparent url(../img/tabs-border-bottom.png) 0 100% repeat-x; + background:transparent url(../img/default/tabs-border-bottom.png) 0 100% repeat-x; width:100%; float:left; margin:0; @@ -893,19 +893,19 @@ ul.nav ul ul { .purr-alert.error{ color:#F55; padding-left:30px; - background:url(../img/error.png) no-repeat #000 7px 10px; + background:url(../img/default/error.png) no-repeat #000 7px 10px; width:280px; } .purr-alert.success{ color:#5F5; padding-left:30px; - background:url(../img/success.png) no-repeat #000 7px 10px; + background:url(../img/default/success.png) no-repeat #000 7px 10px; width:280px; } .purr-alert.notice{ color:#99F; padding-left:30px; - background:url(../img/notice.png) no-repeat #000 7px 10px; + background:url(../img/default/notice.png) no-repeat #000 7px 10px; width:280px; } |