# HG changeset patch # User František Kučera # Date 1243093659 -7200 # Node ID 6dced8dcb2e685d8c67cd9e3658942a0be92e135 # Parent 30215344de7d7886049d7fe99a13f99a08ee1cc3 Tlačítko a jeho pozadí diff -r 30215344de7d -r 6dced8dcb2e6 html/grafika/tlacitko.png Binary file html/grafika/tlacitko.png has changed diff -r 30215344de7d -r 6dced8dcb2e6 html/index.html --- a/html/index.html Sat May 23 17:14:58 2009 +0200 +++ b/html/index.html Sat May 23 17:47:39 2009 +0200 @@ -26,6 +26,7 @@
+
diff -r 30215344de7d -r 6dced8dcb2e6 html/styl.css --- a/html/styl.css Sat May 23 17:14:58 2009 +0200 +++ b/html/styl.css Sat May 23 17:47:39 2009 +0200 @@ -34,6 +34,7 @@ #vstup .vnitrekBloku { height: 150px; + text-align: right; } #vstup textarea { @@ -42,6 +43,16 @@ padding: 8px; } +#vstup button { + width: 128px; + height: 20px; + border: none; + background-image: url('grafika/tlacitko.png'); + padding: 2px; + font-size: 12px; + margin-right: 3px; +} + #vystup .vnitrekBloku { overflow: auto; height: 280px;