Look: Minor fix

This commit is contained in:
Laurent Destailleur 2013-03-03 00:00:38 +01:00
parent fc46a02573
commit 248c75a7b2
5 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

@ -143,6 +143,9 @@ textarea:disabled {
background:#ddd;
}
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
input.button[type=submit] {
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/bg_btnGreen.jpg',1); ?>);
display: block;
@ -158,8 +161,6 @@ 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

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

View File

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