From 9bb4c0bf26225e4b46c475dfcb9c0cd995f936f9 Mon Sep 17 00:00:00 2001 From: chaomaogithub Date: Fri, 12 Sep 2014 11:20:08 +0800 Subject: [PATCH] =?UTF-8?q?tab=E9=80=89=E9=A1=B9=E5=8D=A1=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 上传图片dialog里面tab选项卡a标签超过底边线 --- themes/default/_css/tab.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/_css/tab.css b/themes/default/_css/tab.css index 25362978..3a9234bb 100644 --- a/themes/default/_css/tab.css +++ b/themes/default/_css/tab.css @@ -13,7 +13,7 @@ } .edui-tab-nav .edui-tab-item .edui-tab-text{ display: block; - padding:8px 12px; + padding:5px 12px; border: 1px solid transparent; color: #0088cc; text-decoration: none; @@ -28,7 +28,7 @@ border: 1px solid #ddd; border-bottom-color: transparent; background-color: #fff; - padding:8px 12px; + padding:5px 12px; color: #555555; cursor: default; }