From acabc4f81e0a14c258f28d22ef9867f515d5aef4 Mon Sep 17 00:00:00 2001 From: Catouse Date: Tue, 17 Sep 2013 11:35:28 +0800 Subject: [PATCH] * ajust style of search form. --- module/bug/view/buildtemplates.html.php | 2 +- module/common/control.php | 2 +- module/search/view/buildform.html.php | 10 +++++----- www/theme/default/style.css | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/module/bug/view/buildtemplates.html.php b/module/bug/view/buildtemplates.html.php index b1f7bbfbc2..1951b19550 100644 --- a/module/bug/view/buildtemplates.html.php +++ b/module/bug/view/buildtemplates.html.php @@ -7,7 +7,7 @@ foreach($templates as $key => $template) { echo ""; echo $lang->arrow. "$template->title"; - echo html::commonButton(' ', "onclick=deleteTemplate($template->id) class='icon-delete'"); + echo html::commonButton(' ', "onclick=deleteTemplate($template->id) class='icon-remove icon-large'"); echo ""; echo '
'; } diff --git a/module/common/control.php b/module/common/control.php index 186d03ca28..3445ff7412 100644 --- a/module/common/control.php +++ b/module/common/control.php @@ -321,7 +321,7 @@ class common extends control } else { - echo html::a($link, '', $target, "class='icon-link' title='$title'", false); + echo html::a($link, "", $target, "class='link-icon' title='$title'", false); } } else diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php index 2f2da7eda3..310b9b71d0 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -196,7 +196,7 @@ foreach($fieldParams as $fieldName => $param)
' target='hiddenwin' id='searchform'> - + - diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 52a84b9626..c80243a593 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -339,7 +339,7 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table #projectID {background:#e5e5e5; border:1px solid #e5e5e5} /* Feature bar. */ -#featurebar {height:34px; line-height:34px;background-color: #edf3fe; padding:8px 10px; border-bottom: 1px solid #e7edf7;margin: -20px -20px 20px -20px;} +#featurebar {height:34px; line-height:34px;background-color: #f8fafe; padding:8px 10px; border-bottom: 1px solid #e7edf7;margin: -20px -20px 20px -20px;} #featurebar span {font-size:14px;} #featurebar a {text-decoration:none; display: inline-block;padding: 0px 7px; line-height: 34px;height: 34px; font-size:14px;-webkit-transition: all .2s;-o-transition: all .2s;-moz-transition: all .2s;transition: all .2s;} #featurebar a:hover {color:#000;background-color: #e5e5e5;} @@ -352,6 +352,10 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table #featurebar .dp-choose-date {padding:0px;} +/* Querybox */ +#querybox{margin: -20px -20px 20px -20px;} +#querybox table{border: none;border-bottom: 1px solid #e5e5e5;} + /* Tree slider. */ .treeSlider { @@ -473,11 +477,7 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table .icon-goback {padding:2px 8px; background:url(images/main/zt-icons.png) 0px -42px;} .icon-pre {padding:2px 8px; background:url(images/main/zt-icons.png) -20px -42px;} .icon-next {padding:2px 8px; background:url(images/main/zt-icons.png) -40px -42px;} -#searchicon {padding:2px 8px; background:url(images/main/zt-icons.png) -102px -80px; margin-left:10px;} -#searchmore {padding:2px 8px; background:url(images/main/zt-icons.png) -62px -80px no-repeat; margin-right:10px;} -#searchlite {padding:2px 8px; background:url(images/main/zt-icons.png) -82px -80px no-repeat; margin-right:10px} .icon-add {border:none; width:16px; padding:2px 8px; background:url(images/main/zt-icons.png) -120px -3px no-repeat;} -.icon-delete {border:none; width:16px; padding:2px 8px; background:url(images/main/zt-icons.png) -100px -3px no-repeat;} .icon-add:hover, .icon-delete:hover {cursor:pointer} .icon-allProducts, .icon-allProjects {padding:2px 10px 2px 8px; background:url(images/main/zt-icons.png) 0px -161px;}
  $param) ', '', ''); ?> -   - + + +