summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/images-delete.html
diff options
context:
space:
mode:
authorChristian Hofmaier2017-10-13 14:18:42 +0200
committerChristian Hofmaier2017-10-13 14:18:42 +0200
commitd55c6e4f3c63b707fbddf1fccd3583f4a8a00c4a (patch)
tree03dc72aaaf7974c2ac17a765fc8b806a8b5898f0 /modules-available/dozmod/templates/images-delete.html
parentMerge branch 'permission-manager' of git.openslx.org:openslx-ng/slx-admin int... (diff)
downloadslx-admin-d55c6e4f3c63b707fbddf1fccd3583f4a8a00c4a.tar.gz
slx-admin-d55c6e4f3c63b707fbddf1fccd3583f4a8a00c4a.tar.xz
slx-admin-d55c6e4f3c63b707fbddf1fccd3583f4a8a00c4a.zip
[dozmod] button margin to other fields, labels at Email-config left-aligned, users&perm tables got hover-effect and checkboxes got right-aligned
Diffstat (limited to 'modules-available/dozmod/templates/images-delete.html')
-rw-r--r--modules-available/dozmod/templates/images-delete.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/dozmod/templates/images-delete.html b/modules-available/dozmod/templates/images-delete.html
index 94caf3bc..dd4c61bc 100644
--- a/modules-available/dozmod/templates/images-delete.html
+++ b/modules-available/dozmod/templates/images-delete.html
@@ -45,7 +45,7 @@
{{/images}}
</tbody>
</table>
- <button id="delbtn" class="btn btn-danger pull-right" type="submit" name="button" value="save"><span class="glyphicon glyphicon-trash"></span> {{lang_delButton}}</button>
+ <button style="margin-left: 20px" id="delbtn" class="btn btn-danger pull-right" type="submit" name="button" value="save"><span class="glyphicon glyphicon-trash"></span> {{lang_delButton}}</button>
</form>
<pre style="display:none" id="deloutput"></pre>
</div>