diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl index 156dd1ee4..087ca0edf 100644 --- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl @@ -166,7 +166,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. } .modal-button { padding:1px; - float:right; + float:left; background-color: #eeeeee; border: 1px solid #555555; color:#555555; @@ -178,6 +178,32 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. border-radius: 3px; } .modal-button:hover { + padding:1px; + float:left; + background-color: #dddddd; + border: 1px solid #333333; + color:#333333; + text-decoration:none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + -khtml-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; + } + .modal-button-right { + padding:1px; + float:right; + background-color: #eeeeee; + border: 1px solid #555555; + color:#555555; + text-decoration:none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + -khtml-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; + } + .modal-button-right:hover { padding:1px; float:right; background-color: #dddddd; @@ -429,28 +455,30 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. .nothidden { display:block; } + .infolink { + text-decoration:none; + color: blue; + float:right; + } + .infolink:hover { + text-decoration:none; + color: blue; + float:right; + }