From cda4d4ddc625a1edf60e997e72876d844a762402 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Thu, 27 Oct 2016 02:09:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A7=BB=E5=8A=A8=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E6=94=AF=E6=8C=81=EF=BC=8C=E9=98=B2=E6=AD=A2=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=90=8D=E7=A7=B0=E4=B8=8E=E9=80=9A=E7=9F=A5=E6=A0=8F?= =?UTF-8?q?=E9=87=8D=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/site-responsive.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Bootstrap.Admin/Content/css/site-responsive.css b/Bootstrap.Admin/Content/css/site-responsive.css index 093d1066..1b3f902a 100644 --- a/Bootstrap.Admin/Content/css/site-responsive.css +++ b/Bootstrap.Admin/Content/css/site-responsive.css @@ -59,12 +59,16 @@ top: 0px; } - .notify-row { + .logo { display: none; } } @media (max-width: 480px) { + .notify-row { + display: none; + } + .modal-dialog { width: 370px; }