Changeset 1:6dced8dcb2e6

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

Tlačítko a jeho pozadí

Location:
html
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • html/index.html

    r0 r1  
    2727                        <form> 
    2828                            <textarea>SELECT * FROM tabulka;</textarea> 
     29                            <button type="submit">Vykonat SQL!</button> 
    2930                        </form> 
    3031                    </div> 
  • html/styl.css

    r0 r1  
    3535#vstup .vnitrekBloku { 
    3636    height: 150px; 
     37    text-align: right; 
    3738} 
    3839 
     
    4142    height: 110px; 
    4243    padding: 8px; 
     44} 
     45 
     46#vstup button { 
     47    width: 128px; 
     48    height: 20px; 
     49    border: none; 
     50    background-image: url('grafika/tlacitko.png'); 
     51    padding: 2px; 
     52    font-size: 12px; 
     53    margin-right: 3px; 
    4354} 
    4455