summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/backbone
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-17 22:07:17 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-17 22:07:17 +0200
commitb3c5fa9924907cd0515e98b79882eb89973e9423 (patch)
tree06686748a7dbd8eba294d7fd853a1486d75d51c0 /module/web/templates/default/backbone
parentadded less / moved style (diff)
downloadpyload-b3c5fa9924907cd0515e98b79882eb89973e9423.tar.xz
dropdowns in navbar
Diffstat (limited to 'module/web/templates/default/backbone')
-rw-r--r--module/web/templates/default/backbone/modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/backbone/modal.html b/module/web/templates/default/backbone/modal.html
index 97a5a4d97..afc5d7b58 100644
--- a/module/web/templates/default/backbone/modal.html
+++ b/module/web/templates/default/backbone/modal.html
@@ -2,7 +2,7 @@
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3><%- header %></h3>
</div>
-<div class="modal-body" tabindex="0">
+<div class="modal-body">
<%- content %>
</div>
<div class="modal-footer">