Skip to content

Commit

Permalink
More space for tables (=> to follow css bootsrap rules)
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 23, 2015
1 parent f650a77 commit 994606d
Showing 1 changed file with 33 additions and 16 deletions.
49 changes: 33 additions & 16 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -1741,24 +1741,24 @@

border-collapse: separate !important;
border-spacing: 0px;

/*
border-right-width: 1px;
border-right-color: #BBBBBB;
border-right-style: solid;

border-left-width: 1px;
border-left-color: #B0B0B0;
border-left-style: solid;

border-bottom-width: 1px;
border-bottom-color: #BBBBBB;
border-bottom-style: solid;
*/
border-left-width: 1px;
border-left-color: #DDDDDD;
border-left-style: solid;

margin: 0px 0px 2px 0px;

-moz-box-shadow: 2px 2px 4px #DDD;
-webkit-box-shadow: 2px 2px 4px #DDD;
box-shadow: 2px 2px 4px #DDD;
-moz-box-shadow: 3px 3px 4px #ddd;
-webkit-box-shadow: 3px 3px 4px #ddd;
box-shadow: 3px 3px 4px #ddd;

-moz-border-radius: 0.2em;
-webkit-border-radius: 0.2em;
Expand All @@ -1775,7 +1775,7 @@
border-left-width: 1px;
border-left-color: #BBBBBB;
border-left-style: solid;
height: 20px;
height: 26px;
}

table.noborder th, table.noborder td, div.noborder form, div.noborder form div {
Expand All @@ -1799,27 +1799,28 @@

table.liste {
width: 100%;

border-collapse: collapse;
border-top-color: #FEFEFE;

/*
border-right-width: 1px;
border-right-color: #BBBBBB;
border-right-style: solid;

border-left-width: 1px;
border-left-color: #CCCCCC;
border-left-style: solid;

*/
border-bottom-width: 1px;
border-bottom-color: #BBBBBB;
border-bottom-style: solid;

margin-bottom: 2px;
margin-top: 0px;

-moz-box-shadow: 3px 3px 4px #DDD;
-webkit-box-shadow: 3px 3px 4px #DDD;
box-shadow: 3px 3px 4px #DDD;
-moz-box-shadow: 0px 3px 4px #DDD;
-webkit-box-shadow: 0px 3px 4px #DDD;
box-shadow: 0px 3px 4px #DDD;
}
table.liste td {
padding-right: 2px;
Expand Down Expand Up @@ -1893,6 +1894,7 @@
}

.pair, .nohover .pair:hover, tr.pair td.nohover {
/*
<?php if ($usecss3) { ?>
background: linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
background: -o-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
Expand All @@ -1902,12 +1904,18 @@
<?php } else { ?>
background: #ffffff;
<?php } ?>
*/
font-family: <?php print $fontlist ?>;
border: 0px;
margin-bottom: 1px;
color: #202020;
}

background-color: #f9f9f9;
}
tr.pair td, tr.impair td {
padding: 4px;
border-bottom: 1px solid #ddd;
}
div.liste_titre .tagtd {
vertical-align: middle;
}
Expand Down Expand Up @@ -2067,8 +2075,9 @@
font-family: <?php print $fontlist ?>;
}


tr.box_pair {
<?php if ($usecss3) { ?>
/*<?php if ($usecss3) { ?>
background: -o-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
background: -moz-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
background: -webkit-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
Expand All @@ -2077,7 +2086,15 @@
<?php } else { ?>
background: #ffffff;
<?php } ?>
*/
font-family: <?php print $fontlist ?>;

background-color: #f9f9f9;
}

tr.box_pair td, tr.box_impair td {
padding: 4px;
border-bottom: 1px solid #ddd;
}

.formboxfilter {
Expand Down

0 comments on commit 994606d

Please sign in to comment.