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