Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-03 12:02:11 +0400
committerMorris Jobke <morris.jobke@gmail.com>2014-06-03 17:30:10 +0400
commit8a6063ff076cba636f4049298d00cd592f2dbdb6 (patch)
tree13a94b7240a6eb82f6e5a3919f895218461d1b21 /core/css/styles.css
parenteace692effe8a6f2f7b645d5d1320da3e45e8643 (diff)
fix text alignment in input fields
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 7d8f12b7d28..bd688f0ada5 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -679,7 +679,7 @@ label.infield {
#body-login input {
font-size: 20px;
margin: 5px;
- padding: 12px 10px 8px;
+ padding: 11px 10px 9px;
}
#body-login input[type="text"],
#body-login input[type="password"] {