From 670b9fa7a76589051e77be10cd931a7388bc3270 Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Thu, 30 Jan 2014 12:40:46 +0700 Subject: [PATCH] Improve admin style Improve admin style --- system/admin/editor/css/editor.css | 24 +++++++++++------------- themes/clean/css/style.css | 2 +- themes/default/css/style.css | 16 ++++++++-------- 3 files changed, 20 insertions(+), 22 deletions(-) diff --git a/system/admin/editor/css/editor.css b/system/admin/editor/css/editor.css index f68a6f7..7e19ab8 100644 --- a/system/admin/editor/css/editor.css +++ b/system/admin/editor/css/editor.css @@ -5,7 +5,7 @@ body { blockquote { border-left: 2px dotted #888; padding-left: 5px; - background: #d0f0ff; + background: #F6F7F9; } .wmd-panel{ @@ -15,11 +15,13 @@ blockquote { } .wmd-button-bar { - background-color: #FAFAFA; + background-color: #F6F7F9; padding: 5px 0; margin-bottom:10px; width: 100%; - border: 1px solid #F4F4F4; + border: 1px solid #CFDAE5; + display:block; + float:left; } .wmd-button-bar:hover { @@ -29,12 +31,11 @@ blockquote { .wmd-input { min-height: 300px; width: 96%; - background-color: #FAFAFA; padding: 2%; } .wmd-preview { - background-color: #c0e0ff; + background-color: #E4EBF1; width: 46%; float:left; padding:2%; @@ -42,19 +43,17 @@ blockquote { .wmd-button-row { position: relative; - margin:0px; - padding: 0px; - height: 30px; + margin: 0px; + padding: 0px; } .wmd-spacer{ width: 1px; height: 20px; - margin-left: 14px; - position: absolute; background-color: Silver; - display: inline-block; list-style: none; + float:left; + margin: 0.25em 5px; } .wmd-button { @@ -62,10 +61,9 @@ blockquote { height: 20px; padding-left: 5px; padding-right: 5px; - position: absolute; - display: inline-block; list-style: none; cursor: pointer; + float:left; } .wmd-button > span { diff --git a/themes/clean/css/style.css b/themes/clean/css/style.css index 977cbc3..1439c01 100644 --- a/themes/clean/css/style.css +++ b/themes/clean/css/style.css @@ -145,7 +145,7 @@ h6{ font-size: 15px; text-align: left; vertical-align: baseline; - height:30px; + min-height:30px; } #toolbar ul { diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 9b8682d..2ab9fba 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -82,7 +82,7 @@ h6 { font-size: 15px; text-align: left; vertical-align: baseline; - height:30px; + min-height:30px; } #toolbar ul { @@ -266,12 +266,12 @@ ul li, ol li{ input[type=text], input[type=password] { padding:4px 6px; font-size: 14px; - background-color: #FAFAFA; - border: 1px solid #F4F4F4; + background-color: #F6F7F9; + border: 1px solid #CFDAE5; } input[type=text]:hover , input[type=password]:hover{ - background-color: #FAFAFA; + background-color: #F6F7F9; border: 1px solid #CCCCCC; } @@ -284,16 +284,16 @@ input.text { width: 75%; padding: 5px; font-size: 14px; - background-color: #FAFAFA; - border: 1px solid #F4F4F4; + background-color: #F6F7F9; + border: 1px solid #CFDAE5; } textarea { font-size: 15px; font-family: Georgia, sans-serif; line-height: 1.4; - background-color: #FAFAFA; - border: 1px solid #F4F4F4; + background-color: #F6F7F9; + border: 1px solid #CFDAE5; } textarea:hover {