diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-17 22:07:17 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-17 22:07:17 +0200 |
commit | b3c5fa9924907cd0515e98b79882eb89973e9423 (patch) | |
tree | 06686748a7dbd8eba294d7fd853a1486d75d51c0 /module/web/templates/default/backbone | |
parent | added less / moved style (diff) | |
download | pyload-b3c5fa9924907cd0515e98b79882eb89973e9423.tar.xz |
dropdowns in navbar
Diffstat (limited to 'module/web/templates/default/backbone')
-rw-r--r-- | module/web/templates/default/backbone/modal.html | 2 |
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">×</button> <h3><%- header %></h3> </div> -<div class="modal-body" tabindex="0"> +<div class="modal-body"> <%- content %> </div> <div class="modal-footer"> |