Changeset 1:6dced8dcb2e6
- Timestamp:
- 05/23/09 17:47:39 (16 years ago)
- Branch:
- default
- Location:
- html
- Files:
-
- 1 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
html/index.html
r0 r1 27 27 <form> 28 28 <textarea>SELECT * FROM tabulka;</textarea> 29 <button type="submit">Vykonat SQL!</button> 29 30 </form> 30 31 </div> -
html/styl.css
r0 r1 35 35 #vstup .vnitrekBloku { 36 36 height: 150px; 37 text-align: right; 37 38 } 38 39 … … 41 42 height: 110px; 42 43 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; 43 54 } 44 55