Show
Ignore:
Timestamp:
05/24/09 00:24:48 (15 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Licence (žádná), historie SQL příkazů, drobnosti v CSS.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • html/styl.css

    r4 r5  
    1313body { 
    1414    font-family: sans-serif; 
     15    font-size: 12px; 
    1516} 
    1617 
     
    5758 
    5859#vstup button { 
    59     width: 146px; 
    6060    height: 20px; 
    6161    border: none; 
    62     background-image: url('grafika/tlacitko-sql.png'); 
    6362    margin-right: 0px; 
    6463    margin-top: 5px; 
    6564    padding: 0px; 
    6665    cursor: pointer; 
     66    background-repeat: no-repeat; 
     67} 
     68 
     69#vstup button.zobrazitHistorii { 
     70    background-image: url('grafika/historie.png'); 
     71    background-color: transparent; 
     72    background-position: center; 
     73    width: 20px; 
     74} 
     75 
     76#vstup button.vykonatSQL { 
     77    background-image: url('grafika/tlacitko-sql.png'); 
     78    width: 146px; 
    6779} 
    6880 
     
    120132    border: 1px solid green; 
    121133    border-collapse:collapse; 
     134    background-color: white; 
     135    margin: 3px; 
    122136} 
    123137 
     
    127141    padding-left: 8px; 
    128142    padding-right: 8px; 
     143    vertical-align: top; 
    129144} 
    130145 
     
    134149 
    135150thead { 
    136     background: silver; 
     151    background: gray; 
    137152    font-weight:bold; 
     153    background-image: url('grafika/tabulka-zahlavi.png'); 
     154    background-repeat: repeat-x; 
     155    height: 28px; 
    138156} 
    139157 
     
    141159    color: black; 
    142160    text-decoration: none; 
     161} 
     162 
     163thead td { 
     164    vertical-align: middle; 
    143165} 
    144166