From 6ae4bd7842001dac7e26586a4b414ab79784a6f2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 11 Nov 2013 21:46:05 +0000 Subject: [PATCH] Fixed repository browser alignment (#15307). git-svn-id: http://svn.redmine.org/redmine/trunk@12272 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 6 +++--- 1 file 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; } -- 2.39.5