summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/stylesheets/navigator.css
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-02-06 16:09:46 +0600
committerStas Vilchik <vilchiks@gmail.com>2014-02-06 16:09:46 +0600
commit42f969e3ab38d2c11b3fc2ddab83e1e8cd551639 (patch)
tree5663bfeb5e8f01a3294e8c4ae6930cd27d8fd7b6 /sonar-server/src/main/webapp/stylesheets/navigator.css
parenta2ebf58fb0c4d40cd4cc52cfe419cf235872527b (diff)
downloadsonarqube-42f969e3ab38d2c11b3fc2ddab83e1e8cd551639.tar.gz
sonarqube-42f969e3ab38d2c11b3fc2ddab83e1e8cd551639.zip
New Issues Page: reduce with of scm data
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/navigator.css')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/navigator.css27
1 files changed, 5 insertions, 22 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/navigator.css b/sonar-server/src/main/webapp/stylesheets/navigator.css
index 90c0c33fe9e..17854a5680d 100644
--- a/sonar-server/src/main/webapp/stylesheets/navigator.css
+++ b/sonar-server/src/main/webapp/stylesheets/navigator.css
@@ -253,29 +253,12 @@
border-bottom: 1px solid #e1e1e1;
background-color: #fff;
}
-.navigator-details .code-issue-actions {
- font-size: 0;
-}
-.navigator-details .code-issue-actions > li {
+.navigator-details .scm .author {
display: inline-block;
- vertical-align: middle;
- height: 14px;
- line-height: 14px;
- padding: 0 8px;
- border-left: 1px solid #fff;
- border-right: 1px solid #bfbfbf;
- font-size: 12px;
-}
-.navigator-details .code-issue-actions > li:first-child {
- padding-left: 0;
- border-left: 0;
-}
-.navigator-details .code-issue-actions > li:last-child {
- padding-right: 0;
- border-right: 0;
-}
-.navigator-details .rule-desc {
- float: none;
+ max-width: 100px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.navigator-actions {
padding: 0 10px 0 0;