]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6264 apply feedback
authorStas Vilchik <vilchiks@gmail.com>
Mon, 16 Mar 2015 13:10:36 +0000 (14:10 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 16 Mar 2015 13:10:36 +0000 (14:10 +0100)
server/sonar-web/src/main/hbs/issues/facets/issues-assignee-facet.hbs
server/sonar-web/src/main/less/init/base.less

index 7aadc06260595c6402698798448572b80af4b901..466506c98549ba1148b46a901d86257b17e79445 100644 (file)
@@ -8,6 +8,8 @@
     </a>
   {{/notNull}}
 
+  <hr>
+
   {{#each values}}
     {{#eq val ''}}
     {{! unassigned }}
index 478af321b0df12e195aaebb7b435c67a7e747eb3..79f9f551995fae5e893803fa1f218f88a70c35d9 100644 (file)
@@ -82,6 +82,14 @@ svg, img {
   vertical-align: top;
 }
 
+hr {
+  margin: 4px 0;
+  padding: 0;
+  height: 1px;
+  border: none;
+  background-color: @barBorderColor;
+}
+
 
 @font-face {
   font-family: 'Roboto';