IE7 and IE8 amends for Options dropdown positioning

Conflicts:
	public/css/site.min.css
This commit is contained in:
perryharlock
2014-01-07 11:06:10 +00:00
committed by Rowan Manning
parent 716151e696
commit c481f8dbb5
2 changed files with 26 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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;
}
} }