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-09 14:03:23 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-11-10 13:23:45 +0100
commitb2eb4f11fd71cadca6e63d027b02f0477b7c5148 (patch)
treedf2bccc8ba43459a1810dd918acf177d78a6131a /server/sonar-web/src/main/js/apps/issues/styles.css
parent2c558002bcaa2384926f50137046a4f5e961052c (diff)
downloadsonarqube-b2eb4f11fd71cadca6e63d027b02f0477b7c5148.tar.gz
sonarqube-b2eb4f11fd71cadca6e63d027b02f0477b7c5148.zip
SONAR-8374 Make the "Me" option more visible 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.css16
1 files changed, 16 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
new file mode 100644
index 00000000000..5534dc2e508
--- /dev/null
+++ b/server/sonar-web/src/main/js/apps/issues/styles.css
@@ -0,0 +1,16 @@
+.issues-header-inner {
+ padding: 32px 10px 15px;
+ background-color: #f3f3f3;
+ text-align: center;
+}
+
+.issues-header-inner:empty {
+ display: none;
+}
+
+.issues-header-order {
+ display: inline-block;
+ vertical-align: top;
+ margin-right: 20px;
+ font-size: 12px;
+}