Fix: W3C
This commit is contained in:
parent
e17e12775d
commit
27ae971f35
@ -966,9 +966,9 @@ a.tab:hover {color:#333333;}
|
||||
}
|
||||
|
||||
div.fiche {
|
||||
padding:8px 6px 10px;
|
||||
margin-<?php print $left; ?>: <?php print (GETPOST("optioncss") == 'print'?6:((empty($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT))?($dol_hide_leftmenu?'4':'16'):'24')); ?>px;
|
||||
margin-<?php print $right; ?>: <?php print (GETPOST("optioncss") == 'print'?8:(empty($conf->dol_optimize_smallscreen)?'12':'4')); ?>px;
|
||||
padding: 8px 5px 10px;
|
||||
margin-<?php print $left; ?>: <?php print (GETPOST("optioncss") == 'print'?6:((empty($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT))?($dol_hide_leftmenu?'3':'16'):'24')); ?>px;
|
||||
margin-<?php print $right; ?>: <?php print (GETPOST("optioncss") == 'print'?8:(empty($conf->dol_optimize_smallscreen)?'12':'3')); ?>px;
|
||||
}
|
||||
|
||||
div.fichecenter {
|
||||
@ -1195,6 +1195,10 @@ table.liste {
|
||||
|
||||
table.liste td {padding:1px 2px 1px 0px;}
|
||||
|
||||
tr.liste_titre, tr.liste_titre_sel
|
||||
{
|
||||
height: 22px;
|
||||
}
|
||||
div.liste_titre, tr.liste_titre, tr.box_titre {
|
||||
padding:4px;
|
||||
background-color:rgba(0,0,0,.2);
|
||||
@ -1210,7 +1214,6 @@ div.liste_titre, tr.liste_titre, tr.box_titre {
|
||||
color-stop(0, rgba(255,255,255,.3)),
|
||||
color-stop(1, rgba(0,0,0,.3))
|
||||
);
|
||||
height: 22px;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
|
||||
@ -1345,9 +1345,12 @@ table.liste td {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
div.liste_titre, tr.liste_titre
|
||||
tr.liste_titre, tr.liste_titre_sel
|
||||
{
|
||||
height: 24px;
|
||||
}
|
||||
div.liste_titre, tr.liste_titre
|
||||
{
|
||||
background: #7699A9;
|
||||
background-image: url(<?php echo $img_liste_titre ?>);
|
||||
background-repeat: repeat-x;
|
||||
|
||||
@ -1483,7 +1483,6 @@ tr.liste_titre {
|
||||
font-weight: normal;
|
||||
/* text-decoration: underline; */
|
||||
/* border-bottom: 1px solid #FDFFFF; */
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
tr.liste_titre {
|
||||
@ -1512,8 +1511,8 @@ div.liste_titre, tr.liste_titre {
|
||||
}
|
||||
|
||||
div.liste_titre a, tr.liste_titre a {
|
||||
color: #333333;
|
||||
margin: 0px 5px;
|
||||
color: #333333;
|
||||
margin: 0px 5px;
|
||||
}
|
||||
|
||||
div.liste_titre td, tr.liste_titre td {
|
||||
@ -1528,7 +1527,6 @@ div.liste_titre, th.liste_titre, td.liste_titre
|
||||
color: #333333;
|
||||
font-family: <?php print $fontlist ?>;
|
||||
font-weight: normal;
|
||||
white-space: nowrap;
|
||||
background-image: none;
|
||||
background: none;
|
||||
}
|
||||
@ -1548,7 +1546,6 @@ th.liste_titre_sel, td.liste_titre_sel
|
||||
font-weight: normal;
|
||||
/* text-decoration: underline; */
|
||||
/* border-bottom: 1px solid #FDFFFF; */
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
input.liste_titre {
|
||||
@ -1564,7 +1561,6 @@ background: #F0F0F0;
|
||||
background-repeat: repeat-x;
|
||||
color: #332266;
|
||||
font-weight: normal;
|
||||
white-space: nowrap;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
@ -1629,7 +1625,6 @@ tr.box_titre {
|
||||
font-family: <?php print $fontlist ?>, sans-serif;
|
||||
font-weight: normal;
|
||||
border-bottom: 1px solid #FDFFFF;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
}
|
||||
|
||||
@ -1430,8 +1430,11 @@ table.liste td {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
div.liste_titre, tr.liste_titre {
|
||||
tr.liste_titre, tr.liste_titre_sel
|
||||
{
|
||||
height: 20px;
|
||||
}
|
||||
div.liste_titre, tr.liste_titre {
|
||||
color: #842F00;
|
||||
font-weight: bold;
|
||||
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
|
||||
|
||||
@ -1655,9 +1655,12 @@ table.liste td {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
tr.liste_titre, tr.liste_titre_sel
|
||||
{
|
||||
height: 20px !important;
|
||||
}
|
||||
div.liste_titre, tr.liste_titre, tr.liste_titre_sel
|
||||
{
|
||||
height: 20px !important;
|
||||
background: rgb(<?php echo $colorbacktitle1; ?>);
|
||||
background-repeat: repeat-x;
|
||||
<?php if ($usecss3) { ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user