java/nekurak.net-web/web/styl.css
changeset 58 e019dbc42723
parent 55 079a3221355d
child 68 df5aedafb826
     1.1 --- a/java/nekurak.net-web/web/styl.css	Fri Mar 05 10:28:34 2010 +0100
     1.2 +++ b/java/nekurak.net-web/web/styl.css	Tue Mar 09 20:26:30 2010 +0100
     1.3 @@ -145,3 +145,41 @@
     1.4  .registraceKontrolaUdaju {
     1.5      color: gray;
     1.6  }
     1.7 +
     1.8 +.podnik .adresa {
     1.9 +    float: left;
    1.10 +    width: 500px;
    1.11 +}
    1.12 +.podnik .hlasovani {
    1.13 +    float: left;
    1.14 +    width: 280px;
    1.15 +    height: 280px;
    1.16 +}
    1.17 +
    1.18 +.podnik .fotky {
    1.19 +    float: left;
    1.20 +    width: 200px;
    1.21 +    height: 280px;
    1.22 +}
    1.23 +
    1.24 +.podnik {
    1.25 +    clear: both;
    1.26 +}
    1.27 +
    1.28 +.cistic {
    1.29 +    clear: both;
    1.30 +}
    1.31 +
    1.32 +.slider_prev  {
    1.33 +    background-image: url('grafika/fotkyPodnikuPredchozi.png');
    1.34 +    width: 32px;
    1.35 +    height: 32px;
    1.36 +    text-indent: 1000px;
    1.37 +}
    1.38 +
    1.39 +.slider_next {
    1.40 +    background-image: url('grafika/fotkyPodnikuDalsi.png');
    1.41 +    width: 32px;
    1.42 +    height: 32px;
    1.43 +    text-indent: 1000px;
    1.44 +}