aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2011-05-20 10:35:47 +0200
committerFabrice Bellingard <bellingard@gmail.com>2011-05-20 10:35:47 +0200
commit0f7416dfd8dd1ac0c87caa35dc7ca322758266a7 (patch)
tree7a06738e843836c37240d454ca9ca16911d1de69
parent42bf33b1ef9777ece3b8b1c8c77a700be8c84cd8 (diff)
downloadsonarqube-0f7416dfd8dd1ac0c87caa35dc7ca322758266a7.tar.gz
sonarqube-0f7416dfd8dd1ac0c87caa35dc7ca322758266a7.zip
SONAR-2419 Remove background color and border for permalinks
On the resource viewer, as it could look ugly if the violation message was on more than 1 line
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index fd11c07a403..19d6f6777fe 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -708,10 +708,6 @@ span.violation_date {
}
div.review_permalink {
float: right;
- background-color: #F4F4F4;
- border-color: #CDCDCD;
- border-style: none none none solid;
- border-width: 1px;
color: #333333;
font-size: 12px;
font-weight: bold;