From 546ef30df8407dcbd94f257a39497d8550838472 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 24 Oct 2012 01:42:04 +0800 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.11.0