java/nekurak.net-web/web/styl.css
changeset 198 3464334db89a
parent 196 27b751390163
child 199 2af6fa1a1833
     1.1 --- a/java/nekurak.net-web/web/styl.css	Mon Nov 07 20:31:08 2011 +0100
     1.2 +++ b/java/nekurak.net-web/web/styl.css	Fri Nov 18 21:34:47 2011 +0100
     1.3 @@ -23,6 +23,7 @@
     1.4      width: 1000px;
     1.5      border: 1px solid silver;
     1.6      background-color: #e6e6e6;
     1.7 +	border-radius: 8px 8px 0px 0px;
     1.8  }
     1.9  
    1.10  #horniPruh h1 {
    1.11 @@ -94,6 +95,7 @@
    1.12      padding-top: 3px;
    1.13      padding-bottom: 3px;
    1.14      text-align: center;
    1.15 +	border-radius: 0px 0px 8px 8px;
    1.16  }
    1.17  
    1.18  table {
    1.19 @@ -140,6 +142,18 @@
    1.20      width: 410px;
    1.21  }
    1.22  
    1.23 +button {
    1.24 +	background-color: #eee;
    1.25 +	border: 1px solid silver;
    1.26 +	border-radius: 6px;
    1.27 +	margin-top: 4px;
    1.28 +	margin-left: 4px;
    1.29 +}
    1.30 +
    1.31 +button:hover {
    1.32 +	background-color: #ddd;
    1.33 +}
    1.34 +
    1.35  button.chatOdeslat {
    1.36      width: 80px;
    1.37  }
    1.38 @@ -169,6 +183,9 @@
    1.39  input, textarea, select	{
    1.40  	width:200px;
    1.41  	margin-left: 2px;
    1.42 +	margin-top: 4px;
    1.43 +	background-color: #eee;
    1.44 +	border: 1px solid silver;
    1.45  }
    1.46  
    1.47  #formularKomentuj input, #formularKomentuj textarea, #formularKomentuj select {
    1.48 @@ -194,6 +211,7 @@
    1.49      margin-bottom: 10px;
    1.50      border: 2px solid orange;
    1.51      background-color: #ffc65e;
    1.52 +	border-radius: 6px;
    1.53  }
    1.54  
    1.55  .informacniHlaska {
    1.56 @@ -207,6 +225,7 @@
    1.57      margin-bottom: 10px;
    1.58      border: 2px solid #99ccff;
    1.59      background-color: #bfdfff;
    1.60 +	border-radius: 6px;
    1.61  }
    1.62  
    1.63  .registraceKontrolaUdaju {
    1.64 @@ -267,6 +286,13 @@
    1.65      text-indent: 1000px;
    1.66  }
    1.67  
    1.68 +div.náhledKomentáře div {
    1.69 +	border: 2px solid #eee; 
    1.70 +	border-radius: 6px; 
    1.71 +	padding: 8px; 
    1.72 +	margin-bottom: 8px;
    1.73 +}
    1.74 +
    1.75  .komentare {
    1.76      margin-bottom: 8px;
    1.77  }