style.css: fix typo
[vuplus_dvbapp-plugin] / webinterface / src / web-data / tpl / default / style.css
index 7e974d4..1c88655 100644 (file)
@@ -1,10 +1,10 @@
-       body{
+       html, body{
                font-family: Tahoma, Sans-Serif;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                text-align: center;
-               background-color: #555
+               background: #555
        }
        
        a, a:visited, a:active{
 
        #notification{          
                color: #000;
-               width: 600px;
+               width: 50%;
                height: 32px;
                position: absolute;
                top: 0px;
-               left: 200px;            
+               left: 25%;              
                text-align: center;
                vertical-align: bottom;
                z-index: 2;             
 /***********************
  GENERAL
  ***********************/
-
+       .black{
+               background: #000;
+       }
+       
        .odd{
                background-color: #FFF;
        }
        #powerState{
                border: 0px;
                margin-left: 93px;
-               text-algin: right;
+               text-align: right;
        }
        
        #bannerRight{
        -moz-border-radius: 5px;        
        
        }
+       
+       .techInfo{
+               font-size: 10px;
+       }
 
        #currentTable{
                margin-bottom: 10px;
        }
        #contentHd{
                background: #000;
-               width: 827px;
+               width: 527px;
+       }
+       #contentHdExt{
+               background: #000;               
+               dipslay:block;
+       }
+       
+       #contentHdExt input{
+               padding: 1px;
+               margin-right: 2px;
+               margin-bottom: 2px;
+               border: 0px;
+               color: #485052;
        }
+       
        #epgSearch{ width: 120px; }
        
        .boxContent{
        }
        
 /*****************
+* Tools
+******************/    
+       
+       #tools{
+               font-size: 12px;
+               text-align: center;
+       }
+       
+       #tools h1{
+               font-size: 14px;
+       }
+       
+       .tools a, .tools a:hover, .tools a:visited {
+               text-decoration: underline;
+       }
+       
+       .toolsHeader {
+               color:#FFF;
+               font-weight:bold;
+               background-color:#000;
+       }
+
+       .tools {
+               border: 1px solid #CCC;
+               width: 100%;
+               margin: 0px;
+               padding: 0px;           
+       }
+       
+       .tools td{
+               font-size:12px;
+               padding: 5px;
+               vertical-align:top;     
+               
+       }
+
+       .toolsElementLeft{
+               font-weight: bold;
+               width: 15%;
+               text-align: left;
+       }
+       .toolsElementCenter{
+               text-align: left;
+       }
+
+       .toolsElementRight{
+               width: 10%;
+               text-align: left;
+       }
+
+/*****************
 * About
 ******************/