java/nekurak.net-web/web/styl.css
changeset 149 8238cdb4113a
parent 142 44ef544460ca
child 154 bf21a4abea9b
     1.1 --- a/java/nekurak.net-web/web/styl.css	Sat Jun 19 11:19:27 2010 +0200
     1.2 +++ b/java/nekurak.net-web/web/styl.css	Wed Jun 30 00:26:14 2010 +0200
     1.3 @@ -128,6 +128,44 @@
     1.4  	max-width: 400px;
     1.5  }
     1.6  
     1.7 +#chat form {
     1.8 +	max-width: 666px;
     1.9 +}
    1.10 +
    1.11 +input.chatOd {
    1.12 +    width: 120px;
    1.13 +}
    1.14 +
    1.15 +input.chatText {
    1.16 +    width: 410px;
    1.17 +}
    1.18 +
    1.19 +button.chatOdeslat {
    1.20 +    width: 80px;
    1.21 +}
    1.22 +
    1.23 +#vypisZprav {
    1.24 +    width: 960px;
    1.25 +    height: 320px;
    1.26 +    overflow: auto;
    1.27 +}
    1.28 +
    1.29 +#vypisZprav ul {
    1.30 +    list-style: none;
    1.31 +}
    1.32 +
    1.33 +#chat .zprava h2 {
    1.34 +    font-size: medium;
    1.35 +    font-weight: bolder;
    1.36 +    display: inline;
    1.37 +}
    1.38 +
    1.39 +#chat .autorDatum {
    1.40 +    font-size: smaller;
    1.41 +    color: gray;
    1.42 +    margin-left: 4px;
    1.43 +}
    1.44 +
    1.45  input, textarea, select	{
    1.46  	width:200px;
    1.47  	margin-left: 2px;
    1.48 @@ -244,4 +282,4 @@
    1.49  .komentar p {
    1.50      margin-top: 8px;
    1.51      margin-bottom: 8px;
    1.52 -}
    1.53 \ No newline at end of file
    1.54 +}