aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/issues/styles.css
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-11-10 09:58:31 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-11-10 13:23:45 +0100
commitc0b7ba1cf57945928adb00925e1ff9a572394ecc (patch)
tree4893b0c6aa0629e21d4219c8c33e6228e1810f9e /server/sonar-web/src/main/js/apps/issues/styles.css
parent7a5ed51a7fd41ec9b2e2ff6c627a8e9809efa18e (diff)
downloadsonarqube-c0b7ba1cf57945928adb00925e1ff9a572394ecc.tar.gz
sonarqube-c0b7ba1cf57945928adb00925e1ff9a572394ecc.zip
SONAR-8375 Display the summary of a search on the "Issues" page
Diffstat (limited to 'server/sonar-web/src/main/js/apps/issues/styles.css')
-rw-r--r--server/sonar-web/src/main/js/apps/issues/styles.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/issues/styles.css b/server/sonar-web/src/main/js/apps/issues/styles.css
index 5534dc2e508..46942bb2796 100644
--- a/server/sonar-web/src/main/js/apps/issues/styles.css
+++ b/server/sonar-web/src/main/js/apps/issues/styles.css
@@ -14,3 +14,10 @@
margin-right: 20px;
font-size: 12px;
}
+
+.issues-header-order {
+ display: inline-block;
+ vertical-align: top;
+ margin-right: 20px;
+ font-size: 12px;
+}