From 9830e8bfc240d2b006754ff26da2aba4c09d9ad0 Mon Sep 17 00:00:00 2001 From: homan Date: Thu, 21 Dec 2017 18:46:12 +0900 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E3=83=AD=E3=82=B0=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E6=99=82=E3=81=AE=E3=83=98=E3=83=83=E3=83=80=E3=83=BC=EF=BC=88?= =?UTF-8?q?=E9=BB=92=E3=83=90=E3=83=BC=EF=BC=89=E3=82=92=E6=B6=88=E3=81=99?= =?UTF-8?q?=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=82=92=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webroot/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/webroot/css/style.css b/webroot/css/style.css index 8c021656..8d6c40a4 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -612,6 +612,15 @@ ul.nav-pills { } } +/* 未ログイン時はシステムヘッダーを非表示にする +---------------------------------------------------------------------*/ +header.nc-system-header-nologgedin { + display: none; +} +body.body-nologgedin { + padding-top: 0; +} + /** * 印刷用 */