Fix reponsive

This commit is contained in:
Laurent Destailleur 2019-12-03 15:12:18 +01:00
parent 7a1a932755
commit 474057de1f
2 changed files with 10 additions and 7 deletions

View File

@ -529,8 +529,8 @@ body[class*="colorblind-"] .text-success{
.fa-toggle-on, .fa-toggle-off { font-size: 2em; } .fa-toggle-on, .fa-toggle-off { font-size: 2em; }
.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off, .websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off { .asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off {
font-size: 1.5em; vertical-align: text-bottom; font-size: 1.5em; vertical-align: text-bottom;
} }
/* Themes for badges */ /* Themes for badges */
@ -5958,6 +5958,9 @@ div.tabsElem a.tab {
line-height: unset; line-height: unset;
} }
.btnTitle-label {
display: none;
}
} }
<?php <?php

View File

@ -6040,6 +6040,10 @@ border-top-right-radius: 6px;
table.table-fiche-title .col-title div.titre{ table.table-fiche-title .col-title div.titre{
line-height: unset; line-height: unset;
} }
.btnTitle-label {
display: none;
}
} }
@ -6060,15 +6064,11 @@ border-top-right-radius: 6px;
<?php if (!defined('DISABLE_FONT_AWSOME')) { ?> <?php
<?php include dol_buildpath($path.'/theme/'.$theme.'/main_menu_fa_icons.inc.php', 0); ?>
<?php }
include dol_buildpath($path.'/theme/'.$theme.'/dropdown.inc.php', 0); 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.'/info-box.inc.php', 0);
include dol_buildpath($path.'/theme/'.$theme.'/progress.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 include dol_buildpath($path.'/theme/eldy/timeline.inc.php', 0); // actually md use same style as eldy theme
if (is_object($db)) $db->close(); if (is_object($db)) $db->close();