From 4d685b6a444801cd54de35dcb96a1a841264edf9 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Mon, 1 Jul 2019 15:36:08 +0800 Subject: [PATCH] * code for task #5833. --- module/translate/css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/translate/css/index.css b/module/translate/css/index.css index e913dfbd0a..72cf440707 100644 --- a/module/translate/css/index.css +++ b/module/translate/css/index.css @@ -1,5 +1,6 @@ #mainMenu{font-size:16px;padding:5px 0px;} .panel{margin-bottom:0px; border:0px;} +.panel .panel-heading{border-bottom:1px solid #ddd;} .panel .panel-body{padding-bottom:5px;} #translatingLangs .panel .panel-body{padding-right:0px;} #translatingLangs .panel .panel-body .actions{padding:0px; width:95px;}