Files
pa11y-dashboard/public/less/site-ie8and.less
perryharlock 716151e696 Include IE8and.less file and make IE amends for Options dropdowns
Conflicts:
	public/css/site.min.css
2014-01-08 11:42:34 +00:00

59 lines
925 B
Plaintext

// Making up for the non support of IE8 and IE7 in Bootstrap 3
.ie7, .ie8 {
.legend {
display: block;
width: 100%;
font-size: (@font-size-base * 1.5);
line-height: inherit;
color: @legend-color;
border: 0;
border-bottom: 1px solid @legend-border-color;
margin-bottom:20px;
}
.tooltip-inner {
background-color: #000000;
}
.date {
font-size:85%;
}
.task-card-link {
min-height:190px;
}
.series-checkboxes li {
margin-right:1%;
}
.stat-type {
font-size:floor(@font-size-base * 0.65); // ~10px;
}
.aside .action-buttons .btn {
width:79%;
}
}
.ie7 {
.aside .task-stats li {
width:31.5%;
}
.date-selector {
zoom:1;
}
.zfix {
position:relative;
z-index:1001;
}
.list-group li .list-group-item {
margin:0;
position:static;
}
.graph-spacer {
margin-bottom:90px;
padding-bottom:90px;
}
.date-selector {
margin-top:-155px;
}
.sr-only {
position:relative;
}
}