Browse Source

Adjust admin style

Adjust admin style
pull/31/merge
Danang Probo Sayekti 12 years ago
parent
commit
ea7a767188
3 changed files with 65 additions and 22 deletions
  1. +12
    -8
      system/admin/editor/css/editor.css
  2. +7
    -4
      themes/clean/css/style.css
  3. +46
    -10
      themes/default/css/style.css

+ 12
- 8
system/admin/editor/css/editor.css View File

@ -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;
}
}
}

+ 7
- 4
themes/clean/css/style.css View File

@ -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;
}


+ 46
- 10
themes/default/css/style.css View File

@ -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;


Loading…
Cancel
Save