Minor IE6 IE7 fixes
This commit is contained in:
parent
f82e954fd5
commit
3fa53f9083
4 changed files with 12 additions and 12 deletions
|
@ -84,11 +84,11 @@
|
||||||
*zoom: 1;
|
*zoom: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"],
|
.ie678 input[type="checkbox"],
|
||||||
input[type="radio"] {
|
.ie678 input[type="radio"] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
.ie678 textarea {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
|
@ -1519,11 +1519,11 @@ Tutorial: http://knacss.com/demos/tutoriel.html#flex */
|
||||||
*display: inline;
|
*display: inline;
|
||||||
*zoom: 1;
|
*zoom: 1;
|
||||||
}
|
}
|
||||||
input[type="checkbox"],
|
.ie678 input[type="checkbox"],
|
||||||
input[type="radio"] {
|
.ie678 input[type="radio"] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
textarea {
|
.ie678 textarea {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
|
|
@ -97,13 +97,13 @@
|
||||||
|
|
||||||
/* forms */
|
/* forms */
|
||||||
/* Corrects excess space around these inputs in IE8/9 */
|
/* Corrects excess space around these inputs in IE8/9 */
|
||||||
input[type="checkbox"],
|
.ie678 input[type="checkbox"],
|
||||||
input[type="radio"] {
|
.ie678 input[type="radio"] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
|
/* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
|
||||||
textarea {
|
.ie678 textarea {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -94,13 +94,13 @@
|
||||||
|
|
||||||
/* forms */
|
/* forms */
|
||||||
/* Corrects excess space around these inputs in IE8/9 */
|
/* Corrects excess space around these inputs in IE8/9 */
|
||||||
input[type="checkbox"],
|
.ie678 input[type="checkbox"],
|
||||||
input[type="radio"] {
|
.ie678 input[type="radio"] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
|
/* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
|
||||||
textarea {
|
.ie678 textarea {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue