summaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2011-04-28 16:38:09 +0200
committerFabrice Bellingard <bellingard@gmail.com>2011-04-28 16:39:51 +0200
commit6acc0f48f6b546a25af466b857f79b15ac14f779 (patch)
treed43f00f9d37a8f5c2921daad10f36e0cb66cff9f /sonar-server
parent1f586999329fba3ee0bdd75774b1a542f312768e (diff)
downloadsonarqube-6acc0f48f6b546a25af466b857f79b15ac14f779.tar.gz
sonarqube-6acc0f48f6b546a25af466b857f79b15ac14f779.zip
SONAR-2327 Improve rendering for violations when source code is missing
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index b00b47bc7a8..0522dbe0b64 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -673,13 +673,13 @@ ul.operations li img {
margin:0;
border: 1px solid #DDD;
}
-.sources2 div.violation .actions{
+.sources2 div.violation .actions, #global_violations div.violation .actions {
visibility: hidden;
}
-.sources2 div.violation:hover .actions{
+.sources2 div.violation:hover .actions, #global_violations div.violation:hover .actions {
visibility: visible;
}
-.sources2 div.violation .actions form {
+.sources2 div.violation .actions form, #global_violations div.violation .actions form {
display: inline;
}
div.vtitle{
@@ -770,11 +770,12 @@ span.rulename a:hover {
}
#global_violations {
width: 100%;
- border: 1px solid #DDD;
margin-bottom: 10px;
}
+#global_violations > tbody > tr > td {
+ padding-bottom: 10px;
+}
#global_violations td {
- background-color: #ECECEC;
padding: 3px 0.5em;
}
#global_violations td img, #source_title img {