* adjust the ui.
This commit is contained in:
@@ -54,7 +54,6 @@ function switchEncode(fileType)
|
||||
echo html::select('fileType', $lang->exportFileTypeList, '', 'onchange=switchEncode(this.value)');
|
||||
echo html::select('encode', $config->charsets[$this->cookie->lang], 'utf-8', key($lang->exportFileTypeList) == 'csv' ? "" : "class='hidden'");
|
||||
echo html::select('exportType', $lang->exportTypeList, ($this->cookie->checkedItem) ? 'selected' : 'all');
|
||||
echo "<br/><br/>";
|
||||
echo html::submitButton();
|
||||
?>
|
||||
</td>
|
||||
|
||||
+1
-1
@@ -544,7 +544,7 @@ function setRepoLink()
|
||||
/* Set the colorbox of export. */
|
||||
function setExport()
|
||||
{
|
||||
if($('.export').size()) $(".export").colorbox({width:650, height:250, iframe:true, transition:'none', scrolling:true});
|
||||
if($('.export').size()) $(".export").colorbox({width:650, height:240, iframe:true, transition:'none', scrolling:true});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -65,6 +65,7 @@ i[class^="icon-"],i[class*=" icon-"],.link-icon i[class^="icon-"],.link-icon i[c
|
||||
.icon-green-story-change:before,.icon-gray-story-change:before{content: "\f074";}
|
||||
.icon-green-bug-confirmBug:before,.icon-gray-bug-confirmBug:before,
|
||||
.icon-green-task-confirmStoryChange:before,.icon-gray-task-confirmStoryChange:before,
|
||||
.icon-green-bug-confirmStoryChange:before,.icon-gray-testcase-confirmStoryChange:before,
|
||||
.icon-green-testcase-confirmStoryChange:before,.icon-gray-testcase-confirmStoryChange:before,
|
||||
.icon-green-story-review:before,.icon-gray-story-review:before{content: "\f002";}
|
||||
.icon-green-task-close:before,.icon-gray-task-close:before,
|
||||
@@ -639,11 +640,6 @@ table.data-table td:last-child{padding-right: 20px;}
|
||||
.severity5 {background-color: #d0d836;}
|
||||
.severity6 {background-color: #99c323;}
|
||||
|
||||
.icon-green-bug-confirmStoryChange {padding:2px 8px; background:url(images/main/zt-icons.png) -40px -282px;}
|
||||
|
||||
#featurebar .f-right .icon-green-bug-customFields {padding:2px 8px; background:url(images/main/zt-icons.png) -141px -282px;}
|
||||
|
||||
|
||||
/* Link-button. */
|
||||
.link-button{display: inline-block;}
|
||||
.link-button a{ color:#036; font-weight:normal; font-size:14px;padding: 3px 4px;}
|
||||
|
||||
Reference in New Issue
Block a user