Browse Source

Improve admin style

Improve admin style
pull/31/merge
Danang Probo Sayekti 12 years ago
parent
commit
670b9fa7a7
3 changed files with 20 additions and 22 deletions
  1. +11
    -13
      system/admin/editor/css/editor.css
  2. +1
    -1
      themes/clean/css/style.css
  3. +8
    -8
      themes/default/css/style.css

+ 11
- 13
system/admin/editor/css/editor.css View File

@ -5,7 +5,7 @@ body {
blockquote { blockquote {
border-left: 2px dotted #888; border-left: 2px dotted #888;
padding-left: 5px; padding-left: 5px;
background: #d0f0ff;
background: #F6F7F9;
} }
.wmd-panel{ .wmd-panel{
@ -15,11 +15,13 @@ blockquote {
} }
.wmd-button-bar { .wmd-button-bar {
background-color: #FAFAFA;
background-color: #F6F7F9;
padding: 5px 0; padding: 5px 0;
margin-bottom:10px; margin-bottom:10px;
width: 100%; width: 100%;
border: 1px solid #F4F4F4;
border: 1px solid #CFDAE5;
display:block;
float:left;
} }
.wmd-button-bar:hover { .wmd-button-bar:hover {
@ -29,12 +31,11 @@ blockquote {
.wmd-input { .wmd-input {
min-height: 300px; min-height: 300px;
width: 96%; width: 96%;
background-color: #FAFAFA;
padding: 2%; padding: 2%;
} }
.wmd-preview { .wmd-preview {
background-color: #c0e0ff;
background-color: #E4EBF1;
width: 46%; width: 46%;
float:left; float:left;
padding:2%; padding:2%;
@ -42,19 +43,17 @@ blockquote {
.wmd-button-row { .wmd-button-row {
position: relative; position: relative;
margin:0px;
padding: 0px;
height: 30px;
margin: 0px;
padding: 0px;
} }
.wmd-spacer{ .wmd-spacer{
width: 1px; width: 1px;
height: 20px; height: 20px;
margin-left: 14px;
position: absolute;
background-color: Silver; background-color: Silver;
display: inline-block;
list-style: none; list-style: none;
float:left;
margin: 0.25em 5px;
} }
.wmd-button { .wmd-button {
@ -62,10 +61,9 @@ blockquote {
height: 20px; height: 20px;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
position: absolute;
display: inline-block;
list-style: none; list-style: none;
cursor: pointer; cursor: pointer;
float:left;
} }
.wmd-button > span { .wmd-button > span {


+ 1
- 1
themes/clean/css/style.css View File

@ -145,7 +145,7 @@ h6{
font-size: 15px; font-size: 15px;
text-align: left; text-align: left;
vertical-align: baseline; vertical-align: baseline;
height:30px;
min-height:30px;
} }
#toolbar ul { #toolbar ul {


+ 8
- 8
themes/default/css/style.css View File

@ -82,7 +82,7 @@ h6 {
font-size: 15px; font-size: 15px;
text-align: left; text-align: left;
vertical-align: baseline; vertical-align: baseline;
height:30px;
min-height:30px;
} }
#toolbar ul { #toolbar ul {
@ -266,12 +266,12 @@ ul li, ol li{
input[type=text], input[type=password] { input[type=text], input[type=password] {
padding:4px 6px; padding:4px 6px;
font-size: 14px; 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{ input[type=text]:hover , input[type=password]:hover{
background-color: #FAFAFA;
background-color: #F6F7F9;
border: 1px solid #CCCCCC; border: 1px solid #CCCCCC;
} }
@ -284,16 +284,16 @@ input.text {
width: 75%; width: 75%;
padding: 5px; padding: 5px;
font-size: 14px; font-size: 14px;
background-color: #FAFAFA;
border: 1px solid #F4F4F4;
background-color: #F6F7F9;
border: 1px solid #CFDAE5;
} }
textarea { textarea {
font-size: 15px; font-size: 15px;
font-family: Georgia, sans-serif; font-family: Georgia, sans-serif;
line-height: 1.4; line-height: 1.4;
background-color: #FAFAFA;
border: 1px solid #F4F4F4;
background-color: #F6F7F9;
border: 1px solid #CFDAE5;
} }
textarea:hover { textarea:hover {


Loading…
Cancel
Save