diff -r 27b751390163 -r 3464334db89a java/nekurak.net-web/web/styl.css --- a/java/nekurak.net-web/web/styl.css Mon Nov 07 20:31:08 2011 +0100 +++ b/java/nekurak.net-web/web/styl.css Fri Nov 18 21:34:47 2011 +0100 @@ -23,6 +23,7 @@ width: 1000px; border: 1px solid silver; background-color: #e6e6e6; + border-radius: 8px 8px 0px 0px; } #horniPruh h1 { @@ -94,6 +95,7 @@ padding-top: 3px; padding-bottom: 3px; text-align: center; + border-radius: 0px 0px 8px 8px; } table { @@ -140,6 +142,18 @@ width: 410px; } +button { + background-color: #eee; + border: 1px solid silver; + border-radius: 6px; + margin-top: 4px; + margin-left: 4px; +} + +button:hover { + background-color: #ddd; +} + button.chatOdeslat { width: 80px; } @@ -169,6 +183,9 @@ input, textarea, select { width:200px; margin-left: 2px; + margin-top: 4px; + background-color: #eee; + border: 1px solid silver; } #formularKomentuj input, #formularKomentuj textarea, #formularKomentuj select { @@ -194,6 +211,7 @@ margin-bottom: 10px; border: 2px solid orange; background-color: #ffc65e; + border-radius: 6px; } .informacniHlaska { @@ -207,6 +225,7 @@ margin-bottom: 10px; border: 2px solid #99ccff; background-color: #bfdfff; + border-radius: 6px; } .registraceKontrolaUdaju { @@ -267,6 +286,13 @@ text-indent: 1000px; } +div.náhledKomentáře div { + border: 2px solid #eee; + border-radius: 6px; + padding: 8px; + margin-bottom: 8px; +} + .komentare { margin-bottom: 8px; }