Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 13:29:56 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 13:29:56 +0400
commit0ac1086ef6968f0c3e440c0d9c3d549a328708ac (patch)
tree2efa022aa9d0eb5233548b570887555d0f07f4a5 /core/css/styles.css
parentbd373d9621a409cba626ac7b1a4bb9d03c3b0f3b (diff)
fix size and unbold empty content message
Diffstat (limited to 'core/css/styles.css')
-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;