Fix and clean CSS.

This commit is contained in:
Christian P. MOMON 2023-12-09 15:36:27 +01:00
parent 9502f7a6c5
commit e58fea320c

View file

@ -216,7 +216,7 @@ blockquote
{
/* Useful with second button */
display:inline-block;
float:right;"
float:right;
}
.without
@ -540,7 +540,7 @@ table > tfoot > tr.warning > th,
table > tfoot > tr > td.warning,
table > tfoot > tr > th.warning
{
background-color: ##f58e1c;
background-color: #f58e1c;
}
table > thead > tr.alert > td,
@ -666,7 +666,8 @@ table > tfoot > tr > th.danger
/*******/
.table_default {
.table_default
{
border-spacing:0px;
border-collapse:collapse;
width:100%;
@ -674,8 +675,9 @@ table > tfoot > tr > th.danger
.table_default > tr > th,
.table_default > thead > tr > th,
.table_default > tbody > tr > th {
background-color:;
.table_default > tbody > tr > th
{
/*background-color:;*/
border-collapse:collapse;
text-align:left;
font-weight:bold;
@ -685,12 +687,14 @@ table > tfoot > tr > th.danger
}
.table_default > tr:hover,
.table_default > tbody > tr:hover {
.table_default > tbody > tr:hover
{
background-color:#ECECEC;
}
.table_default > tr > td,
.table_default > tbody > tr > td {
.table_default > tbody > tr > td
{
vertical-align:top;
padding:5px;
margin-top:15px;
@ -699,7 +703,8 @@ table > tfoot > tr > th.danger
/*******/
.table_classic {
.table_classic
{
border:0px;
width:100%;
margin: 0;
@ -708,7 +713,8 @@ table > tfoot > tr > th.danger
.table_classic > tr > th,
.table_classic > thead > tr > th,
.table_classic > tbody > tr > th {
.table_classic > tbody > tr > th
{
background-color:#ECECEC;
border:1px solid #DCDCDC;
margin: 5px;
@ -717,28 +723,32 @@ table > tfoot > tr > th.danger
.table_classic > tr > td,
.table_classic > tbody > tr > td,
.table_classic > tfoot > tr > td {
.table_classic > tfoot > tr > td
{
border:1px solid #ECECEC;
margin: 5px;
padding: 5px;
}
.table_classic > tr:hover,
.table_classic > tbody > tr:hover {
.table_classic > tbody > tr:hover
{
background-color:#ECECEC;
}
/*******/
.table_glued {
.table_glued
{
border:0px;
width:100%;
border-collapse: collapse;
}
.table_glued > tr > th,
.table_glued > tbody > tr > th {
.table_glued > tbody > tr > th
{
background-color:#ECECEC;
border:0px;
}
@ -749,7 +759,8 @@ table > tfoot > tr > th.danger
}
/*******/
.table_simple {
.table_simple
{
border: 0px solid red;
border-spacing: 0px;
border-collapse: collapse;
@ -760,7 +771,8 @@ table > tfoot > tr > th.danger
.table_simple > tr > th,
.table_simple > tbody > tr > th {
.table_simple > tbody > tr > th
{
color: #2e2d30;
border: 0px none red;
border-collapse: collapse;
@ -776,19 +788,22 @@ table > tfoot > tr > th.danger
}
.table_simple > tr,
.table_simple > tbody > tr {
.table_simple > tbody > tr
{
border: 0px none red;
border-collapse: collapse;
border-spacing: 0;
}
.table_simple > tr:hover,
.table_simple > tbody > tr:hover {
.table_simple > tbody > tr:hover
{
background-color: #d9dadb;
}
.table_simple > tr > td,
.table_simple > tbody > tr > td {
.table_simple > tbody > tr > td
{
vertical-align: top;
padding-top: 3px;
padding-bottom: 3px;