html/styl.css
changeset 5 71c6de7f0a38
parent 4 49903d1fe188
child 7 11f83eac10b3
     1.1 --- a/html/styl.css	Sat May 23 21:33:25 2009 +0200
     1.2 +++ b/html/styl.css	Sun May 24 00:24:48 2009 +0200
     1.3 @@ -12,6 +12,7 @@
     1.4  /** Bezpatkové písmo */
     1.5  body {
     1.6      font-family: sans-serif;
     1.7 +    font-size: 12px;
     1.8  }
     1.9  
    1.10  /** Prostor pro logo a název programu */
    1.11 @@ -56,14 +57,25 @@
    1.12  }
    1.13  
    1.14  #vstup button {
    1.15 -    width: 146px;
    1.16      height: 20px;
    1.17      border: none;
    1.18 -    background-image: url('grafika/tlacitko-sql.png');
    1.19      margin-right: 0px;
    1.20      margin-top: 5px;
    1.21      padding: 0px;
    1.22      cursor: pointer;
    1.23 +    background-repeat: no-repeat;
    1.24 +}
    1.25 +
    1.26 +#vstup button.zobrazitHistorii {
    1.27 +    background-image: url('grafika/historie.png');
    1.28 +    background-color: transparent;
    1.29 +    background-position: center;
    1.30 +    width: 20px;
    1.31 +}
    1.32 +
    1.33 +#vstup button.vykonatSQL {
    1.34 +    background-image: url('grafika/tlacitko-sql.png');
    1.35 +    width: 146px;
    1.36  }
    1.37  
    1.38  #vystup .vnitrekBloku {
    1.39 @@ -119,6 +131,8 @@
    1.40  table {
    1.41      border: 1px solid green;
    1.42      border-collapse:collapse;
    1.43 +    background-color: white;
    1.44 +    margin: 3px;
    1.45  }
    1.46  
    1.47  td {
    1.48 @@ -126,6 +140,7 @@
    1.49      padding: 4px;
    1.50      padding-left: 8px;
    1.51      padding-right: 8px;
    1.52 +    vertical-align: top;
    1.53  }
    1.54  
    1.55  td.cislo {
    1.56 @@ -133,8 +148,11 @@
    1.57  }
    1.58  
    1.59  thead {
    1.60 -    background: silver;
    1.61 +    background: gray;
    1.62      font-weight:bold;
    1.63 +    background-image: url('grafika/tabulka-zahlavi.png');
    1.64 +    background-repeat: repeat-x;
    1.65 +    height: 28px;
    1.66  }
    1.67  
    1.68  thead td a {
    1.69 @@ -142,6 +160,10 @@
    1.70      text-decoration: none;
    1.71  }
    1.72  
    1.73 +thead td {
    1.74 +    vertical-align: middle;
    1.75 +}
    1.76 +
    1.77  /** Ikonky pro zprávu k výsledku */
    1.78  #vystupniPole p {
    1.79      background-repeat: no-repeat;