From ea7a7671880f7378e6616aa98dd358eb4f3b0c71 Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Thu, 30 Jan 2014 10:49:50 +0700 Subject: [PATCH] Adjust admin style Adjust admin style --- system/admin/editor/css/editor.css | 20 ++++++++------ themes/clean/css/style.css | 11 +++++--- themes/default/css/style.css | 56 +++++++++++++++++++++++++++++++------- 3 files changed, 65 insertions(+), 22 deletions(-) diff --git a/system/admin/editor/css/editor.css b/system/admin/editor/css/editor.css index 873cc78..f68a6f7 100644 --- a/system/admin/editor/css/editor.css +++ b/system/admin/editor/css/editor.css @@ -1,5 +1,5 @@ body { - font-family: sans-serif; + font-family: Georgia, sans-serif; } blockquote { @@ -15,17 +15,21 @@ blockquote { } .wmd-button-bar { - background-color: #FEFEFE; + background-color: #FAFAFA; padding: 5px 0; margin-bottom:10px; width: 100%; + border: 1px solid #F4F4F4; +} + +.wmd-button-bar:hover { + border: 1px solid #CCCCCC; } .wmd-input { min-height: 300px; width: 96%; - background-color: #FFFFFF; - border:none; + background-color: #FAFAFA; padding: 2%; } @@ -40,7 +44,7 @@ blockquote { position: relative; margin:0px; padding: 0px; - height: 20px; + height: 30px; } .wmd-spacer{ @@ -56,8 +60,8 @@ blockquote { .wmd-button { width: 20px; height: 20px; - padding-left: 2px; - padding-right: 3px; + padding-left: 5px; + padding-right: 5px; position: absolute; display: inline-block; list-style: none; @@ -143,4 +147,4 @@ pre code { word-wrap:break-word; } -} +} \ No newline at end of file diff --git a/themes/clean/css/style.css b/themes/clean/css/style.css index e9c483f..977cbc3 100644 --- a/themes/clean/css/style.css +++ b/themes/clean/css/style.css @@ -130,10 +130,10 @@ h6{ --------------------------*/ #toolbar { - background: none repeat scroll 0 0 #666666; - box-shadow: 0 3px 20px #000000; + background: #666666; + box-shadow: 0 5px 15px #000000; color: #CCCCCC; - font-family: 'Open Sans',sans-serif; + font-family: Georgia, sans-serif; left: 0; margin: 0 -20px; padding: 0 25px; @@ -145,10 +145,13 @@ h6{ font-size: 15px; text-align: left; vertical-align: baseline; + height:30px; } #toolbar ul { margin:0; + padding-top:5px; + padding-left:30px; } #toolbar ul li, #toolbar ul li a { @@ -159,7 +162,7 @@ h6{ color: #FFFFFF; font-size: 0.846em; text-decoration: none; - border-radius: 10px; + border-radius: 10px; padding: 0 10px; } diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 39ae226..9b8682d 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -67,10 +67,10 @@ h6 { --------------------------*/ #toolbar { - background: none repeat scroll 0 0 #666666; - box-shadow: 0 3px 20px #000000; + background: #666666; + box-shadow: 0 5px 15px #000000; color: #CCCCCC; - font-family: 'Open Sans',sans-serif; + font-family: Georgia, sans-serif; left: 0; margin: 0 -20px; padding: 0 25px; @@ -82,10 +82,12 @@ h6 { font-size: 15px; text-align: left; vertical-align: baseline; + height:30px; } #toolbar ul { margin:0; + padding-top:2px; } #toolbar ul li, #toolbar ul li a { @@ -96,7 +98,7 @@ h6 { color: #FFFFFF; font-size: 0.846em; text-decoration: none; - border-radius: 10px; + border-radius: 10px; padding: 0 10px; } @@ -136,16 +138,12 @@ h6 { padding: 3em 0; } -.admin #content-wrapper { - background-color: #FAFAFA; -} - #menu, #header, #content, #footer { width: 700px; margin: 0 auto; } -.admin #menu, .admin #header, .admin #content, .admin #footer { +.admin #content { width: 980px; margin: 0 auto; } @@ -265,6 +263,43 @@ ul li, ol li{ margin: 0.25em 0; } +input[type=text], input[type=password] { + padding:4px 6px; + font-size: 14px; + background-color: #FAFAFA; + border: 1px solid #F4F4F4; +} + +input[type=text]:hover , input[type=password]:hover{ + background-color: #FAFAFA; + border: 1px solid #CCCCCC; +} + +input[type=submit] { + padding:4px 6px; + font-size: 14px; +} + +input.text { + width: 75%; + padding: 5px; + font-size: 14px; + background-color: #FAFAFA; + border: 1px solid #F4F4F4; +} + +textarea { + font-size: 15px; + font-family: Georgia, sans-serif; + line-height: 1.4; + background-color: #FAFAFA; + border: 1px solid #F4F4F4; +} + +textarea:hover { + border: 1px solid #CCCCCC; +} + /*------------------------- Table --------------------------*/ @@ -367,7 +402,8 @@ td { margin: 0; padding: 4px 15px; font-size:14px; - border:1px solid #0076a3; + border:1px solid #0076a3!important; + background: #FFFFFF!important; border-top-left-radius: 5px 5px; border-bottom-left-radius: 5px 5px; width: 120px;