Fix: CSS
This commit is contained in:
parent
bc5fa5972a
commit
b9a1a3e096
@ -1204,11 +1204,17 @@ table.liste {
|
|||||||
|
|
||||||
table.liste td {padding:1px 2px 1px 0px;}
|
table.liste td {padding:1px 2px 1px 0px;}
|
||||||
|
|
||||||
tr.liste_titre, tr.liste_titre_sel
|
.tagtable { display: table; }
|
||||||
|
.tagtable form { display: table-row; }
|
||||||
|
.tagtable form div { display: table-cell; }
|
||||||
|
.tagtr { display: table-row; }
|
||||||
|
.tagtd { display: table-cell; }
|
||||||
|
|
||||||
|
tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel
|
||||||
{
|
{
|
||||||
height: 22px;
|
height: 22px;
|
||||||
}
|
}
|
||||||
div.liste_titre, tr.liste_titre, tr.box_titre {
|
div.liste_titre, tr.liste_titre, form.liste_titre, tr.box_titre {
|
||||||
padding:4px;
|
padding:4px;
|
||||||
background-color:rgba(0,0,0,.2);
|
background-color:rgba(0,0,0,.2);
|
||||||
background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
|
background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
|
||||||
@ -1230,7 +1236,7 @@ tr.box_titre td.boxclose {
|
|||||||
width: 36px;
|
width: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.liste_titre td, tr.liste_titre th {
|
tr.liste_titre td, tr.liste_titre th, form.liste_titre div {
|
||||||
padding:2px;
|
padding:2px;
|
||||||
padding-left:2px !important;
|
padding-left:2px !important;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
|
|||||||
@ -1303,11 +1303,17 @@ table.liste td {
|
|||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.liste_titre, tr.liste_titre_sel
|
.tagtable { display: table; }
|
||||||
|
.tagtable form { display: table-row; }
|
||||||
|
.tagtable form div { display: table-cell; }
|
||||||
|
.tagtr { display: table-row; }
|
||||||
|
.tagtd { display: table-cell; }
|
||||||
|
|
||||||
|
tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel
|
||||||
{
|
{
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
div.liste_titre, tr.liste_titre
|
div.liste_titre, tr.liste_titre, form.liste_titre
|
||||||
{
|
{
|
||||||
background: #7699A9;
|
background: #7699A9;
|
||||||
background-image: url(<?php echo $img_liste_titre ?>);
|
background-image: url(<?php echo $img_liste_titre ?>);
|
||||||
|
|||||||
@ -1414,7 +1414,13 @@ table.noborder {
|
|||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.liste_titre {
|
.tagtable { display: table; }
|
||||||
|
.tagtable form { display: table-row; }
|
||||||
|
.tagtable form div { display: table-cell; }
|
||||||
|
.tagtr { display: table-row; }
|
||||||
|
.tagtd { display: table-cell; }
|
||||||
|
|
||||||
|
tr.liste_titre, form.liste_titre {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-color: #C8C8C8;
|
background-color: #C8C8C8;
|
||||||
@ -1423,10 +1429,7 @@ tr.liste_titre {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
/* text-decoration: underline; */
|
/* text-decoration: underline; */
|
||||||
/* border-bottom: 1px solid #FDFFFF; */
|
/* border-bottom: 1px solid #FDFFFF; */
|
||||||
}
|
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/bg_centerBlock-title2.jpg',1); ?>);
|
||||||
|
|
||||||
tr.liste_titre {
|
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/bg_centerBlock-title.jpg',1); ?>);
|
|
||||||
background-position: top right;
|
background-position: top right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1434,10 +1437,6 @@ th.liste_titre_sel, td.liste_titre_sel, th.liste_titre {
|
|||||||
color: #FFFFFF !important;
|
color: #FFFFFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.liste_titre {
|
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/bg_centerBlock-title2.jpg',1); ?>);
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.liste_total {
|
tr.liste_total {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
border-top: 1px solid #333;
|
border-top: 1px solid #333;
|
||||||
@ -1446,16 +1445,16 @@ border-top: 1px solid #333;
|
|||||||
div#stats {
|
div#stats {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.liste_titre, tr.liste_titre {
|
div.liste_titre, tr.liste_titre, form.liste_titre {
|
||||||
text-align: <?php echo $left; ?>;
|
text-align: <?php echo $left; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.liste_titre a, tr.liste_titre a {
|
div.liste_titre a, tr.liste_titre a, form.liste_titre a {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.liste_titre td, tr.liste_titre td {
|
div.liste_titre td, tr.liste_titre td, form.liste_titre div {
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
@ -1471,7 +1470,7 @@ div.liste_titre, th.liste_titre, td.liste_titre
|
|||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.liste_titre input.button, tr.liste_titre input.button {
|
div.liste_titre input.button, tr.liste_titre input.button, form.liste_titre input.button {
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
/*margin: 30px 10px 10px 0px;*/
|
/*margin: 30px 10px 10px 0px;*/
|
||||||
|
|||||||
@ -1443,11 +1443,17 @@ table.liste td {
|
|||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.liste_titre, tr.liste_titre_sel
|
.tagtable { display: table; }
|
||||||
|
.tagtable form { display: table-row; }
|
||||||
|
.tagtable form div { display: table-cell; }
|
||||||
|
.tagtr { display: table-row; }
|
||||||
|
.tagtd { display: table-cell; }
|
||||||
|
|
||||||
|
tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel
|
||||||
{
|
{
|
||||||
height: 20px !important;
|
height: 20px !important;
|
||||||
}
|
}
|
||||||
div.liste_titre, tr.liste_titre {
|
div.liste_titre, tr.liste_titre, form.liste_titre {
|
||||||
color: #842F00;
|
color: #842F00;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
|
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
|
||||||
|
|||||||
@ -1668,11 +1668,17 @@ table.liste td {
|
|||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.liste_titre, tr.liste_titre_sel
|
.tagtable { display: table; }
|
||||||
|
.tagtable form { display: table-row; }
|
||||||
|
.tagtable form div { display: table-cell; }
|
||||||
|
.tagtr { display: table-row; }
|
||||||
|
.tagtd { display: table-cell; }
|
||||||
|
|
||||||
|
tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel
|
||||||
{
|
{
|
||||||
height: 20px !important;
|
height: 20px !important;
|
||||||
}
|
}
|
||||||
div.liste_titre, tr.liste_titre, tr.liste_titre_sel
|
div.liste_titre, tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel
|
||||||
{
|
{
|
||||||
background: rgb(<?php echo $colorbacktitle1; ?>);
|
background: rgb(<?php echo $colorbacktitle1; ?>);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user