From 98bd0f3553fa685c488c5a1b27b295bf67d10bb4 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 28 Nov 2017 15:03:44 +0100 Subject: [PATCH 1/3] [Fix #994] Correctly display the archive button in Chrome --- app/assets/stylesheets/new_design/dossiers_table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/new_design/dossiers_table.scss b/app/assets/stylesheets/new_design/dossiers_table.scss index e50d5f0c1..aa74686a2 100644 --- a/app/assets/stylesheets/new_design/dossiers_table.scss +++ b/app/assets/stylesheets/new_design/dossiers_table.scss @@ -69,7 +69,7 @@ } .follow-col { - width: 190px; + width: 200px; text-align: right; padding-left: $default-spacer; padding-right: $default-spacer; From 835567f12990d1fb945b6393e3f029b531dda0fd Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 28 Nov 2017 15:04:31 +0100 Subject: [PATCH 2/3] Correctly display the notification column header in Chrome --- app/assets/stylesheets/new_design/dossiers_table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/new_design/dossiers_table.scss b/app/assets/stylesheets/new_design/dossiers_table.scss index aa74686a2..f79d81f9a 100644 --- a/app/assets/stylesheets/new_design/dossiers_table.scss +++ b/app/assets/stylesheets/new_design/dossiers_table.scss @@ -42,7 +42,7 @@ } .notification-col { - width: 30px; + width: 45px; text-align: center; a { From e42a0d55e76b62beda46fdec21a84403c002343d Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 28 Nov 2017 15:13:22 +0100 Subject: [PATCH 3/3] Do not center data in tables --- app/assets/stylesheets/new_design/dossiers_table.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/new_design/dossiers_table.scss b/app/assets/stylesheets/new_design/dossiers_table.scss index f79d81f9a..a01a7b8a9 100644 --- a/app/assets/stylesheets/new_design/dossiers_table.scss +++ b/app/assets/stylesheets/new_design/dossiers_table.scss @@ -43,7 +43,6 @@ .notification-col { width: 45px; - text-align: center; a { font-size: 16px; @@ -52,7 +51,6 @@ .number-col { width: 110px; - text-align: center; } .folder-col {