From 55a1a3c0b66839ef7d4007395bb9faf7dfdc58bd Mon Sep 17 00:00:00 2001 From: David Gageot Date: Thu, 24 May 2012 17:35:22 +0200 Subject: [PATCH] Resize the column with ordering arrows --- .../webapp/WEB-INF/app/views/admin_dashboards/_list.html.erb | 2 +- .../main/webapp/WEB-INF/app/views/dashboards/index.html.erb | 2 +- sonar-server/src/main/webapp/stylesheets/dashboard.css | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/admin_dashboards/_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/admin_dashboards/_list.html.erb index 6a569b88118..12fbe5944bc 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/admin_dashboards/_list.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/admin_dashboards/_list.html.erb @@ -3,7 +3,7 @@ <%= message('name') -%> <%= message('shared_by') -%> - <%= message('order') -%> + <%= message('order') -%> <%= message('operations') -%> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/index.html.erb index c840892f346..6a89aacb3b0 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/index.html.erb @@ -11,7 +11,7 @@ <% if is_admin %> <%= message('shared') -%> <% end %> - <%= message('order') -%> + <%= message('order') -%> <%= message('operations') -%> diff --git a/sonar-server/src/main/webapp/stylesheets/dashboard.css b/sonar-server/src/main/webapp/stylesheets/dashboard.css index b34c682418c..eb52084c63b 100644 --- a/sonar-server/src/main/webapp/stylesheets/dashboard.css +++ b/sonar-server/src/main/webapp/stylesheets/dashboard.css @@ -135,6 +135,10 @@ width: 200px; } +.admin_page th.order { + width: 45px; +} + .admin_page .description { font-size: 85%; font-weight: normal; -- 2.39.5