diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-11-11 21:46:05 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-11-11 21:46:05 +0000 |
commit | 6ae4bd7842001dac7e26586a4b414ab79784a6f2 (patch) | |
tree | be9284135779bf227a2277543bafb30f8e019071 /public | |
parent | f8c2da34326ff3ec721c4d26375a7f6c86539a29 (diff) | |
download | redmine-6ae4bd7842001dac7e26586a4b414ab79784a6f2.tar.gz redmine-6ae4bd7842001dac7e26586a4b414ab79784a6f2.zip |
Fixed repository browser alignment (#15307).
git-svn-id: http://svn.redmine.org/redmine/trunk@12272 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index cd9d5c677..717984084 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -125,7 +125,7 @@ table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; } table.list td {text-align:center; vertical-align:top; padding-right:10px;} table.list td.id { width: 2%; text-align: center;} -table.list td.name, table.list td.description, table.list td.subject {text-align: left;} +table.list td.name, table.list td.description, table.list td.subject, table.list td.comments {text-align: left;} table.list td.tick {width:15%} table.list td.checkbox { width: 15px; padding: 2px 0 0 0; } table.list td.checkbox input {padding:0px;} @@ -172,8 +172,8 @@ table.issue-report {table-layout:fixed;} tr.entry { border: 1px solid #f8f8f8; } tr.entry td { white-space: nowrap; } -tr.entry td.filename { width: 30%; } -tr.entry td.filename_no_report { width: 70%; } +tr.entry td.filename {width:30%; text-align:left;} +tr.entry td.filename_no_report {width:70%; text-align:left;} tr.entry td.size { text-align: right; font-size: 90%; } tr.entry td.revision, tr.entry td.author { text-align: center; } tr.entry td.age { text-align: right; } |