mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 19:46:21 +05:30
Improve the admin integration
Improve the admin integration
This commit is contained in:
parent
fddeefde02
commit
572090f88b
12 changed files with 137 additions and 841 deletions
|
|
@ -163,6 +163,27 @@ h6{
|
|||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.tab {
|
||||
width:100%;
|
||||
margin: 0.5em 0 0.5em 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;
|
||||
}
|
||||
|
||||
|
||||
/*----------------------------
|
||||
Content & Posts
|
||||
-----------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue