summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 11:29:56 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 11:29:56 +0200
commit0ac1086ef6968f0c3e440c0d9c3d549a328708ac (patch)
tree2efa022aa9d0eb5233548b570887555d0f07f4a5 /core
parentbd373d9621a409cba626ac7b1a4bb9d03c3b0f3b (diff)
downloadnextcloud-server-0ac1086ef6968f0c3e440c0d9c3d549a328708ac.tar.gz
nextcloud-server-0ac1086ef6968f0c3e440c0d9c3d549a328708ac.zip
fix size and unbold empty content message
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css3
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;