diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-03-31 15:26:37 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-03-31 15:31:04 +0200 |
commit | a8a98d42cb4a201c0b31df7525df7e0a32c8b412 (patch) | |
tree | e61a62a4c6b9e093ea77b03881438f28c25742a1 /core | |
parent | 8ef6c6c7bcf0b58561aee6ec1a18ea7a8643a773 (diff) | |
download | nextcloud-server-a8a98d42cb4a201c0b31df7525df7e0a32c8b412.tar.gz nextcloud-server-a8a98d42cb4a201c0b31df7525df7e0a32c8b412.zip |
improve emptycontent styles
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index a429d55560e..a1dda59a86b 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -177,17 +177,20 @@ body { #emptycontent, .emptycontent { - font-size: 16px; color: #888; text-align: center; margin-top: 100px; /* ie8 */ margin-top: 30vh; width: 100%; } +#emptycontent.emptycontent-search, +.emptycontent.emptycontent-search { + position: static; +} #emptycontent h2, .emptycontent h2 { - font-weight: 600; margin-bottom: 10px; + line-height: 150%; } #emptycontent [class^="icon-"], .emptycontent [class^="icon-"], |