summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/sheet.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-19 16:56:15 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-19 16:56:15 +0100
commit62b2913745b926e04d5f12dd8ec7d877597880d1 (patch)
treef651a68671d2ae6735b73b9b603dbe4cb1000dfb /ishtar_common/templates/ishtar/sheet.html
parent635020aa3e046e7f4e3c2fa110683b39eebaf9c7 (diff)
downloadIshtar-62b2913745b926e04d5f12dd8ec7d877597880d1.tar.bz2
Ishtar-62b2913745b926e04d5f12dd8ec7d877597880d1.zip
UI : improve forms - sheet source
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet.html')
-rw-r--r--ishtar_common/templates/ishtar/sheet.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/sheet.html b/ishtar_common/templates/ishtar/sheet.html
index 80bb1d4d1..ee57d312d 100644
--- a/ishtar_common/templates/ishtar/sheet.html
+++ b/ishtar_common/templates/ishtar/sheet.html
@@ -12,7 +12,7 @@
<div class="card sheet" id="{{window_id}}">
<div class="card-header" data-sheet-id="{{sheet_id}}" role="tab" id='head-{{window_id}}'>
<div class="row">
- <div class="col">
+ <div class="col-9">
<h5 class="mb-0">
<a data-toggle="collapse" href="#collapse-{{window_id}}" aria-expanded="true"
aria-controls="collapse-{{window_id}}">
@@ -20,7 +20,7 @@
</a>
</h5>
</div>
- <div class='col text-center'>
+ <div class='col-2 text-center'>
<a href='#' class='previous_page'>
<span class="fa-stack">
<i class="fa fa-circle fa-stack-2x"></i>
@@ -34,7 +34,7 @@
</span>
</a>
</div>
- <div class='col text-right'>
+ <div class='col-1 text-right'>
<a href='#' onclick='$("#{{window_id}}").hide()' title="{% trans 'Close' %}">
<span class="fa-stack">
<i class="fa fa-circle fa-stack-2x"></i>