From 75978f3cc1f4a9febee7141f45c6bd1969bcd0e8 Mon Sep 17 00:00:00 2001 From: Yagami Date: Tue, 18 Sep 2018 08:52:41 +0800 Subject: [PATCH] * Finish task #4898. --- module/search/view/buildform.html.php | 7 +++---- www/theme/default/style.css | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php index 292140db4d..4e9ead0c38 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -20,7 +20,6 @@ $formId = 'searchForm-' . uniqid(''); #selectPeriod {padding: 4px 0; height: 197px; min-width: 120px} #selectPeriod > .dropdown-header {background: #f1f1f1; display: block; text-align: center; padding: 4px 0; line-height: 20px; margin: 5px 10px; font-size: 14px; border-radius: 2px; color: #333; font-size: 12px} #groupAndOr {display: inline-block;} -.btn-wide{min-width:65px} # > table {margin: 0 auto;} # > table > tbody > tr > td {padding: 10px 15px; color: #838A9D;} # .form-actions {padding-bottom: 20px; padding-top: 0;} @@ -209,11 +208,11 @@ foreach($fieldParams as $fieldName => $param) echo html::hidden('module', $module); echo html::hidden('actionURL', $actionURL); echo html::hidden('groupItems', $groupItems); - echo html::submitButton($lang->search->common, '', 'btn btn-wide btn-primary') . "   "; + echo html::submitButton($lang->search->common, '', 'btn btn-primary') . "   "; if($style != 'simple') { - if(common::hasPriv('search', 'saveQuery')) echo html::a($this->createLink('search', 'saveQuery', "module=$module&onMenuBar=$onMenuBar"), $lang->save, '', "class='btn-save-form btn btn-secondary btn-wide'") . " "; - echo html::commonButton($lang->search->reset, 'onclick=resetForm(this)', 'btn-reset-form btn btn-wide'); + if(common::hasPriv('search', 'saveQuery')) echo html::a($this->createLink('search', 'saveQuery', "module=$module&onMenuBar=$onMenuBar"), $lang->save, '', "class='btn-save-form btn btn-secondary'") . " "; + echo html::commonButton($lang->search->reset, 'onclick=resetForm(this)', 'btn-reset-form btn'); } echo html::commonButton('', '', 'btn-expand-form btn btn-info pull-right'); echo html::hidden('formType', 'lite'); diff --git a/www/theme/default/style.css b/www/theme/default/style.css index f1b10ba503..738796f757 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -18,3 +18,4 @@ .article-content{margin-left: 0px;} .body-modal .main-header>h2{font-weight:bold;} .timeline > li .timeline-text{white-space: nowrap !important;} +.table .tablesorter-header-inner{color:#000}