java/nekurak.net-web/web/styl.css
changeset 53 d76be0124c40
parent 49 9b2a597cc862
child 55 079a3221355d
     1.1 --- a/java/nekurak.net-web/web/styl.css	Thu Mar 04 10:20:28 2010 +0100
     1.2 +++ b/java/nekurak.net-web/web/styl.css	Thu Mar 04 22:42:23 2010 +0100
     1.3 @@ -128,3 +128,20 @@
     1.4  	width:200px;
     1.5  	margin-left: 2px;
     1.6  }
     1.7 +
     1.8 +.chybovaHlaska {
     1.9 +    background-image: url('grafika/chyba.png');
    1.10 +    background-repeat: no-repeat;
    1.11 +    background-position: 8px 8px;
    1.12 +    min-height: 33px;
    1.13 +    padding-top: 15px;
    1.14 +    padding-left: 50px;
    1.15 +    margin-top: 10px;
    1.16 +    margin-bottom: 10px;
    1.17 +    border: 2px solid orange;
    1.18 +    background-color: #ffc65e;
    1.19 +}
    1.20 +
    1.21 +.registraceKontrolaUdaju {
    1.22 +    color: gray;
    1.23 +}
    1.24 \ No newline at end of file