Recent push event

This commit is contained in:
Dmitriy Zaporozhets 2012-06-12 17:43:16 +03:00
parent 40af6e1ad2
commit e0d1fba15e
11 changed files with 70 additions and 11 deletions

View file

@ -733,3 +733,16 @@ li.note {
.chzn-container-active .chzn-single {
background:#fff;
}
/**
* Push event widget
*
*/
.event_lp {
@extend .alert-info;
margin-bottom:15px;
padding:8px;
border-style: solid;
border-width: 1px;
@include border-radius(4px);
}

View file

@ -50,13 +50,12 @@
}
}
.alert {
&.alert-info {
border-color:#FDA;
background:#FED;
color:#D70;
}
.alert-info {
border-color:#FDA;
background:#FED;
color:#D70;
}
.progress .bar {
background:#D80;