add some conditional classes and behaviour for internet explorer

This commit is contained in:
Georg Fischer
2014-06-19 13:07:41 +02:00
parent f476b76fc2
commit 98b1bef7b5
3 changed files with 29 additions and 2 deletions
+19
View File
@@ -164,6 +164,10 @@ a:hover {
max-width: 120px;
}
.oldie .control-label {
max-width: 100%;
}
.control-slider {
display: block;
float: left;
@@ -177,6 +181,14 @@ a:hover {
appearance: none;
}
.oldie .control-slider {
display: none;
}
.somewhatokie .control-slider {
height: 10px;
}
.control-number {
display: block;
color: #333;
@@ -187,6 +199,13 @@ a:hover {
background-color: transparent;
}
.oldie .control-number {
float: none;
width: 20px;
margin-left: auto;
margin-right: auto;
}
#import-input {
display: none;
}