Fix reponsive
This commit is contained in:
parent
7a1a932755
commit
474057de1f
@ -529,8 +529,8 @@ body[class*="colorblind-"] .text-success{
|
||||
|
||||
.fa-toggle-on, .fa-toggle-off { font-size: 2em; }
|
||||
.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
|
||||
.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off {
|
||||
font-size: 1.5em; vertical-align: text-bottom;
|
||||
.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off {
|
||||
font-size: 1.5em; vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
/* Themes for badges */
|
||||
@ -5958,6 +5958,9 @@ div.tabsElem a.tab {
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
.btnTitle-label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
<?php
|
||||
|
||||
@ -6040,6 +6040,10 @@ border-top-right-radius: 6px;
|
||||
table.table-fiche-title .col-title div.titre{
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
.btnTitle-label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -6060,15 +6064,11 @@ border-top-right-radius: 6px;
|
||||
|
||||
|
||||
|
||||
<?php if (!defined('DISABLE_FONT_AWSOME')) { ?>
|
||||
<?php include dol_buildpath($path.'/theme/'.$theme.'/main_menu_fa_icons.inc.php', 0); ?>
|
||||
<?php }
|
||||
|
||||
<?php
|
||||
include dol_buildpath($path.'/theme/'.$theme.'/dropdown.inc.php', 0);
|
||||
include dol_buildpath($path.'/theme/'.$theme.'/info-box.inc.php', 0);
|
||||
include dol_buildpath($path.'/theme/'.$theme.'/progress.inc.php', 0);
|
||||
include dol_buildpath($path.'/theme/eldy/timeline.inc.php', 0); // actually md use same style as eldy theme
|
||||
|
||||
|
||||
|
||||
if (is_object($db)) $db->close();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user