mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
IE7 and IE8 amends for Options dropdown positioning
Conflicts: public/css/site.min.css
This commit is contained in:

committed by
Rowan Manning

parent
716151e696
commit
c481f8dbb5
2
public/css/site.min.css
vendored
2
public/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -28,6 +28,15 @@
|
|||||||
.aside .action-buttons .btn {
|
.aside .action-buttons .btn {
|
||||||
width:79%;
|
width:79%;
|
||||||
}
|
}
|
||||||
|
.pull-right.dropdown-menu {
|
||||||
|
right:134px;
|
||||||
|
}
|
||||||
|
.run-details .pull-right.dropdown-menu {
|
||||||
|
right:64px;
|
||||||
|
}
|
||||||
|
.date-selector .btn-full-width {
|
||||||
|
width:90%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ie7 {
|
.ie7 {
|
||||||
@@ -51,8 +60,24 @@
|
|||||||
}
|
}
|
||||||
.date-selector {
|
.date-selector {
|
||||||
margin-top:-155px;
|
margin-top:-155px;
|
||||||
|
|
||||||
|
.btn-full-width {
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.sr-only {
|
.sr-only {
|
||||||
position:relative;
|
position:relative;
|
||||||
}
|
}
|
||||||
|
.breadcrumb li {
|
||||||
|
vertical-align: top;
|
||||||
|
zoom: 1;
|
||||||
|
display: inline;
|
||||||
|
margin-right:10px;
|
||||||
|
}
|
||||||
|
.pull-right.dropdown-menu {
|
||||||
|
right:0px;
|
||||||
|
}
|
||||||
|
.run-details .pull-right.dropdown-menu {
|
||||||
|
right:82px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user