mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 14:51:28 +00:00
Issue 30 - Refactor date selector navigation to be non-js friendly
This commit is contained in:
@@ -17,4 +17,10 @@
|
||||
margin-top:0;
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
.dropdown-toggle {
|
||||
display:none;
|
||||
}
|
||||
.show-class {
|
||||
display:block;
|
||||
}
|
||||
}
|
@@ -48,6 +48,26 @@
|
||||
margin-top:0;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
.date-links {
|
||||
.list-unstyled();
|
||||
max-height:190px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.list-group {
|
||||
li .list-group-item {
|
||||
border-radius:0;
|
||||
margin-bottom:-1px;
|
||||
}
|
||||
li:first-child .list-group-item {
|
||||
border-top-left-radius:3px;
|
||||
border-top-right-radius:3px;
|
||||
}
|
||||
li:last-child .list-group-item {
|
||||
border-bottom-left-radius:3px;
|
||||
border-bottom-right-radius:3px;
|
||||
margin-bottom:0;
|
||||
}
|
||||
}
|
||||
.delete-button {
|
||||
position:absolute;
|
||||
top:5px;
|
||||
|
Reference in New Issue
Block a user