diff options
author | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-06-05 16:04:04 +0200 |
---|---|---|
committer | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-06-05 16:04:04 +0200 |
commit | bb60e850ddd565f8fb2d4f04c68e8cdad68f29f5 (patch) | |
tree | 6c2da0800f0c8fa968dc76c748448fea877f0ac0 | |
parent | 0ce1f34f8a8b7a42d3c4482d9c09be93aa31768c (diff) | |
parent | 0ac1086ef6968f0c3e440c0d9c3d549a328708ac (diff) | |
download | nextcloud-server-bb60e850ddd565f8fb2d4f04c68e8cdad68f29f5.tar.gz nextcloud-server-bb60e850ddd565f8fb2d4f04c68e8cdad68f29f5.zip |
Merge pull request #8891 from owncloud/design-emptycontent
fix size and unbold empty content message
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 6eb09e6e942..9b8a9cc660c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -283,8 +283,7 @@ input[type="submit"].enabled { } #emptycontent { - font-size: 1.5em; - font-weight: bold; + font-size: 16px; color: #888; position: absolute; text-align: center; |