mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-13 01:59:41 +00:00
Merged in indent-item (pull request #12)
Indented item-description by 1em - issue #56
This commit is contained in:
@@ -9029,3 +9029,8 @@ textarea {
|
|||||||
.event-mic-photo {
|
.event-mic-photo {
|
||||||
max-width: 2em;
|
max-width: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* line 52, ../scss/screen.scss */
|
||||||
|
.item-description {
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
|
|||||||
@@ -48,3 +48,7 @@ textarea {
|
|||||||
.event-mic-photo {
|
.event-mic-photo {
|
||||||
max-width: 2em;
|
max-width: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item-description {
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
<tr id="item-{{item.pk}}" data-pk="{{item.pk}}" class="item_row">
|
<tr id="item-{{item.pk}}" data-pk="{{item.pk}}" class="item_row">
|
||||||
<td>
|
<td>
|
||||||
<span class="name">{{ item.name }}</span>
|
<span class="name">{{ item.name }}</span>
|
||||||
<div>
|
<div class="item-description">
|
||||||
<em class="description">{{item.description|linebreaksbr}}</em>
|
<em class="description">{{item.description|linebreaksbr}}</em>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user