client/client.css
changeset 3 e84fec1b209b
parent 2 50a5b0e15092
     1.1 --- a/client/client.css	Fri Aug 19 03:34:20 2011 +0200
     1.2 +++ b/client/client.css	Fri Aug 19 03:41:23 2011 +0200
     1.3 @@ -34,14 +34,16 @@
     1.4  view-area view-left
     1.5  {
     1.6      position: absolute;
     1.7 -    right: 52%;
     1.8 +    left: 3%;
     1.9 +    right: 53%;
    1.10      text-align: justify;   
    1.11  }
    1.12  
    1.13  view-area view-right
    1.14  {
    1.15      position: absolute;
    1.16 -    left: 52%;
    1.17 +    left: 53%;
    1.18 +    right: 3%;
    1.19      text-align: justify;   
    1.20  }
    1.21  
    1.22 @@ -53,6 +55,7 @@
    1.23      border-style: none;
    1.24      background-color: #080808;
    1.25      color: #bb0000;    
    1.26 +    text-align: center;
    1.27      bottom: 2em;
    1.28      outline: none;
    1.29  }
    1.30 @@ -64,7 +67,9 @@
    1.31      height: 2em;
    1.32      border-style: none;
    1.33      background-color: #060606;
    1.34 -    color: #00bb00;   
    1.35 +    color: #00bb00;  
    1.36 +    font-family: monospace;
    1.37 +    text-align: center;
    1.38      bottom: 0px;
    1.39      outline: none;
    1.40  }
    1.41 \ No newline at end of file