fixed the media checking for alignment of hte graph widgets. And added drop down for job status widget

This commit is contained in:
Jared Tabor
2014-07-02 16:08:13 -04:00
parent cebc1d6030
commit 589e5412d6
5 changed files with 142 additions and 159 deletions

View File

@@ -40,19 +40,25 @@
padding: 5px;
margin-bottom: 15px;
}
.count-container{
border: 1px solid @grey;
border-radius: 4px;
padding: 5px;
margin-bottom: 15px;
}
.carousel-control.left, .carousel-control.right {
background-image: none
}
.left-side {
padding-right: 7px;
}
.right-side {
padding-left: 7px;
}
@media (min-width: 1024px) {
.left-side {
padding-right: 7px;
}
.right-side {
padding-left: 7px;
}
}
.custon-carousel{
width:150px;
height:200px;