mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 04:56:23 +05:30
Change admin panel
Change admin panel.
This commit is contained in:
parent
7767c68b5a
commit
cdf2a4dd2b
49 changed files with 1988 additions and 1199 deletions
|
|
@ -61,6 +61,44 @@ h5 {
|
|||
h6 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
Toolbar
|
||||
--------------------------*/
|
||||
|
||||
#toolbar {
|
||||
background: none repeat scroll 0 0 #666666;
|
||||
box-shadow: 0 3px 20px #000000;
|
||||
color: #CCCCCC;
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
left: 0;
|
||||
margin: 0 -20px;
|
||||
padding: 0 25px;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 600;
|
||||
border: 0 none;
|
||||
font-size: 15px;
|
||||
text-align: left;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
#toolbar ul {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
#toolbar ul li, #toolbar ul li a {
|
||||
float: left;
|
||||
list-style: none outside none;
|
||||
}
|
||||
#toolbar a {
|
||||
color: #FFFFFF;
|
||||
font-size: 0.846em;
|
||||
text-decoration: none;
|
||||
border-radius: 10px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
Layout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue