Hezci nastylovani tabulek
authorThomas Mudrunka <tomas@mudrunka.cz>
Mon, 2 Dec 2013 14:55:03 +0000 (15:55 +0100)
committerThomas Mudrunka <tomas@mudrunka.cz>
Mon, 2 Dec 2013 14:55:03 +0000 (15:55 +0100)
index.php

index bfab8bf53509d3dc85c8369432cbca00768a288d..bee71679ad1b51ef781e65e89f07ccfe355581de 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -216,15 +216,19 @@ class Sklad_HTML extends HTML { //TODO: Split into few more methods
 
 <style type="text/css">
 * { font-family: arial; }
-td,body { background-color: white; border: orange; font-size: 75%; }
-.tr_nobr td { border-top: 3px solid orange; }
-table { background-color: orange; border: orange; /* border-collapse: collapse; */ }
-td textarea { width:100%; height:100%; }
 a, a img { text-decoration:none; color: darkblue; border:none; }
 li a, a:hover { text-decoration:underline; }
+
+td,body { background-color: white; font-size: 75%; }
+table { background-color: orange; border-collapse: collapse; }
+
+td { border: 2px solid darkorange; }
+th { border: 2px solid darkorange; }
+td textarea { width:100%; height:100%; }
+
 .tr_even td { background-color: lemonchiffon; }
-.tr_nobr.tr_even td:first-child { border-left: 5px solid orange; }
-.tr_nobr.tr_odd td:first-child { border-left: 5px solid white; }
+/* table tr:nth-child(odd) td { background-color: lemonchiffon; } */
+
 .item_status_stored td { font-weight:bold; }
 .item_status_deleted td { text-decoration:line-through; }
 .item_status_destroyed td { font-style:italic; }
This page took 0.132068 seconds and 4 git commands to generate.