summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 15:54:19 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 15:54:19 +0200
commit85a002468dee143275a359e743a1d31687ef24f0 (patch)
treeeb1674fdd82fbd37f50e70b4388f2b49bb8f03da /core/css
parent933c05566e21c27e4f2d4b4e9c2d54e7b363d304 (diff)
downloadnextcloud-server-85a002468dee143275a359e743a1d31687ef24f0.tar.gz
nextcloud-server-85a002468dee143275a359e743a1d31687ef24f0.zip
fix logo glitch, add whitespace around form
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/css/header.css b/core/css/header.css
index d04895d27cf..e9ca5352df9 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -44,16 +44,16 @@
#header .logo {
background-image: url(../img/logo.svg);
background-repeat: no-repeat;
- width: 250px;
- height: 118px;
+ width: 252px;
+ height: 120px;
margin: 0 auto;
}
#header .logo-wide {
background-image: url(../img/logo-wide.svg);
background-repeat: no-repeat;
- width: 147px;
- height: 32px;
+ width: 150px;
+ height: 34px;
}
#header .logo-icon {
@@ -61,8 +61,8 @@
display: inline-block;
background-image: url(../img/logo-icon.svg);
background-repeat: no-repeat;
- width: 60px;
- height: 32px;
+ width: 62px;
+ height: 34px;
}
#header .menutoggle {