Minor IE6 IE7 fixes

This commit is contained in:
Raphael Goetter 2014-05-21 18:42:47 +02:00
parent f82e954fd5
commit 3fa53f9083
4 changed files with 12 additions and 12 deletions

View File

@ -84,11 +84,11 @@
*zoom: 1;
}
input[type="checkbox"],
input[type="radio"] {
.ie678 input[type="checkbox"],
.ie678 input[type="radio"] {
padding: 0;
}
textarea {
.ie678 textarea {
overflow: auto;
}

View File

@ -1519,11 +1519,11 @@ Tutorial: http://knacss.com/demos/tutoriel.html#flex */
*display: inline;
*zoom: 1;
}
input[type="checkbox"],
input[type="radio"] {
.ie678 input[type="checkbox"],
.ie678 input[type="radio"] {
padding: 0;
}
textarea {
.ie678 textarea {
overflow: auto;
}
/* ----------------------------- */

View File

@ -97,13 +97,13 @@
/* forms */
/* Corrects excess space around these inputs in IE8/9 */
input[type="checkbox"],
input[type="radio"] {
.ie678 input[type="checkbox"],
.ie678 input[type="radio"] {
padding: 0;
}
/* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
textarea {
.ie678 textarea {
overflow: auto;
}

View File

@ -94,13 +94,13 @@
/* forms */
/* Corrects excess space around these inputs in IE8/9 */
input[type="checkbox"],
input[type="radio"] {
.ie678 input[type="checkbox"],
.ie678 input[type="radio"] {
padding: 0;
}
/* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
textarea {
.ie678 textarea {
overflow: auto;
}