From 30353dc9d45dfd04f9e4d63eb9139b62c344d84b Mon Sep 17 00:00:00 2001 From: Yagami Date: Tue, 13 Nov 2018 10:04:31 +0800 Subject: [PATCH] * Finish task #5113. --- module/project/css/tree.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/css/tree.css b/module/project/css/tree.css index ffa3137be2..0a71d1dd55 100644 --- a/module/project/css/tree.css +++ b/module/project/css/tree.css @@ -39,7 +39,7 @@ #mainContent.hide-side > .side-col {display: table-cell; width: 0px;} #mainContent.hide-side > .side-col > .cell {opacity: 0;} -h2.detail-title {font-size: 16px;} +h2.detail-title {font-size: 14px;} h2.detail-title .label-id, h2.detail-title .label {top: -1px} #itemContent > .detail:first-child {padding-top: 10px;} .detail-content > .btn-toolbar {margin-top: 15px;}