less height but more width for notifications (makes the navigation usable even when...
authorStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Thu, 14 May 2009 21:56:05 +0000 (21:56 +0000)
committerStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Thu, 14 May 2009 21:56:05 +0000 (21:56 +0000)
webinterface/src/web-data/tpl/default/style.css

index 99f885d..2124531 100644 (file)
 
        #notification{          
                color: #000;
-               width: 500px;
-               height: 50px;
+               width: 600px;
+               height: 32px;
                position: absolute;
                top: 0px;
-               left: 250px;            
+               left: 200px;            
                text-align: center;
                vertical-align: bottom;
                z-index: 2;