From 761c5c7e84292244d6f2b241ce26ae47a10d4af8 Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 1 Nov 2013 08:56:59 +0800 Subject: [PATCH] * ajust style of confirmbug. --- module/bug/css/customfields.css | 13 ++----------- module/bug/view/confirmbug.html.php | 2 +- www/theme/default/style.css | 2 ++ 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/module/bug/css/customfields.css b/module/bug/css/customfields.css index 6dcb9ac5fe..d2edc24eaf 100644 --- a/module/bug/css/customfields.css +++ b/module/bug/css/customfields.css @@ -1,13 +1,4 @@ body{background:white; overflow:hidden;} -.btn-group .btn -{ - display: block; - width: 80px; - text-align: center; - margin-top: -1px; -} +.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 +.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/www/theme/default/style.css b/www/theme/default/style.css index 69c237b9b5..77ca928ced 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -367,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%}