mirror of
https://github.com/ansible/awx.git
synced 2026-08-02 02:49:58 -02:30
adding code for carousel for dashboard
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user