Updated padding on navigation icons to fit on one row when Exit icon showing. Changed "marked" style to be the same gray as hover instead of orange color.

This commit is contained in:
Mike Hommé
2011-03-08 20:16:53 -05:00
parent 4c34ad043c
commit 4ea86d7d2d

View File

@@ -136,7 +136,7 @@ div#leftframelinks .icon {
div#reloadlink a img,
div#leftframelinks a img.icon {
margin: 10px 10px 0 0;
margin: 10px 2px 0 0;
padding: 0.2em;
border: 0px;
}
@@ -201,7 +201,7 @@ background:url(./themes/pmahomme/img/input_bg.gif);
/* marked items */
div#left_tableList > ul li.marked > a,
div#left_tableList > ul li.marked {
background: #e4e4e4;;
background: #e4e4e4;
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
}
<?php } ?>