html/styl.css
changeset 1 6dced8dcb2e6
parent 0 30215344de7d
child 2 26a11fc8e3e4
     1.1 --- a/html/styl.css	Sat May 23 17:14:58 2009 +0200
     1.2 +++ b/html/styl.css	Sat May 23 17:47:39 2009 +0200
     1.3 @@ -34,6 +34,7 @@
     1.4  
     1.5  #vstup .vnitrekBloku {
     1.6      height: 150px;
     1.7 +    text-align: right;
     1.8  }
     1.9  
    1.10  #vstup textarea {
    1.11 @@ -42,6 +43,16 @@
    1.12      padding: 8px;
    1.13  }
    1.14  
    1.15 +#vstup button {
    1.16 +    width: 128px;
    1.17 +    height: 20px;
    1.18 +    border: none;
    1.19 +    background-image: url('grafika/tlacitko.png');
    1.20 +    padding: 2px;
    1.21 +    font-size: 12px;
    1.22 +    margin-right: 3px;
    1.23 +}
    1.24 +
    1.25  #vystup .vnitrekBloku {
    1.26      overflow: auto;
    1.27      height: 280px;