summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/css/files.css6
-rw-r--r--apps/files/templates/simplelist.php3
-rw-r--r--core/css/styles.css11
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 @@
<div id="emptycontent" class="hidden">
<div class="icon-starred"></div>
- <?php p($l->t('Files and folders you mark as favorites will show up here')); ?>
+ <h2><?php p($l->t('No favorites')); ?></h2>
+ <p><?php p($l->t('Files and folders you mark as favorite will show up here')); ?></p>
</div>
<input type="hidden" name="dir" value="" id="dir">
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 ------------------------------------------------------------ */