Fix: css with jmobile

This commit is contained in:
Laurent Destailleur
2013-06-19 14:03:54 +02:00
parent bd8271ee24
commit dcaaa84ddb
5 changed files with 41 additions and 1 deletions

View File

@@ -136,6 +136,9 @@ textarea:disabled {
}
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
<?php if (! empty($dol_use_jmobile)) { ?>
legend { margin-bottom: 8px; }
<?php } ?>
.button {
font-family: <?php print $fontlist ?>;
border: 1px solid #ACBCBB;
@@ -2261,6 +2264,10 @@ div.ui-radio
margin: 0;
position: static;
}
.ui-mobile fieldset
{
padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
}
<?php