Tlačítko a jeho pozadí
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 23 May 2009 17:47:39 +0200
changeset 16dced8dcb2e6
parent 0 30215344de7d
child 2 26a11fc8e3e4
Tlačítko a jeho pozadí
html/grafika/tlacitko.png
html/index.html
html/styl.css
     1.1 Binary file html/grafika/tlacitko.png has changed
     2.1 --- a/html/index.html	Sat May 23 17:14:58 2009 +0200
     2.2 +++ b/html/index.html	Sat May 23 17:47:39 2009 +0200
     2.3 @@ -26,6 +26,7 @@
     2.4                      <div class="vnitrekBloku">
     2.5                          <form>
     2.6                              <textarea>SELECT * FROM tabulka;</textarea>
     2.7 +                            <button type="submit">Vykonat SQL!</button>
     2.8                          </form>
     2.9                      </div>
    2.10                  </div>
     3.1 --- a/html/styl.css	Sat May 23 17:14:58 2009 +0200
     3.2 +++ b/html/styl.css	Sat May 23 17:47:39 2009 +0200
     3.3 @@ -34,6 +34,7 @@
     3.4  
     3.5  #vstup .vnitrekBloku {
     3.6      height: 150px;
     3.7 +    text-align: right;
     3.8  }
     3.9  
    3.10  #vstup textarea {
    3.11 @@ -42,6 +43,16 @@
    3.12      padding: 8px;
    3.13  }
    3.14  
    3.15 +#vstup button {
    3.16 +    width: 128px;
    3.17 +    height: 20px;
    3.18 +    border: none;
    3.19 +    background-image: url('grafika/tlacitko.png');
    3.20 +    padding: 2px;
    3.21 +    font-size: 12px;
    3.22 +    margin-right: 3px;
    3.23 +}
    3.24 +
    3.25  #vystup .vnitrekBloku {
    3.26      overflow: auto;
    3.27      height: 280px;