summaryrefslogtreecommitdiffstats
path: root/application/views/user/hash_password.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-09-22 16:07:44 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-09-22 16:30:57 +0200
commit7e4912fc03111ab5071e8e7478db48422597777a (patch)
treedee0dd7a6b28d5c60cfc14b6e490a59a3fb92dbd /application/views/user/hash_password.php
parent21f9a779a24156c06abc38b07fc27621cd845bf7 (diff)
Fix form display errors on small devices
form-horizontal causes the viewport to become too wide. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/user/hash_password.php')
-rw-r--r--application/views/user/hash_password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/user/hash_password.php b/application/views/user/hash_password.php
index 6daa594f4..98bef9df5 100644
--- a/application/views/user/hash_password.php
+++ b/application/views/user/hash_password.php
@@ -9,7 +9,7 @@ if ($hash) {
echo "<p>Result (this hash uses a random salt, so it will be different each time you submit this form):<br />$hash</p>\n";
}
?>
-<?php echo form_open('user/hash_password', array("class" => "form-horizontal")); ?>
+<?php echo form_open('user/hash_password'); ?>
<div class="row">
<div class="form-group col-lg-10 col-md-10">
<label class="control-label col-lg-2 col-md-2" for="inputPassword">Password</label>