1) Remove the login height to prevent problems with larger fonts at entry
2) Add some top and bottom padding between search results
3) Make the titles larger by default in search results
4) Add some right padding to the results block
Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
#main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
width:167px;
- height:18px;
margin:0;
padding:0;
background: [% css_colors.background %];
.result_metadata {
float: left;
width: 30em;
+ padding-right: 2em;
}
tr.result_table_row:nth-child(n+2) > td {
white-space: nowrap;
}
+.result_table_title_cell {
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
+
+.record_title {
+ font-size: [% css_fonts.size_bigger %];
+}
+
@media only screen and (max-width: 600px) {
body {
font-size: 12pt;