From b96423c772eace04c4ea601f06d6839cb08a0e27 Mon Sep 17 00:00:00 2001 From: Van Date: Mon, 1 Dec 2014 16:54:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=91=E8=89=B2=E4=B8=BB=E9=A2=98=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/about.css | 4 ++-- static/css/base.css | 2 +- static/css/start.css | 8 +++++--- static/css/themes/black.css | 5 +++++ static/css/wide.css | 5 +++-- static/js/menu.js | 2 +- 6 files changed, 17 insertions(+), 9 deletions(-) diff --git a/static/css/about.css b/static/css/about.css index abbc563..2cf2268 100644 --- a/static/css/about.css +++ b/static/css/about.css @@ -44,13 +44,13 @@ #dialogAbout .space { margin-bottom: 6px; - border-bottom: 1px solid #f1f1f1; + border-bottom: 1px solid #919191; padding-bottom: 6px; } #dialogAbout .thx { - border-left: 1px solid #f1f1f1; + border-left: 1px solid #919191; padding-left: 24px; } diff --git a/static/css/base.css b/static/css/base.css index d0b1a3e..5de9b8d 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -93,7 +93,7 @@ button { } .list li.selected, -.list li:hover{ +.list li:hover { background-color: #3875d7; color: #FFF; } diff --git a/static/css/start.css b/static/css/start.css index c1accfa..ee3daa3 100644 --- a/static/css/start.css +++ b/static/css/start.css @@ -31,12 +31,14 @@ } #startPage .title { - background-color: #f5f5f5; + background-color: #9F9F9F; border-bottom-width: 0 !important; border-radius: 3px 3px 0 0; font-size: 15px; margin-bottom: 10px; padding: 5px 10px; + color: #FFF; + text-shadow: 0 1px rgba(0, 0, 0, 0.4); } #startPage .details { @@ -51,7 +53,7 @@ #startPage .details li.border { padding-bottom: 5px; margin-bottom: 5px; - border-bottom: 1px solid #f1f1f1; + border-bottom: 1px solid #919191; } #startPage .details li.border.workspace { @@ -72,7 +74,7 @@ } #startPage .news li { - border-bottom: 1px solid #f1f1f1; + border-bottom: 1px solid #919191; } #startPage .date { diff --git a/static/css/themes/black.css b/static/css/themes/black.css index 55620e4..d7956e4 100644 --- a/static/css/themes/black.css +++ b/static/css/themes/black.css @@ -140,6 +140,11 @@ border-top: 1px solid #000; } +.bottom-window-group .tabs-panel > div{ + background-color: #181818; + color: #ebebeb; +} + #dialogPreference { border: 1px solid #000; } \ No newline at end of file diff --git a/static/css/wide.css b/static/css/wide.css index f8bc3a2..777cc8b 100644 --- a/static/css/wide.css +++ b/static/css/wide.css @@ -280,8 +280,9 @@ } .bottom-window-group td { - border-bottom: 1px solid #DDD; - line-height: 20px; + border-bottom: 1px solid #919191; + font-size: 12px; + line-height: 19px; } .bottom-window-group .notification .type, diff --git a/static/js/menu.js b/static/js/menu.js index 07c65ba..dc90b9b 100644 --- a/static/js/menu.js +++ b/static/js/menu.js @@ -347,7 +347,7 @@ var menu = { $("#dialogPreference").dialog({ "modal": true, - "height": 460, + "height": 280, "width": 800, "title": config.label.perference, "okText": config.label.apply,