How to change the font of the search results list?
- Article Type: General
- Product: MetaLib
- Product Version: 3
Description:
I would like to change the font of the search results list as the default font is rather small. From looking at the source file I can see that there is no css style attached to it.
Resolution:
Edit the class "TableRow in the relevant CSS files.
The default is 70%, and increasing it should enlarge the font of the table results.
This is what the class looks like in style.css (for Internet Explorer):
.TableRow
{
PADDING-RIGHT: 5px;
PADDING-LEFT: 5px;
FONT-SIZE: 70%;
PADDING-BOTTOM: 2px;
COLOR: #414241;
PADDING-TOP: 2px;
BORDER-BOTTOM: #cccccc 1px solid;
FONT-FAMILY: Tahoma,Arial,Verdana
Additional Information
font, UI
- Article last edited: 10/8/2013