diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-17 15:59:26 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-17 15:59:26 +0100 |
commit | 58ea31bc73798cc7aec57f5236075066193e312e (patch) | |
tree | 7b9879d7b3d2cdc0cbc2e22b41b97cea51fdef89 /archaeological_operations/templates | |
parent | 511c5107c6381854a69b9a92907d35b4bd667688 (diff) | |
download | Ishtar-58ea31bc73798cc7aec57f5236075066193e312e.tar.bz2 Ishtar-58ea31bc73798cc7aec57f5236075066193e312e.zip |
Adapt layout for bootstrap v4-beta3
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/blocks/OAWidget.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/blocks/OAWidget.html b/archaeological_operations/templates/ishtar/blocks/OAWidget.html index 1cce45909..6f4c1af24 100644 --- a/archaeological_operations/templates/ishtar/blocks/OAWidget.html +++ b/archaeological_operations/templates/ishtar/blocks/OAWidget.html @@ -1,4 +1,6 @@ <div class="input-group"> - <span class="input-group-addon">OA</span> + <div class="input-group-prepend"> + <div class="input-group-text">OA</div> + </div> <input class="form-control widget-oa" type="text"{{final_attrs|safe}}> </div>
\ No newline at end of file |