added filter for job status graph widget

This commit is contained in:
Jared Tabor
2014-07-07 14:01:26 -04:00
parent 854e31e218
commit 38b7a6d413
4 changed files with 194 additions and 157 deletions

View File

@@ -73,8 +73,8 @@
padding-left: 7px;
}
}
.custon-carousel{
width:150px;
.custon-carousel{
width:150px;
height:200px;
min-width:150px;
min-height:100px;
@@ -84,4 +84,17 @@
display:block;
border:1px solid black;
background-color: #A9A9A9;
}
}
.dropdown-menu {
cursor: pointer;
padding-left: 7px;
height: 75px;
width: 100px;
}
.status-dropdown{
height: 100px;
}
.m, .n{
padding-bottom: 5px;
}