From 2be66044cc346e0936043947416ea77395ac8f96 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 17 Dec 2014 20:59:26 +0100 Subject: even better empty state for Favorites, and general Empty State style --- apps/files/css/files.css | 6 ------ apps/files/templates/simplelist.php | 3 ++- core/css/styles.css | 11 +++++++++++ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index eb6fec4a97f..3829759a14e 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -556,12 +556,6 @@ table tr.summary td { #scanning-message{ top:40%; left:40%; position:absolute; display:none; } -#emptycontent .icon-starred { - height: 30px; - width: 30px; - margin: 0 auto 10px; -} - table.dragshadow { width:auto; } diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php index 15949bf704e..d806a220ac0 100644 --- a/apps/files/templates/simplelist.php +++ b/apps/files/templates/simplelist.php @@ -5,7 +5,8 @@ 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 ------------------------------------------------------------ */ -- cgit v1.2.3