We were getting ragged edges for search results with titles longer than
the "# of # available copies..." statement and the placement of the
place hold action buttons, so set an explicit width, and then deset that
in mobile mode.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
.result_metadata {
float: left;
+ width: 30em;
}
tr.result_table_row:nth-child(n+2) > td {
float: left;
background: [% css_colors.background %];
}
+ .result_metadata {
+ width: inherit;
+ }
}