]> source.dussan.org Git - sonarqube.git/commitdiff
Resize the column with ordering arrows
authorDavid Gageot <david@gageot.net>
Thu, 24 May 2012 15:35:22 +0000 (17:35 +0200)
committerDavid Gageot <david@gageot.net>
Thu, 24 May 2012 15:36:15 +0000 (17:36 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/admin_dashboards/_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/index.html.erb
sonar-server/src/main/webapp/stylesheets/dashboard.css

index 6a569b88118f093d02da0e439aa325b43d313c5a..12fbe5944bc6b367f710902d882278d3f54af550 100644 (file)
@@ -3,7 +3,7 @@
   <tr>
     <th class="name"><%= message('name') -%></th>
     <th><%= message('shared_by') -%></th>
-    <th><%= message('order') -%></th>
+    <th class="order"><%= message('order') -%></th>
     <th class="right"><%= message('operations') -%></th>
   </tr>
   </thead>
index c840892f3461b240278eccb4666b080482ca0ef9..6a89aacb3b04ba6f3d5a401e0efd5fa8242256ce 100644 (file)
@@ -11,7 +11,7 @@
         <% if is_admin %>
           <th><%= message('shared') -%></th>
         <% end %>
-        <th><%= message('order') -%></th>
+        <th class="order"><%= message('order') -%></th>
         <th class="right"><%= message('operations') -%></th>
       </tr>
       </thead>
index b34c682418c5492415e509b2d73eb05d10b7f4b7..eb52084c63b109535e466e24f460f5b97ceff8dd 100644 (file)
   width: 200px;
 }
 
+.admin_page th.order {
+  width: 45px;
+}
+
 .admin_page .description {
   font-size: 85%;
   font-weight: normal;