From f7561051129dfaea9db687ac5ded5e33e37a0ecb Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Tue, 28 Jun 2011 11:23:02 +1000 Subject: [PATCH] Minor tweaks on the menu --- views/layouts/default.ctp | 4 ++-- webroot/css/quotenik.css | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/views/layouts/default.ctp b/views/layouts/default.ctp index 2c39f836..337dd952 100755 --- a/views/layouts/default.ctp +++ b/views/layouts/default.ctp @@ -1,5 +1,5 @@ @@ -114,7 +114,7 @@
  • link('Invoices', '/invoices/index'); ?>
  • diff --git a/webroot/css/quotenik.css b/webroot/css/quotenik.css index 018009f5..43976a81 100755 --- a/webroot/css/quotenik.css +++ b/webroot/css/quotenik.css @@ -173,9 +173,9 @@ ul.principle-emails { } #username { - /* position: absolute; - right:0; - width: 20%;*/ + /* position: absolute; + right:0; + width: 20%;*/ text-align: right; color: #FFFFFF; font-size: 70%; @@ -183,7 +183,7 @@ ul.principle-emails { #username a { color: #FFFFFF; - + } #navdiv { @@ -203,7 +203,7 @@ ul.principle-emails { #nav li { float:left; display:block; - width:90px; + width:80px; /*width: 6em; */ padding-right: 1em; position:relative; @@ -215,9 +215,9 @@ ul.principle-emails { /* this is the parent menu */ #nav li a { display:block; - width: 90px; - /* padding:8px 5px 0 5px; */ - + width:80px; + /* padding:8px 5px 0 5px; */ + text-decoration:none; color:#fff; text-align:center;