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

View File

@@ -28,6 +28,15 @@
.aside .action-buttons .btn {
width:79%;
}
.pull-right.dropdown-menu {
right:134px;
}
.run-details .pull-right.dropdown-menu {
right:64px;
}
.date-selector .btn-full-width {
width:90%;
}
}
.ie7 {
@@ -51,8 +60,24 @@
}
.date-selector {
margin-top:-155px;
.btn-full-width {
width:100%;
}
}
.sr-only {
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;
}
}