Minor tweaks on the menu
This commit is contained in:
parent
42ee68caca
commit
f756105112
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?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'); ?>
|
<li><?php echo $html->link('Invoices', '/invoices/index'); ?>
|
||||||
<ul>
|
<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>
|
<li class="last"><?php echo $html->link('Print View', '/invoices/printView'); ?></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,7 @@ ul.principle-emails {
|
||||||
#nav li {
|
#nav li {
|
||||||
float:left;
|
float:left;
|
||||||
display:block;
|
display:block;
|
||||||
width:90px;
|
width:80px;
|
||||||
/*width: 6em; */
|
/*width: 6em; */
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
|
@ -215,7 +215,7 @@ ul.principle-emails {
|
||||||
/* this is the parent menu */
|
/* this is the parent menu */
|
||||||
#nav li a {
|
#nav li a {
|
||||||
display:block;
|
display:block;
|
||||||
width: 90px;
|
width:80px;
|
||||||
/* padding:8px 5px 0 5px; */
|
/* padding:8px 5px 0 5px; */
|
||||||
|
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue