From 11cd13a7e55d8434d12a39063bac220d9661ce56 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Fri, 11 Nov 2016 13:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DiOS=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E5=B0=8F=E5=B1=8F=E5=B9=95=E6=97=B6=E5=B7=A6=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E5=A4=AA=E7=AA=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/admin-responsive.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Bootstrap.Admin/Content/css/admin-responsive.css b/Bootstrap.Admin/Content/css/admin-responsive.css index 85130573..8046af4b 100644 --- a/Bootstrap.Admin/Content/css/admin-responsive.css +++ b/Bootstrap.Admin/Content/css/admin-responsive.css @@ -10,10 +10,13 @@ overflow-y: auto; position: absolute; width: auto; - padding-right: 20px; z-index: 5; } + #sidebar ul li a { + padding-right: 25px; + } + #main-content { margin-left: 0; }