From c1ca5657b5f7ac199b9dd5e32f8c422337ec24d7 Mon Sep 17 00:00:00 2001
From: Alexander Demenshin <aldem@users.noreply.github.com>
Date: Fri, 11 Nov 2016 18:41:41 +0100
Subject: [PATCH] Removed unnecessary attributes from modal password form

---
 tpl/bootstrap.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php
index 4e1e55c..7f888b9 100644
--- a/tpl/bootstrap.php
+++ b/tpl/bootstrap.php
@@ -71,8 +71,8 @@ endif;
           <div class="modal-dialog">
             <!-- Modal content-->
             <div class="modal-content">
-              <div class="modal-body" style="padding:40px 50px;">
-            <form role="form" onSubmit="return false;" id="passwordForm">
+              <div class="modal-body">
+            <form role="form" id="passwordForm">
               <div class="form-group">
                 <label for="psw"><span class="glyphicon glyphicon-eye-open"></span> <?php echo I18n::_('Please enter the password for this paste:')?></label>
                 <input type="password" class="form-control" id="decryptPassword" placeholder="Enter password" autofocus>