adding code for carousel for dashboard

This commit is contained in:
Jared Tabor
2014-07-02 09:03:58 -04:00
parent e9115c5ca2
commit 33e5168213
9 changed files with 324 additions and 42 deletions

View File

@@ -8,7 +8,7 @@
*/
#sync-failure {
color:red;
color:red;
}
.job-status-graph, .host-count-graph{
@@ -27,4 +27,25 @@
stroke: steelblue;
stroke-width: 1.5px;
}
.jobs-list-container {
border: 1px solid @grey;
border-radius: 4px;
padding: 5px;
}
.carousel-control.left, .carousel-control.right {
background-image: none
}
.custon-carousel{
width:150px;
height:200px;
min-width:150px;
min-height:100px;
max-width:200px;
max-height:100px;
overflow:hidden;
display:block;
border:1px solid black;
background-color: #A9A9A9;
}