diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-10 17:30:19 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-16 14:42:10 +0100 |
commit | 5b72d9026f092cf82ee405a48117bfc4f075fbc2 (patch) | |
tree | f92649b2738d758c8bbee6bd0c9b3b22ce242ef4 /core | |
parent | a03b1f1ee9a5b641544847d0efd22b29e2e41b30 (diff) | |
download | nextcloud-server-5b72d9026f092cf82ee405a48117bfc4f075fbc2.tar.gz nextcloud-server-5b72d9026f092cf82ee405a48117bfc4f075fbc2.zip |
standardize sizes for headings
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 9 | ||||
-rw-r--r-- | core/css/styles.css | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index ac2be40ac5b..e9abbe0aee1 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -563,16 +563,19 @@ button.loading { #app-content > .section:first-child { border-top: none; } -.section h2 { + +/* heading styles */ +h2 { font-size: 20px; - margin-bottom: 12px; font-weight: 300; + margin-bottom: 12px; } -.section h3 { +h3 { font-size: 15px; font-weight: 300; margin: 12px 0; } + /* slight position correction of checkboxes and radio buttons */ .section input[type="checkbox"], .section input[type="radio"] { diff --git a/core/css/styles.css b/core/css/styles.css index 066087cc433..8adafb22185 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -437,7 +437,6 @@ input[type="submit"].enabled { #emptycontent h2, .emptycontent h2 { font-weight: 600; - font-size: 22px; margin-bottom: 10px; } #emptycontent [class^="icon-"], @@ -483,7 +482,6 @@ input[type="submit"].enabled { } #body-login .update h2 { - font-size: 20px; line-height: 130%; margin-bottom: 30px; } |