Repository: airavata-php-gateway Updated Branches: refs/heads/develop 362c9f8a5 -> a3bec4869
gateway requests list valign top Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/a3bec486 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/a3bec486 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/a3bec486 Branch: refs/heads/develop Commit: a3bec4869681be93ad58f1236a6ff4a0d487b189 Parents: 362c9f8 Author: scnakandala <[email protected]> Authored: Fri Dec 2 15:08:43 2016 -0500 Committer: scnakandala <[email protected]> Committed: Fri Dec 2 15:08:43 2016 -0500 ---------------------------------------------------------------------- app/views/account/dashboard.blade.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/a3bec486/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index 7f09dd9..857b627 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -26,14 +26,14 @@ <table class="table table-bordered"> <thead> <tr class="text-center"> - <th valign="top">Gateway Name</th> - <th valign="top">Creation Time</th> - <th valign="top">Gateway URL</th> - <th valign="top">Project Details</th> - <th valign="top">Project Abstract</th> - <th valign="top">Gateway Request Status</th> - <th valign="top">Actions</th> - <th valign="top">SciGaP Admin Comments</th> + <th style="vertical-align: top; text-align: center">Gateway Name</th> + <th style="vertical-align: top; text-align: center">Creation Time</th> + <th style="vertical-align: top; text-align: center">Gateway URL</th> + <th style="vertical-align: top; text-align: center">Project Details</th> + <th style="vertical-align: top; text-align: center">Project Abstract</th> + <th style="vertical-align: top; text-align: center">Gateway Request Status</th> + <th style="vertical-align: top; text-align: center">Actions</th> + <th style="vertical-align: top; text-align: center">SciGaP Admin Comments</th> </tr> </thead> <tbody>
