]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6602 make ui more consistent with users page
authorStas Vilchik <vilchiks@gmail.com>
Wed, 17 Jun 2015 10:21:45 +0000 (12:21 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 17 Jun 2015 10:21:45 +0000 (12:21 +0200)
server/sonar-web/src/main/js/apps/groups/templates/groups-list-item.hbs

index 2720785b527421daa0f94f6e24bbd28d1b6919b8..809a41b624bc62a83717fff228f0141748faa93b 100644 (file)
@@ -7,10 +7,16 @@
   <strong class="js-group-name">{{name}}</strong>
 </div>
 
-<div class="display-inline-block text-top big-spacer-left width-10">
-  Members: <a class="js-group-users" href="#">{{membersCount}}</a>
+<div class="display-inline-block text-top big-spacer-left width-25">
+  <div class="pull-left spacer-right">
+    <strong>Members</strong>
+  </div>
+  <div class="overflow-hidden bordered-left">
+    <span class="spacer-left spacer-right">{{membersCount}}</span>
+    <a class="js-group-users icon-bullet-list" title="Update Users" data-toggle="tooltip" href="#"></a>
+  </div>
 </div>
 
-<div class="display-inline-block text-top big-spacer-left width-50">
+<div class="display-inline-block text-top big-spacer-left width-40">
   <span class="js-group-description">{{description}}</span>
 </div>