From ff2fbfe35f20e767d0c47374ef9d366e62b8e848 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 Nov 2021 13:59:48 +0100 Subject: [PATCH] Bug 28816: (follow-up) Compiled CSS Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/css/holds.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/css/holds.css diff --git a/koha-tmpl/intranet-tmpl/prog/css/holds.css b/koha-tmpl/intranet-tmpl/prog/css/holds.css new file mode 100644 index 0000000000..b9db17aca3 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/css/holds.css @@ -0,0 +1 @@ +.hold_title{border:1px solid #b9d8d9;border-bottom-color:#87bcbe;border-top-color:#daeaeb;border-radius:5px;margin:.5em 0;padding-bottom:1em;padding:1em}.holds_table{margin-bottom:1em;width:100%}.holds_by_itemtype,.holds_by_library{margin-bottom:1em;margin-left:1em}.holds_by_itemtype:last-child .holds_table,.holds_by_library:last-child .holds_table{margin-bottom:0}.holds_by_library .itemtype_holds{color:#5d6a8a}.holds_by_library:last-child{margin-bottom:0} \ No newline at end of file -- 2.39.2