summaryrefslogtreecommitdiffstats
path: root/printing_templates
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-08-13 23:38:20 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-08-15 15:05:07 +0300
commit4f9349f5487d59627b8b27875275c70c7fc913b1 (patch)
tree8798dd19b83724cf0009d0852823d37724f72232 /printing_templates
parentc862636cf049321d73508ea10fe823aed64affa9 (diff)
downloadsubsurface-4f9349f5487d59627b8b27875275c70c7fc913b1.tar.gz
Printing: use the same background for all the data cells flow layout
Dive notes should have the same background as the remaining data cells. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Diffstat (limited to 'printing_templates')
-rw-r--r--printing_templates/Flowlayout.html2
-rw-r--r--printing_templates/One Dive.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html
index a69494ce3..2615c35a8 100644
--- a/printing_templates/Flowlayout.html
+++ b/printing_templates/Flowlayout.html
@@ -195,7 +195,7 @@
</td>
</tr>
<tr>
- <td>
+ <td class="fieldData">
<div class="textArea">
<p> {{ dive.notes }} </p>
</div>
diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html
index 0014c4680..020c67b30 100644
--- a/printing_templates/One Dive.html
+++ b/printing_templates/One Dive.html
@@ -208,7 +208,7 @@
</td>
</tr>
<tr>
- <td>
+ <td class="fieldData">
<div class="textArea">
<p> {{ dive.notes }} </p>
</div>