From e3d3d6f57326dd63acde21e98d5ace50f075cbde Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 16 Aug 2017 16:12:50 +0800 Subject: [PATCH] * finish task #3109. --- module/doc/css/view.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module/doc/css/view.css b/module/doc/css/view.css index be3f39c196..66d52c908e 100644 --- a/module/doc/css/view.css +++ b/module/doc/css/view.css @@ -1 +1,8 @@ .versions .dropdown-menu{max-height:260px; overflow-y:auto;} + +fieldset > .content table tr.firstRow th{border-top-width: 2px;} +fieldset > .content table tr th { border-top: 1px solid #BBB; + border-top-width: 1px; + background-color: #F7F7F7; +} +fieldset > .content table tr th, fieldset > .content table tr td{ padding: 5px 10px; }