* Adjust the icon.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
.bug, .task {color:gray; font-size:9px}
|
||||
|
||||
.cont-lt1 .side{width:220px}
|
||||
|
||||
#featurebar .f-right a{color:#009900}
|
||||
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
</div>
|
||||
<div class='f-right'>
|
||||
<?php
|
||||
common::printLink('project', 'importTask', "project=$project->id", $lang->project->importTask, '', "style='padding:0px'");
|
||||
common::printLink('project', 'importBug', "projectID=$project->id", $lang->project->importBug, '', "style='padding:0px'");
|
||||
if($browseType != 'needconfirm') common::printIcon('task', 'export', "projectID=$projectID&orderBy=$orderBy", '', 'big');
|
||||
common::printLink('project', 'importTask', "project=$project->id", $lang->project->importTask);
|
||||
common::printLink('project', 'importBug', "projectID=$project->id", $lang->project->importBug);
|
||||
common::printIcon('task', 'report', "project=$project->id&browseType=$browseType", '', 'big');
|
||||
common::printIcon('task', 'batchCreate', "projectID=$project->id", '', 'big');
|
||||
common::printIcon('task', 'create', "project=$project->id", '', 'big');
|
||||
|
||||
@@ -166,7 +166,7 @@ foreach($fieldParams as $fieldName => $param)
|
||||
<form method='post' action='<?php echo $this->createLink('search', 'buildQuery');?>' target='hiddenwin' id='searchform'>
|
||||
<table class='table-1'>
|
||||
<tr valign='middle'>
|
||||
<th width='10' class='bg-gray'><?php echo $lang->search->common;?></th>
|
||||
<th width='10' style='padding-left:5px'><span id='search'> </span></th>
|
||||
<td class='a-right'>
|
||||
<nobr>
|
||||
<?php
|
||||
@@ -268,9 +268,9 @@ foreach($fieldParams as $fieldName => $param)
|
||||
if(common::hasPriv('search', 'deleteQuery')) echo html::commonButton(' x ', 'onclick=deleteQuery();');
|
||||
?>
|
||||
</td>
|
||||
<th width='10' class='bg-gray' style='cursor:pointer; padding:0'>
|
||||
<span id='searchmore' onclick='showmore()' style='width:100%; height:100%'><?php echo $lang->search->more;?></span>
|
||||
<span id='searchlite' onclick='showlite()' style='width:100%; height:100%' class='hidden'><?php echo $lang->search->lite;?></span>
|
||||
<th width='10' class='a-center' style='cursor:pointer; padding:0'>
|
||||
<span id='searchmore' onclick='showmore()' style='width:100%; height:100%; padding-right:10px'> </span>
|
||||
<span id='searchlite' onclick='showlite()' style='width:100%; height:100%' class='hidden'> </span>
|
||||
<?php echo html::hidden('formType', 'lite');?>
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 44 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 45 KiB |
@@ -425,6 +425,9 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table
|
||||
.icon-goback {padding:2px 10px; background:url(images/main/zt-green.png) 2px -40px;}
|
||||
.icon-pre {padding:2px 8px; background:url(images/main/zt-green.png) -22px -40px;}
|
||||
.icon-next {padding:2px 8px; background:url(images/main/zt-green.png) -42px -40px;}
|
||||
#search {padding:2px 8px; background:url(images/main/zt-green.png) -102px -80px;}
|
||||
#searchmore {padding:2px 8px; background:url(images/main/zt-green.png) -62px -100px no-repeat;}
|
||||
#searchlite {padding:2px 8px; background:url(images/main/zt-green.png) -82px -100px no-repeat;}
|
||||
.icon-green-big-common-edit {padding:2px 8px; background:url(images/main/zt-green.png) -1px 0px;}
|
||||
.icon-green-small-common-edit {padding:2px 8px; background:url(images/main/zt-green.png) 0px -21px;}
|
||||
.icon-green-big-common-comment {padding:2px 8px; background:url(images/main/zt-green.png) -22px 0px;}
|
||||
|
||||
Reference in New Issue
Block a user