mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
New: Always use th for table head
This commit is contained in:
parent
269fa5742c
commit
6d6dbf4e9b
|
|
@ -1248,6 +1248,7 @@ th.liste_titre, td.liste_titre
|
|||
font-weight: normal;
|
||||
/* border-bottom: 1px solid #FDFFFF; */
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
th.liste_titre_sel, td.liste_titre_sel
|
||||
{
|
||||
|
|
@ -1260,6 +1261,7 @@ th.liste_titre_sel, td.liste_titre_sel
|
|||
/* text-decoration: underline; */
|
||||
/* border-bottom: 1px solid #FDFFFF; */
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
input.liste_titre {
|
||||
background: transparent;
|
||||
|
|
|
|||
|
|
@ -1439,6 +1439,7 @@ th.liste_titre, td.liste_titre
|
|||
white-space: nowrap;
|
||||
background-image: none;
|
||||
background: none;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
/*tr.liste_titre select.flat {
|
||||
|
|
@ -1454,7 +1455,8 @@ tr.liste_titre input.button {
|
|||
/*margin: 30px 10px 10px 0px;*/
|
||||
}
|
||||
|
||||
td.liste_titre_sel {
|
||||
th.liste_titre_sel, td.liste_titre_sel
|
||||
{
|
||||
background: #505050;
|
||||
background-repeat: repeat-x;
|
||||
color: #FFFFFF;
|
||||
|
|
@ -1463,6 +1465,7 @@ td.liste_titre_sel {
|
|||
/* text-decoration: underline; */
|
||||
/* border-bottom: 1px solid #FDFFFF; */
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
input.liste_titre {
|
||||
|
|
|
|||
|
|
@ -1355,6 +1355,7 @@ th.liste_titre, td.liste_titre
|
|||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
/*vertical-align: text-top;*/
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
th.liste_titre_sel, td.liste_titre_sel
|
||||
{
|
||||
|
|
@ -1362,6 +1363,7 @@ th.liste_titre_sel, td.liste_titre_sel
|
|||
color: #A51B00;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
input.liste_titre {
|
||||
|
|
|
|||
|
|
@ -1266,6 +1266,7 @@ th.liste_titre, td.liste_titre
|
|||
font-weight: normal;
|
||||
border-bottom: 1px solid #FDFFFF;
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
th.liste_titre_sel, td.liste_titre_sel
|
||||
{
|
||||
|
|
@ -1277,6 +1278,7 @@ th.liste_titre_sel, td.liste_titre_sel
|
|||
font-weight: normal;
|
||||
border-bottom: 1px solid #FDFFFF;
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
input.liste_titre {
|
||||
background: #7699A9;
|
||||
|
|
|
|||
|
|
@ -127,8 +127,8 @@ input.ui-input-text, textarea.ui-input-text {
|
|||
/* ============================================================================== */
|
||||
|
||||
div.fiche {
|
||||
margin-<?php print $left; ?>: <?php print (empty($conf->browser->phone)?'10':'2'); ?>px;
|
||||
margin-<?php print $right; ?>: <?php print (empty($conf->browser->phone)?'6':''); ?>px;
|
||||
margin-<?php print $left; ?>: <?php print empty($conf->browser->phone)?'10':'2'; ?>px;
|
||||
margin-<?php print $right; ?>: <?php print empty($conf->browser->phone)?'6':''; ?>px;
|
||||
}
|
||||
|
||||
div.fichecenter {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user