From ff05f9cca868d0e8d0d2cec12eb223bed14f91a2 Mon Sep 17 00:00:00 2001 From: Flat Date: Thu, 30 Jun 2016 02:50:17 +0900 Subject: [PATCH] Prevent .units from hiding behind .header --- web/css/styles.min.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/web/css/styles.min.css b/web/css/styles.min.css index 164fb0cf..72d8a5d6 100644 --- a/web/css/styles.min.css +++ b/web/css/styles.min.css @@ -1338,7 +1338,7 @@ div.l-content > div.l-separator:nth-of-type(4) { .l-unit--suspended .l-unit__name, .l-unit--suspended b, -.l-unit--outdated .l-unit__name, +.l-unit--outdated .l-unit__name, .l-unit--outdated b { color: #c0c0c0; } @@ -2878,12 +2878,10 @@ div.l-content.collapsed .l-sort { margin-top: 94px; } -.l-content > .l-center .l-unit:nth-of-type(1) { - padding-top: 260px; -} - -.l-content > .l-center .l-unit-ft:nth-of-type(1) { - padding-top: 260px; +.l-content > .units.l-center::before { + content: ''; + display: block; + height: 260px; } form#vstobjects { @@ -3281,4 +3279,4 @@ form#vstobjects.suspended { .helper-container { display: none; } -} \ No newline at end of file +}