Indented item-description by 1em - issue #56

This commit is contained in:
David Taylor
2015-04-21 11:39:55 +01:00
parent 8d11331963
commit 11517d7178
3 changed files with 10 additions and 1 deletions

View File

@@ -9029,3 +9029,8 @@ textarea {
.event-mic-photo {
max-width: 2em;
}
/* line 52, ../scss/screen.scss */
.item-description {
margin-left: 1em;
}

View File

@@ -47,4 +47,8 @@ textarea {
.event-mic-photo {
max-width: 2em;
}
.item-description {
margin-left: 1em;
}

View File

@@ -2,7 +2,7 @@
<tr id="item-{{item.pk}}" data-pk="{{item.pk}}" class="item_row">
<td>
<span class="name">{{ item.name }}</span>
<div>
<div class="item-description">
<em class="description">{{item.description|linebreaksbr}}</em>
</div>
</td>