Improve the admin integration

Improve the admin integration
This commit is contained in:
Danang Probo Sayekti 2014-01-30 00:42:00 +07:00
commit 572090f88b
12 changed files with 137 additions and 841 deletions

View file

@ -136,11 +136,20 @@ 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 {
width: 980px;
margin: 0 auto;
}
#header {
text-align:center;
}
@ -163,6 +172,26 @@ a:hover{
text-decoration:underline;
}
.tab {
width:100%;
margin: 1.5em 0 0 0;
line-height:1;
border-bottom: 1px solid #E4E7EE;
}
.tab a {
background: #E4E7EE;
border-radius: 6px 6px 0px 0;
color: #555555;
text-align: center;
padding: 8px 14px;
display:inline-block;
margin: 0 5px;
font-size: 12px;
font-weight: bold;
font-family: 'Open Sans',sans-serif;
}
/*-------------------------
Text element
--------------------------*/
@ -758,6 +787,11 @@ h1.title-post a:hover, h2.title-index a:hover {
width: 100%;
}
.admin #menu, .admin #header, .admin #content, .admin #footer {
margin: 0 auto;
width: 100%;
}
#menu-wrapper {
text-align:center;
}