summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 20:59:26 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 20:59:26 +0100
commit2be66044cc346e0936043947416ea77395ac8f96 (patch)
tree39f156f733306462a8db766c992b6ccb23924998 /core
parent532ba99f1ccc092dc5ddfbc15b70a027bca3e558 (diff)
downloadnextcloud-server-2be66044cc346e0936043947416ea77395ac8f96.tar.gz
nextcloud-server-2be66044cc346e0936043947416ea77395ac8f96.zip
even better empty state for Favorites, and general Empty State style
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 7badfca6c16..e84b6615d90 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -328,6 +328,17 @@ input[type="submit"].enabled {
top: 30%;
width: 100%;
}
+#emptycontent h2 {
+ font-size: 22px;
+ margin-bottom: 10px;
+}
+#emptycontent [class^="icon-"],
+#emptycontent [class*=" icon-"] {
+ background-size: 64px;
+ height: 64px;
+ width: 64px;
+ margin: 0 auto 15px;
+}
/* LOG IN & INSTALLATION ------------------------------------------------------------ */