From c06975c64fa92fbefac2bd2cc82af0f60f0d857c Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 10 Sep 2020 15:23:44 +0200 Subject: [PATCH] =?UTF-8?q?Modifica=20la=20justificaci=C3=B3n=20de=20las?= =?UTF-8?q?=20categor=C3=ADas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/application.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 17b0a53..9185115 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -1494,6 +1494,8 @@ table.list tbody tr:hover { background-color: #dfeff7; } table.list tr.issue a { color: #666; } table.list tr.issue a:hover { text-decoration: underline; } +table.list td.category { text-align: left; } + tr.odd.priority-highest, table.list tbody tr.odd.priority-highest:hover { color: #900; font-weight: bold; } tr.odd.priority-highest { background: #ffe2e2; } tr.even.priority-highest, table.list tbody tr.even.priority-highest:hover { color: #900; font-weight: bold; }