summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-06 19:01:12 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-06 19:05:41 +0200
commit362992903e8f39ee505bb106a3c026e27e6d262b (patch)
tree50c397746c4ae14bf87db00ea5f3309d0b15c431 /core/css
parent3141680febeaed14548c876c2a713ee23801c434 (diff)
downloadnextcloud-server-362992903e8f39ee505bb106a3c026e27e6d262b.tar.gz
nextcloud-server-362992903e8f39ee505bb106a3c026e27e6d262b.zip
modify log in button style to look more like website
Diffstat (limited to 'core/css')
-rw-r--r--core/css/icons.css4
-rw-r--r--core/css/styles.css3
2 files changed, 4 insertions, 3 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index 8f7a69ca488..a9ce715f390 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -147,10 +147,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
}
.icon-confirm {
- background-image: url('../img/actions/confirm.svg?v=1');
+ background-image: url('../img/actions/confirm.svg?v=2');
}
.icon-confirm-white {
- background-image: url('../img/actions/confirm-white.svg?v=1');
+ background-image: url('../img/actions/confirm-white.svg?v=2');
}
.icon-delete,
diff --git a/core/css/styles.css b/core/css/styles.css
index 978d8e29c32..36a2e607441 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -595,7 +595,8 @@ label.infield {
}
#body-login input.login {
width: 269px;
- background-position: right 12px center;
+ background-position: right 16px center;
+ border-radius: 50px;
}
#body-login input[type="submit"] {
padding: 10px 20px; /* larger log in and installation buttons */