Events improved & refactored. Dashboard pollished

This commit is contained in:
Dmitriy Zaporozhets 2012-04-02 00:24:45 +03:00
parent 3ac9c3ad7f
commit 00dc34e192
11 changed files with 139 additions and 126 deletions

View file

@ -67,6 +67,12 @@ a:focus {
}
}
.event_label {
background: #FCEEC1;
padding:0 2px;
font-family: monospace;
}
.tabs > li > a, .pills > li > a {
color:$style_color;
}
@ -126,6 +132,9 @@ a:focus {
.ipadded {
padding:20px !important;
}
.lborder {
border-left:1px solid #eee;
}
.no-borders {
border:none;
}
@ -872,10 +881,9 @@ p.time {
border:none;
padding:0px 5px;
&:hover {
background:$hover;
//border-left:4px solid $styled_border_color;
h4 {
.project_link {
color:#888;
&:hover {
color:#111;
.ico.project {
background-position:-209px -21px;
@ -1077,7 +1085,6 @@ p.time {
}
.arrow{
float: right;
background: #E3E5EA;
padding: 5px;
margin-top:5px;