mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
new improved template scheme
This commit is contained in:
parent
14687f170a
commit
fd4e68bb8c
96 changed files with 1395 additions and 1425 deletions
|
@ -86,6 +86,11 @@
|
|||
color: #174f82;
|
||||
}
|
||||
|
||||
.top-selected-link:active {
|
||||
color: #fff;
|
||||
background-color: #f79b44;
|
||||
}
|
||||
|
||||
.top-user {
|
||||
padding: 0 2px 0 0;
|
||||
text-decoration: none;
|
||||
|
@ -131,7 +136,7 @@
|
|||
}
|
||||
|
||||
.nav-lnk:active {
|
||||
color: #ccc;
|
||||
color: #f79b44;
|
||||
}
|
||||
|
||||
.nav-block {
|
||||
|
@ -165,6 +170,10 @@
|
|||
border-bottom: 4px solid #f79b44;
|
||||
}
|
||||
|
||||
.nav-selected-block:active {
|
||||
color: #f79b44;
|
||||
}
|
||||
|
||||
.nav-header {
|
||||
padding: 14px 0 0 6px;
|
||||
margin: 0;
|
||||
|
@ -556,10 +565,12 @@
|
|||
}
|
||||
|
||||
.counter-name {
|
||||
white-space: nowrap;
|
||||
vertical-align:top;
|
||||
line-height: 1.2em;
|
||||
line-height: 1.3em;
|
||||
font-size: 10pt;
|
||||
color: #505050;
|
||||
padding: 0 4px 0 0;
|
||||
}
|
||||
|
||||
.cron-counter-name {
|
||||
|
@ -902,8 +913,8 @@
|
|||
top: 2px;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ie.css" />
|
||||
<![endif]-->
|
||||
|
||||
<link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
|
||||
<script type="text/javascript" src="/js/events.js"></script>
|
||||
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue