Minor tweaks on the menu
This commit is contained in:
parent
42ee68caca
commit
f756105112
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/* Quotenik 1.2 - Default Layout. Some Markup from CakePHP Default
|
||||
/* Quotenik 1.2 - Default Layout. Some Markup retained from CakePHP Default
|
||||
*/?>
|
||||
|
||||
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
|
||||
<li><?php echo $html->link('Invoices', '/invoices/index'); ?>
|
||||
<ul>
|
||||
<li class="last"><?php echo $html->link('Invoices Index', '/invoices/index'); ?></li>
|
||||
<li class=""><?php echo $html->link('Invoices Index', '/invoices/index'); ?></li>
|
||||
<li class="last"><?php echo $html->link('Print View', '/invoices/printView'); ?></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue