Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 11, 2018
1 parent b225a6f commit eaecb9d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
19 changes: 9 additions & 10 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -3323,20 +3323,19 @@
/* ============================================================================== */

table.valid {
border-top: solid 1px #E6E6E6;
border-<?php print $left; ?>: solid 1px #E6E6E6;
border-<?php print $right; ?>: solid 1px #444444;
border-bottom: solid 1px #555555;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
/* border-top: solid 1px #E6E6E6; */
border-<?php print $left; ?>: solid 5px #f2cf87;
/* border-<?php print $right; ?>: solid 1px #444444;
border-bottom: solid 1px #555555; */
padding-top: 8px;
padding-left: 10px;
padding-right: 4px;
padding-bottom: 4px;
margin: 0px 0px;
background: #D5BAA8;
background: #fcf8e3;
}

.validtitre {
background: #D5BAA8;
font-weight: bold;
}

Expand Down
19 changes: 9 additions & 10 deletions htdocs/theme/md/style.css.php
Expand Up @@ -3378,20 +3378,19 @@
/* ============================================================================== */

table.valid {
border-top: solid 1px #E6E6E6;
border-<?php print $left; ?>: solid 1px #E6E6E6;
border-<?php print $right; ?>: solid 1px #444444;
border-bottom: solid 1px #555555;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
/* border-top: solid 1px #E6E6E6; */
border-<?php print $left; ?>: solid 5px #f2cf87;
/* border-<?php print $right; ?>: solid 1px #444444;
border-bottom: solid 1px #555555; */
padding-top: 8px;
padding-left: 10px;
padding-right: 4px;
padding-bottom: 4px;
margin: 0px 0px;
background: #D5BAA8;
background: #fcf8e3;
}

.validtitre {
background: #D5BAA8;
font-weight: bold;
}

Expand Down

0 comments on commit eaecb9d

Please sign in to comment.