forked from external-repos/pa11y-dashboard
Refactor standard bootstrap date selector on task page to be non-js friendly
This commit is contained in:
@@ -107,12 +107,22 @@
|
||||
.col-md-9 { width:72%; }
|
||||
.col-md-10 { width:80%; }
|
||||
.col-md-12 { width: 97%; }
|
||||
.dropdown-container {
|
||||
position:relative;
|
||||
z-index:900;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
.aside .task-stats li {
|
||||
width:31.5%;
|
||||
}
|
||||
.aside .action-buttons {
|
||||
width:80%;
|
||||
}
|
||||
.date-selector {
|
||||
zoom:1;
|
||||
}
|
||||
.zfix {
|
||||
position:relative;
|
||||
z-index:100;
|
||||
}
|
||||
.list-group li .list-group-item {
|
||||
margin:0;
|
||||
position:static;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user