mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-10 09:52:33 +01:00
Fix: css with jmobile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user