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

Obrázkové tlačítko pro vykonání SQL dotazu.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • html/styl.css

    r2 r3  
    5151 
    5252#vstup button { 
    53     width: 128px; 
     53    width: 146px; 
    5454    height: 20px; 
    5555    border: none; 
    56     background-image: url('grafika/tlacitko.png'); 
    57     padding: 2px; 
    58     font-size: 12px; 
     56    background-image: url('grafika/tlacitko-sql.png'); 
    5957    margin-right: 0px; 
    6058    margin-top: 5px; 
     59    padding: 0px; 
     60    cursor: pointer; 
    6161} 
    6262