This commit is contained in:
Laurent Destailleur 2013-06-16 12:00:18 +02:00
parent bc5fa5972a
commit b9a1a3e096
5 changed files with 45 additions and 22 deletions

View File

@ -1204,11 +1204,17 @@ table.liste {
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;
}
div.liste_titre, tr.liste_titre, tr.box_titre {
div.liste_titre, tr.liste_titre, form.liste_titre, tr.box_titre {
padding:4px;
background-color:rgba(0,0,0,.2);
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;
}
tr.liste_titre td, tr.liste_titre th {
tr.liste_titre td, tr.liste_titre th, form.liste_titre div {
padding:2px;
padding-left:2px !important;
white-space:nowrap;

View File

@ -1303,11 +1303,17 @@ table.liste td {
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;
}
div.liste_titre, tr.liste_titre
div.liste_titre, tr.liste_titre, form.liste_titre
{
background: #7699A9;
background-image: url(<?php echo $img_liste_titre ?>);

View File

@ -1414,7 +1414,13 @@ table.noborder {
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;
background-repeat: no-repeat;
background-color: #C8C8C8;
@ -1423,10 +1429,7 @@ tr.liste_titre {
font-weight: normal;
/* text-decoration: underline; */
/* border-bottom: 1px solid #FDFFFF; */
}
tr.liste_titre {
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/bg_centerBlock-title.jpg',1); ?>);
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/bg_centerBlock-title2.jpg',1); ?>);
background-position: top right;
}
@ -1434,10 +1437,6 @@ th.liste_titre_sel, td.liste_titre_sel, th.liste_titre {
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 {
height: 25px;
border-top: 1px solid #333;
@ -1446,16 +1445,16 @@ border-top: 1px solid #333;
div#stats {
}
div.liste_titre, tr.liste_titre {
div.liste_titre, tr.liste_titre, form.liste_titre {
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;
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;
vertical-align: middle;
background: none !important;
@ -1471,7 +1470,7 @@ div.liste_titre, th.liste_titre, td.liste_titre
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;
position: relative;
/*margin: 30px 10px 10px 0px;*/

View File

@ -1443,11 +1443,17 @@ table.liste td {
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;
}
div.liste_titre, tr.liste_titre {
div.liste_titre, tr.liste_titre, form.liste_titre {
color: #842F00;
font-weight: bold;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;

View File

@ -1668,11 +1668,17 @@ table.liste td {
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;
}
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-repeat: repeat-x;