From 11517d7178b53c022ba7f2bc48c8cd673e91c024 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 21 Apr 2015 11:39:55 +0100 Subject: [PATCH] Indented item-description by 1em - issue #56 --- RIGS/static/css/screen.css | 5 +++++ RIGS/static/scss/screen.scss | 4 ++++ RIGS/templates/RIGS/item_row.html | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RIGS/static/css/screen.css b/RIGS/static/css/screen.css index 84b6ad7a..7910282a 100644 --- a/RIGS/static/css/screen.css +++ b/RIGS/static/css/screen.css @@ -9029,3 +9029,8 @@ textarea { .event-mic-photo { max-width: 2em; } + +/* line 52, ../scss/screen.scss */ +.item-description { + margin-left: 1em; +} diff --git a/RIGS/static/scss/screen.scss b/RIGS/static/scss/screen.scss index 0245fc32..d5bfb3ba 100644 --- a/RIGS/static/scss/screen.scss +++ b/RIGS/static/scss/screen.scss @@ -47,4 +47,8 @@ textarea { .event-mic-photo { max-width: 2em; +} + +.item-description { + margin-left: 1em; } \ No newline at end of file diff --git a/RIGS/templates/RIGS/item_row.html b/RIGS/templates/RIGS/item_row.html index fd240fc5..656d9812 100644 --- a/RIGS/templates/RIGS/item_row.html +++ b/RIGS/templates/RIGS/item_row.html @@ -2,7 +2,7 @@ {{ item.name }} -
+
{{item.description|linebreaksbr}}