new improved template scheme

This commit is contained in:
Serghey Rodin 2013-05-10 11:04:40 +03:00
commit fd4e68bb8c
96 changed files with 1395 additions and 1425 deletions

View file

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