diff -r 49903d1fe188 -r 71c6de7f0a38 html/styl.css --- a/html/styl.css Sat May 23 21:33:25 2009 +0200 +++ b/html/styl.css Sun May 24 00:24:48 2009 +0200 @@ -12,6 +12,7 @@ /** Bezpatkové písmo */ body { font-family: sans-serif; + font-size: 12px; } /** Prostor pro logo a název programu */ @@ -56,14 +57,25 @@ } #vstup button { - width: 146px; height: 20px; border: none; - background-image: url('grafika/tlacitko-sql.png'); margin-right: 0px; margin-top: 5px; padding: 0px; cursor: pointer; + background-repeat: no-repeat; +} + +#vstup button.zobrazitHistorii { + background-image: url('grafika/historie.png'); + background-color: transparent; + background-position: center; + width: 20px; +} + +#vstup button.vykonatSQL { + background-image: url('grafika/tlacitko-sql.png'); + width: 146px; } #vystup .vnitrekBloku { @@ -119,6 +131,8 @@ table { border: 1px solid green; border-collapse:collapse; + background-color: white; + margin: 3px; } td { @@ -126,6 +140,7 @@ padding: 4px; padding-left: 8px; padding-right: 8px; + vertical-align: top; } td.cislo { @@ -133,8 +148,11 @@ } thead { - background: silver; + background: gray; font-weight:bold; + background-image: url('grafika/tabulka-zahlavi.png'); + background-repeat: repeat-x; + height: 28px; } thead td a { @@ -142,6 +160,10 @@ text-decoration: none; } +thead td { + vertical-align: middle; +} + /** Ikonky pro zprávu k výsledku */ #vystupniPole p { background-repeat: no-repeat;