From 81ee89b71212cf8e7763af8dd387ab25ee463c06 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Thu, 15 Dec 2016 13:28:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=80=E6=9C=89Dropdown-Me?= =?UTF-8?q?nu=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=8F=96=E6=B6=88=E4=B8=8A?= =?UTF-8?q?=E4=B8=8B=E7=9A=84padding=E5=AF=BC=E8=87=B4=E7=9A=84=E9=97=B4?= =?UTF-8?q?=E9=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/admin.css | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Bootstrap.Admin/Content/css/admin.css b/Bootstrap.Admin/Content/css/admin.css index 19bb83a6..a727421d 100644 --- a/Bootstrap.Admin/Content/css/admin.css +++ b/Bootstrap.Admin/Content/css/admin.css @@ -499,17 +499,14 @@ input[type="datetime"] { cursor: pointer; } -.btn-select { +.dropdown-menu { + padding: 0; } - .btn-select .dropdown-menu { - padding: 0; + .dropdown-menu li a { + padding: 6px 20px; } - .btn-select .dropdown-menu li a { - padding: 6px 20px; - } - - .btn-select .dropdown-menu .divider { - margin: 0; - } + .dropdown-menu .divider { + margin: 0; + }