A slight modification to the "tab" elements throughout the OPAC to make them look more like tabs on a file folder. I
found the rounded off bottoms less attractive, so I flattened them out to flow more evenly with the rest of the page.
Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
display: block;
margin: 10px 7px 10px 0px;
padding: 10px 0px 10px 0px;
- -moz-border-radius: 5%;
- border-radius: 5%;
+ -moz-border-radius: 7px 7px 0px 0px;
+ border-radius: 7px 7px 0px 0px;
font-weight: bold;
color: #45709b;
background: #9ad0f1;