1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 23:41:28 +00:00

minor css fixes

This commit is contained in:
Andrew Dolgov
2015-08-12 09:28:38 +03:00
parent 6ae7bcd170
commit 7d73cc4184
2 changed files with 12 additions and 4 deletions

View File

@@ -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) { ?>