Skip to content
Snippets Groups Projects
Commit 8410ad19 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: CSS

parent 706b0d56
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -1354,11 +1354,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 ?>);
......
......@@ -1469,7 +1469,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;
......@@ -1478,10 +1484,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;
}
......@@ -1489,10 +1492,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;
......@@ -1501,16 +1500,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;
......@@ -1526,7 +1525,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;*/
......
......@@ -1439,11 +1439,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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment