diff --git a/module/bug/css/customfields.css b/module/bug/css/customfields.css index b0af541033..d2edc24eaf 100644 --- a/module/bug/css/customfields.css +++ b/module/bug/css/customfields.css @@ -1,2 +1,4 @@ body{background:white; overflow:hidden;} -.button-c {width:100px} +.btn-group .btn{display: block;width: 80px;text-align: center;margin-top: -1px;} +.btn-group .btn:hover{z-index: 9999;} +.btn-group .btn i{line-height: 21px;} \ No newline at end of file diff --git a/module/bug/view/confirmbug.html.php b/module/bug/view/confirmbug.html.php index 33a0fab85c..7e48ad041a 100755 --- a/module/bug/view/confirmbug.html.php +++ b/module/bug/view/confirmbug.html.php @@ -34,7 +34,7 @@ js::set('page', 'confirmbug'); comment;?> - + goback, $this->server->http_referer);?> diff --git a/module/bug/view/customfields.html.php b/module/bug/view/customfields.html.php index b7c27f8d98..d544c8d7a5 100644 --- a/module/bug/view/customfields.html.php +++ b/module/bug/view/customfields.html.php @@ -28,19 +28,15 @@ echo html::select('defaultFields[]', $defaultFields, '', 'class=hidden'); ?> - - ', "onclick=\"addItem('allFields', 'customFields')\"") . '
'; - echo html::commonButton('<', "onclick=delItem('customFields')") . '
'; - ?> + + + - - '; - echo html::commonButton('-', "onclick=downItem('customFields')") . '
'; - echo html::commonButton($lang->bug->restoreDefault, "onclick=restoreDefault()") . '
'; - ?> + + + + bug->restoreDefault;?> diff --git a/module/story/css/create.css b/module/story/css/create.css index 6ebadab92e..9692b612a0 100644 --- a/module/story/css/create.css +++ b/module/story/css/create.css @@ -1,3 +1,2 @@ -#plan {width:245px} -#mailto {width:85%} +#mailto {width:90.3%} select {border:1px solid #ccc} diff --git a/www/theme/default/style.css b/www/theme/default/style.css index e2382f9683..403810a59f 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -192,6 +192,7 @@ select{padding: 4px 1px;} .c-right {clear:right;} .c-both {clear:both;} .a-center {text-align: center;} +.v-middle{vertical-align: middle;} .a-right {text-align: right;} .a-left {text-align: left;} @@ -244,7 +245,7 @@ select.text-3 {width: 250px} select.select-1 {width: 90%} .select-2 {width: 125px} .select-3 {width: 245px} -select.select-3{width: 255px;} +select.select-3{width: 250px;} .select-4 {width: 360px} .select-5 {width: 480px} td>select{padding-left: 0;padding-right: 0} @@ -366,6 +367,8 @@ table.data-table td:last-child{padding-right: 20px;} .w-p80 {width: 80%} .w-p85 {width: 85%} .w-p90 {width: 90%} +.w-p94 {width: 94%} +.w-p95 {width: 95%} .w-p100{width: 100%} .w-p98 {width: 98%} .w-p99 {width: 99%} @@ -441,7 +444,7 @@ table.data-table td:last-child{padding-right: 20px;} /* Top bar. */ #topbar, #topbar a {color:#ACCADF} -#topbar {margin:5px 5px 15px 5px} +#topbar {margin:5px 5px 6px 5px} #topbar select {border:none; color:#ACCADF; background:#003366} #topbar a {color:#d1e4f2;text-decoration:none;} #topbar a:hover {color: #fff;}