From: David Gageot Date: Thu, 24 May 2012 15:35:22 +0000 (+0200) Subject: Resize the column with ordering arrows X-Git-Tag: 3.1~73 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=55a1a3c0b66839ef7d4007395bb9faf7dfdc58bd;p=sonarqube.git Resize the column with ordering arrows --- 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;