From: Ben Shum Date: Tue, 23 Oct 2012 17:42:04 +0000 (+0800) Subject: TPAC: indent Content descriptions to line up with Record details X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=546ef30df8407dcbd94f257a39497d8550838472;p=evergreen%2Fpines.git TPAC: indent Content descriptions to line up with Record details In the interest of trying to keep things a little more presentable, indent the new content notes so that they line up with the record details bulleted list items. Signed-off-by: Ben Shum Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 2c028c7d21..d97989dd3c 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1200,6 +1200,11 @@ a.opac-button, input.opac-button { margin-top: 1em; } +.rdetail_content { + margin-left: 1.5em; + padding-left: 1.5em; +} + .rdetail_content_type, .rdetail_subject_type { vertical-align: top; font-weight: bold;