summaryrefslogtreecommitdiffstats
path: root/core/css/auth.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-27 02:29:47 -0800
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-27 02:29:47 -0800
commit46745895ae6db0efac52461497853d037230bcae (patch)
treebd6b6222a43f1fe17142d69cb05cfa84c3ea8241 /core/css/auth.css
parent6fbc73e673206609eebd1c66181036ddd142f4f9 (diff)
parent2a0e8329f9f35df33f3e379a6ec99eaf4e1ee973 (diff)
downloadnextcloud-server-46745895ae6db0efac52461497853d037230bcae.tar.gz
nextcloud-server-46745895ae6db0efac52461497853d037230bcae.zip
Merge pull request #5153 from owncloud/core-em-to-px
Cleans up Core apps for relative(em) to absolute(px) styles.
Diffstat (limited to 'core/css/auth.css')
-rw-r--r--core/css/auth.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/css/auth.css b/core/css/auth.css
index 0adc10c77d9..70df9f0ae0f 100644
--- a/core/css/auth.css
+++ b/core/css/auth.css
@@ -1,7 +1,7 @@
h2 {
- font-size:2em;
+ font-size:32px;
font-weight:700;
- margin-bottom:1em;
+ margin-bottom:16px;
white-space:nowrap;
}
@@ -18,8 +18,8 @@ h2 img {
}
#oauth {
- width:20em;
- margin:4em auto 2em;
+ width:320px;
+ margin:64px auto 32px;
}
#allow-auth {
@@ -33,7 +33,7 @@ h2 img {
background:none;
border:0;
box-shadow:0 0 0 #fff, 0 0 0 #fff inset;
- font-size:1.2em;
- margin:.7em;
+ font-size:19px;
+ margin:11px;
padding:0;
}