diff www/m/css/menu.css @ 29:ea19684cd1db

start stop functionality and improved css
author tzara <rc-web@kiben.net>
date Wed, 08 Aug 2012 00:58:11 +0000
parents e1a02869da08
children
line wrap: on
line diff
--- a/www/m/css/menu.css	Tue Jul 31 17:01:34 2012 +0100
+++ b/www/m/css/menu.css	Wed Aug 08 00:58:11 2012 +0000
@@ -3,16 +3,14 @@
     padding: 1px 1px 0;
     background: #7d7d7d;
     line-height: 100%;
-
     border-radius: 1em;
     -webkit-border-radius: 1em;
     -moz-border-radius: 1em;
-
     -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
     -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
     position:absolute;
     left: 0px;
-    bottom: 2px;
+    bottom: -50px;
 }
 #nav li {
     margin: 0 5px;