From 8f9e75ffbc9e2b368d0f920cdd9dd694f5db6fd8 Mon Sep 17 00:00:00 2001 From: azhi Date: Sat, 28 Sep 2013 15:35:25 +0800 Subject: [PATCH] * adjust the ui. --- module/file/view/export.html.php | 1 - www/js/my.full.js | 2 +- www/theme/default/style.css | 6 +----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/module/file/view/export.html.php b/module/file/view/export.html.php index 3be6777a6f..cd6c7f42b1 100644 --- a/module/file/view/export.html.php +++ b/module/file/view/export.html.php @@ -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 "

"; echo html::submitButton(); ?> diff --git a/www/js/my.full.js b/www/js/my.full.js index ad51479e41..d3741d542c 100644 --- a/www/js/my.full.js +++ b/www/js/my.full.js @@ -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}); } /** diff --git a/www/theme/default/style.css b/www/theme/default/style.css index e3b832330a..867fbf271f 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -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;}