diff options
| author | 2014-06-12 21:58:39 +0200 | |
|---|---|---|
| committer | 2014-06-12 21:58:39 +0200 | |
| commit | 497853022ab29be3f87a691e2bfd5ba3559709b0 (patch) | |
| tree | 492470d870e9aae706e926afb5dbe759d54c9a82 /app/views/configure | |
| parent | 1dab7402bc47a7992b7f868d587fcb14c579692b (diff) | |
Fix some theme and UI problems
- More stick buttons!
- Fix line-height of titles + fix load more on mobile (Origine)
- Fix content width and filter buttons (Dark and Flat)
Diffstat (limited to 'app/views/configure')
| -rw-r--r-- | app/views/configure/users.phtml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/configure/users.phtml b/app/views/configure/users.phtml index c199ad53d..87aac6198 100644 --- a/app/views/configure/users.phtml +++ b/app/views/configure/users.phtml @@ -32,8 +32,10 @@ <div class="form-group"> <label class="group-name" for="apiPasswordPlain"><?php echo Minz_Translate::t('password_api'); ?></label> <div class="group-controls"> - <input type="password" id="apiPasswordPlain" name="apiPasswordPlain" autocomplete="off" pattern=".{7,}" <?php echo cryptAvailable() ? '' : 'disabled="disabled" '; ?>/> - <a class="btn toggle-password"/><?php echo FreshRSS_Themes::icon('key'); ?></a> + <div class="stick"> + <input type="password" id="apiPasswordPlain" name="apiPasswordPlain" autocomplete="off" pattern=".{7,}" <?php echo cryptAvailable() ? '' : 'disabled="disabled" '; ?>/> + <a class="btn toggle-password"/><?php echo FreshRSS_Themes::icon('key'); ?></a> + </div> </div> </div> <?php } ?> |
