diff -r 079a3221355d -r e019dbc42723 java/nekurak.net-web/web/styl.css --- a/java/nekurak.net-web/web/styl.css Fri Mar 05 10:28:34 2010 +0100 +++ b/java/nekurak.net-web/web/styl.css Tue Mar 09 20:26:30 2010 +0100 @@ -145,3 +145,41 @@ .registraceKontrolaUdaju { color: gray; } + +.podnik .adresa { + float: left; + width: 500px; +} +.podnik .hlasovani { + float: left; + width: 280px; + height: 280px; +} + +.podnik .fotky { + float: left; + width: 200px; + height: 280px; +} + +.podnik { + clear: both; +} + +.cistic { + clear: both; +} + +.slider_prev { + background-image: url('grafika/fotkyPodnikuPredchozi.png'); + width: 32px; + height: 32px; + text-indent: 1000px; +} + +.slider_next { + background-image: url('grafika/fotkyPodnikuDalsi.png'); + width: 32px; + height: 32px; + text-indent: 1000px; +}