summaryrefslogtreecommitdiff
path: root/include/login_form.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-12 09:28:38 +0300
committerAndrew Dolgov <[email protected]>2015-08-12 09:28:38 +0300
commit7d73cc4184a3ba18b36fe1ea2cea5139cf558f06 (patch)
treea064c17369788b9e3549339257f2c115ab602588 /include/login_form.php
parent6ae7bcd170900e209f0ab4d3b21f9ea0e0e4329a (diff)
minor css fixes
Diffstat (limited to 'include/login_form.php')
-rw-r--r--include/login_form.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/login_form.php b/include/login_form.php
index 0000bc2f6..07e0743c8 100644
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -38,13 +38,13 @@
border-width : 0px;
}
- input.input {
+ /*input.input {
font-family : sans-serif;
font-size : medium;
border-spacing : 2px;
border : 1px solid #b5bcc7;
padding : 2px;
- }
+ }*/
label {
width : 120px;
@@ -188,7 +188,7 @@ function bwLimitChange(elem) {
<?php } ?>
<div class="row">
<label><?php echo __("Login:") ?></label>
- <input name="login" class="input"
+ <input name="login" class="input input-text" type="text"
onchange="fetchProfiles()" onfocus="fetchProfiles()" onblur="fetchProfiles()"
style="width : 220px"
required="1"
@@ -199,7 +199,7 @@ function bwLimitChange(elem) {
<div class="row">
<label><?php echo __("Password:") ?></label>
<input type="password" name="password" required="1"
- style="width : 220px" class="input"
+ style="width : 220px" class="input input-text"
value="<?php echo $_SESSION["fake_password"] ?>"/>
<label></label>
<?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>