diff --git a/module/todo/css/batchcreate.css b/module/todo/css/batchcreate.css index ec4079b673..24b0d67874 100755 --- a/module/todo/css/batchcreate.css +++ b/module/todo/css/batchcreate.css @@ -1,5 +1,5 @@ #todoBatchAddHeader {padding-bottom: 12px;} -#todoBatchAddHeader .input-group {width: 220px; position: relative; top: -3px; left: 15px;} +#todoBatchAddHeader .input-group {width: 230px; position: relative; top: -3px; left: 15px;} #todoBatchAddForm .col-id {width: 50px; text-align: center; color: #838A9D} #todoBatchAddForm .col-type {width: 120px;} #todoBatchAddForm .col-pri {width: 90px;} diff --git a/module/user/css/profile.css b/module/user/css/profile.css new file mode 100644 index 0000000000..9015003067 --- /dev/null +++ b/module/user/css/profile.css @@ -0,0 +1,2 @@ +#mainContent{margin: 0px auto;} +#mainContent .actions{float: right;} diff --git a/module/user/view/bug.html.php b/module/user/view/bug.html.php index 578daeb598..3fa7955983 100644 --- a/module/user/view/bug.html.php +++ b/module/user/view/bug.html.php @@ -13,48 +13,57 @@ -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
idAB;?>bug->severityAB;?>priAB;?>typeAB;?>bug->title;?>openedByAB;?>bug->resolvedBy;?>bug->resolutionAB;?>
createLink('bug', 'view', "bugID=$bug->id"), $bug->id, '_blank');?>bug->severityList, $bug->severity, $bug->severity)?>'>bug->severityList, $bug->severity, $bug->severity)?>bug->priList, $bug->pri, $bug->pri)?>'>bug->priList, $bug->pri, $bug->pri)?>bug->typeList[$bug->type]?>createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?>openedBy];?>resolvedBy];?>bug->resolutionList[$bug->resolution];?>
- - - + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
idAB;?>bug->severityAB;?>priAB;?>typeAB;?>bug->title;?>openedByAB;?>bug->resolvedBy;?>bug->resolutionAB;?>
createLink('bug', 'view', "bugID=$bug->id"), $bug->id, '_blank');?>bug->severityList, $bug->severity, $bug->severity)?>'>bug->severityList, $bug->severity, $bug->severity)?>bug->priList, $bug->pri, $bug->pri)?>'>bug->priList, $bug->pri, $bug->pri)?>bug->typeList[$bug->type]?>createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?>openedBy];?>resolvedBy];?>bug->resolutionList[$bug->resolution];?>
+ + + +
- diff --git a/module/user/view/dynamic.html.php b/module/user/view/dynamic.html.php index fd354eedb7..ebdeddeb18 100644 --- a/module/user/view/dynamic.html.php +++ b/module/user/view/dynamic.html.php @@ -13,8 +13,9 @@ -