java/nekurak.net-web/web/styl.css
changeset 40 67d332d48562
parent 38 a2ca6c1804d1
child 42 77c8271add7d
     1.1 --- a/java/nekurak.net-web/web/styl.css	Wed Feb 24 21:48:49 2010 +0100
     1.2 +++ b/java/nekurak.net-web/web/styl.css	Thu Feb 25 08:26:46 2010 +0100
     1.3 @@ -5,6 +5,10 @@
     1.4      text-align: center;
     1.5  }
     1.6  
     1.7 +a {
     1.8 +    text-decoration: none;
     1.9 +}
    1.10 +
    1.11  .body {
    1.12      width: 1000px;
    1.13      text-align: left;
    1.14 @@ -37,7 +41,7 @@
    1.15  #nabidka li {
    1.16      display: inline;
    1.17      font-size: 14px;
    1.18 -    margin-left: 8px;
    1.19 +    margin-left: 12px;
    1.20  }
    1.21  
    1.22  #nabidka li a {
    1.23 @@ -48,6 +52,10 @@
    1.24      color: orange;
    1.25  }
    1.26  
    1.27 +#prihlasenyUzivatel {
    1.28 +    color: gray;
    1.29 +}
    1.30 +
    1.31  #obsah {
    1.32      width: 980px;
    1.33      border: 1px solid silver;
    1.34 @@ -81,3 +89,19 @@
    1.35      font-weight: bold;
    1.36  }
    1.37  
    1.38 +.podnik a h2 {
    1.39 +    color: black;
    1.40 +}
    1.41 +
    1.42 +fieldset {
    1.43 +	border: none;
    1.44 +}
    1.45 +
    1.46 +form {
    1.47 +	text-align: right;
    1.48 +	max-width: 400px;
    1.49 +}
    1.50 +
    1.51 +input	{
    1.52 +	width:200px;
    1.53 +}