From 5925b975f2c57b02524fb61c53f44b81667b70e4 Mon Sep 17 00:00:00 2001 From: Linda <2294690300@qq.com> Date: Fri, 24 Mar 2017 14:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=83=A8=E4=BB=BB=E5=8A=A1tag?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/css/taskstyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/css/taskstyle.css b/public/stylesheets/css/taskstyle.css index e4ae68b52..bc0ad0d45 100644 --- a/public/stylesheets/css/taskstyle.css +++ b/public/stylesheets/css/taskstyle.css @@ -84,7 +84,7 @@ a.user-info-name{ display: block; font-size: 16px; color: #fff; max-width:100px; .leftnav-box{ width: 210px; height: 100px; background:#292b3a; padding:10px 0; margin-bottom:2px;} a.leftnav-box-inner{ display: block; width: 207px; height:80px; border-left:3px solid #292b3a; background:#292b3a; text-align: center; padding-top:20px; color:#575f6c;} a:hover.leftnav-box-inner,a.leftnav-active{border-left:3px solid #29bd8b;color: #fff; } -.btn-cir{ background:#575f6c; color:#292b3a;display: inline-block; padding:0px 5px; border-radius:15px;} +.btn-cir{ background:#575f6c; color:#292b3a;display: inline-block; padding:0px 5px; border-radius:25px; border-radius:15px; line-height:20px; font-size:12px;} .btn-cir:hover{background:#fff;} .btn-cir-grey{background: #e1e1e1;color: #333;} .btn-cir-grey:hover{background: #c3c3c3;}