Optimie for small screen

This commit is contained in:
Laurent Destailleur 2013-04-09 01:25:16 +02:00
parent bba123c6ef
commit 00eafa1cf2

View File

@ -346,6 +346,7 @@ th .button {
} }
/* ============================================================================== */ /* ============================================================================== */
/* Styles to hide objects */ /* Styles to hide objects */
/* ============================================================================== */ /* ============================================================================== */
@ -1633,29 +1634,25 @@ div.liste_titre, tr.liste_titre, tr.liste_titre_sel
font-family: <?php print $fontlist ?>; font-family: <?php print $fontlist ?>;
font-weight: normal; font-weight: normal;
border-bottom: 1px solid #FDFFFF; border-bottom: 1px solid #FDFFFF;
white-space: nowrap; white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
text-align: <?php echo $left; ?>; text-align: <?php echo $left; ?>;
} }
tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre
{ {
/*border-top: 1px solid #DDDDDD;*/
font-family: <?php print $fontlist ?>; font-family: <?php print $fontlist ?>;
font-weight: normal; font-weight: normal;
border-bottom: 1px solid #FDFFFF; border-bottom: 1px solid #FDFFFF;
white-space: nowrap; white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
} }
tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel
{ {
/* color: #FFFFFF !important; */
font-family: <?php print $fontlist ?>; font-family: <?php print $fontlist ?>;
font-weight: normal; font-weight: normal;
border-bottom: 1px solid #FDFFFF; border-bottom: 1px solid #FDFFFF;
white-space: nowrap; white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
text-decoration: underline; text-decoration: underline;
} }
input.liste_titre { input.liste_titre {
/*background: #7699A9;*/
/*background-repeat: repeat-x;*/
background: transparent; background: transparent;
border: 0px; border: 0px;
} }