# HG changeset patch # User lisaq # Date 2016-07-19 15:07:12 # Node ID 30475ba81a49fb365a57fc864b744086cf3f75d9 # Parent 1daa1b79ce713c3e2ec0380bac5da2aed2f710c2 styling: tigtening up my account pull request tables diff --git a/rhodecode/public/css/main.less b/rhodecode/public/css/main.less --- a/rhodecode/public/css/main.less +++ b/rhodecode/public/css/main.less @@ -310,13 +310,19 @@ ul.auth_plugins { .td-status { padding-left: .5em; } - .truncate { + .log-container .truncate { height: 2.75em; white-space: pre-line; } table.rctable .user { padding-left: 0; } + table.rctable { + td.td-description, + .rc-user { + min-width: auto; + } + } } // Pull Requests diff --git a/rhodecode/templates/admin/my_account/my_account_pullrequests.html b/rhodecode/templates/admin/my_account/my_account_pullrequests.html --- a/rhodecode/templates/admin/my_account/my_account_pullrequests.html +++ b/rhodecode/templates/admin/my_account/my_account_pullrequests.html @@ -32,8 +32,10 @@
- - ${h.link_to(pull_request.target_repo.repo_name,h.url('summary_home',repo_name=pull_request.target_repo.repo_name))} + +
+ ${h.link_to(pull_request.target_repo.repo_name,h.url('summary_home',repo_name=pull_request.target_repo.repo_name))} +
${base.gravatar_with_user(pull_request.author.email, 16)} @@ -94,8 +96,10 @@
- - ${h.link_to(pull_request.target_repo.repo_name,h.url('summary_home',repo_name=pull_request.target_repo.repo_name))} + +
+ ${h.link_to(pull_request.target_repo.repo_name,h.url('summary_home',repo_name=pull_request.target_repo.repo_name))} +
${base.gravatar_with_user(pull_request.author.email, 16)}