Look: Use higher menu entries with jmobile.
This commit is contained in:
parent
37d2d990af
commit
8a71245186
@ -2717,7 +2717,9 @@ a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-i
|
|||||||
min-width: .4em;
|
min-width: .4em;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
<?php if (empty($dol_use_jmobile) || 1==1) { ?>
|
<?php if (! empty($dol_use_jmobile)) { ?>
|
||||||
|
font-size: 13px;
|
||||||
|
<?php } else { ?>
|
||||||
font-size: <?php print $fontsize ?>px;
|
font-size: <?php print $fontsize ?>px;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
/* white-space: normal; */ /* Warning, enable this break the truncate feature */
|
/* white-space: normal; */ /* Warning, enable this break the truncate feature */
|
||||||
@ -2817,7 +2819,7 @@ ul.ulmenu {
|
|||||||
|
|
||||||
/* Style for first level menu with jmobile */
|
/* Style for first level menu with jmobile */
|
||||||
.ui-bar-b, .lilevel0 {
|
.ui-bar-b, .lilevel0 {
|
||||||
border: 1px solid #456f9a;
|
border: 1px solid #5f5f7a !important;
|
||||||
background: rgb(<?php echo $colorbacktitle1; ?>);
|
background: rgb(<?php echo $colorbacktitle1; ?>);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
<?php if ($usecss3) { ?>
|
<?php if ($usecss3) { ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user