summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 1384f6403e8..ee61fc86e31 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -425,9 +425,9 @@ input[type="submit"].enabled {
.emptycontent {
font-size: 16px;
color: #888;
- position: absolute;
text-align: center;
- top: 30%;
+ margin-top: 100px; /* ie8 */
+ margin-top: 30vh;
width: 100%;
}
#emptycontent h2,