mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
IE7 cross browser fixes due to crapstrap non support of IE7
This commit is contained in:
@@ -69,12 +69,7 @@
|
||||
.col-md-offset-9 { margin-left: percentage((9 / @grid-columns)); }
|
||||
.col-md-offset-10 { margin-left: percentage((10/ @grid-columns)); }
|
||||
.col-md-offset-11 { margin-left: percentage((11/ @grid-columns)); }
|
||||
}
|
||||
|
||||
.ie8 {
|
||||
.task-card-link {
|
||||
min-height:190px;
|
||||
}
|
||||
.legend {
|
||||
display: block;
|
||||
width: 100%;
|
||||
@@ -85,4 +80,39 @@
|
||||
border-bottom: 1px solid @legend-border-color;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.tooltip-inner {
|
||||
background-color: #000000;
|
||||
}
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
}
|
||||
.date {
|
||||
font-size:85%;
|
||||
}
|
||||
.task-card-link {
|
||||
min-height:190px;
|
||||
}
|
||||
}
|
||||
|
||||
.ie7 {
|
||||
ul {
|
||||
margin-left:0;
|
||||
}
|
||||
.col-md-2 { width:14%; }
|
||||
.col-md-3 { width:22%; }
|
||||
.col-md-4 {
|
||||
width: 32%;
|
||||
padding:0 5px;
|
||||
}
|
||||
.col-md-9 { width:72%; }
|
||||
.col-md-10 { width:80%; }
|
||||
.col-md-12 { width: 97%; }
|
||||
.dropdown-container {
|
||||
position:relative;
|
||||
z-index:900;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.aside .task-stats li {
|
||||
width:31.5%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user