Look: Minor fix in CSS for IE.

This commit is contained in:
Laurent Destailleur 2013-03-01 19:39:54 +01:00
parent 911c25c3fd
commit e6afcd328c
5 changed files with 7 additions and 1 deletions

View File

@ -145,6 +145,8 @@ input.flat {
input:disabled {background:#b6b6b6;}
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
textarea.flat {
font-size:<?php print $fontsize ?>px;
font-family:<?php print $fontlist ?>;

View File

@ -126,6 +126,7 @@ input:disabled {
textarea:disabled {
background:#ddd;
}
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
.button {
font-family: <?php print $fontlist ?>;
border: 1px solid #ACBCBB;

View File

@ -154,6 +154,8 @@ input.button[type=submit] {
display: inline;
}
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
.button {
font-family: <?php print $fontlist ?>;
border: 0px;

View File

@ -108,7 +108,7 @@ input:disabled {
textarea:disabled {
background:#ddd;
}
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
input.button[type=submit] {
background: #A51B00;
-moz-border-radius:8px;

View File

@ -246,6 +246,7 @@ input.removedfile {
textarea:disabled {
background:#ddd;
}
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
.button {
font-family: <?php print $fontlist ?>;
background-image: url(<?php echo $img_button ?>);