diff options
Diffstat (limited to 'server/sonar-web/src/main/less/style.less')
-rw-r--r-- | server/sonar-web/src/main/less/style.less | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/server/sonar-web/src/main/less/style.less b/server/sonar-web/src/main/less/style.less index 5743af7c82e..7434276f08b 100644 --- a/server/sonar-web/src/main/less/style.less +++ b/server/sonar-web/src/main/less/style.less @@ -151,7 +151,7 @@ ul.headerLine li { } ul.headerLine li.sep { - background: url("../images/sep12.png") no-repeat scroll 50% 50% transparent; + background: url("../../images/sep12.png") no-repeat scroll 50% 50% transparent; padding: 0 5px 0 5px; } @@ -167,39 +167,39 @@ select.withIcons option, span.withIcons { } option.status_open { - background-image: url('../images/status/OPEN.png'); + background-image: url('../../images/status/OPEN.png'); } option.status_reopened { - background-image: url('../images/status/REOPENED.png'); + background-image: url('../../images/status/REOPENED.png'); } option.status_resolved { - background-image: url('../images/status/RESOLVED.png'); + background-image: url('../../images/status/RESOLVED.png'); } option.status_closed { - background-image: url('../images/status/CLOSED.png'); + background-image: url('../../images/status/CLOSED.png'); } option.sev_INFO, span.sev_INFO { - background-image: url('../images/priority/INFO.png'); + background-image: url('../../images/priority/INFO.png'); } option.sev_MINOR, span.sev_MINOR { - background-image: url('../images/priority/MINOR.png'); + background-image: url('../../images/priority/MINOR.png'); } option.sev_MAJOR, span.sev_MAJOR { - background-image: url('../images/priority/MAJOR.png'); + background-image: url('../../images/priority/MAJOR.png'); } option.sev_CRITICAL, span.sev_CRITICAL { - background-image: url('../images/priority/CRITICAL.png'); + background-image: url('../../images/priority/CRITICAL.png'); } option.sev_BLOCKER, span.sev_BLOCKER { - background-image: url('../images/priority/BLOCKER.png'); + background-image: url('../../images/priority/BLOCKER.png'); } /* ------------------- VARIATIONS ------------------- */ @@ -230,7 +230,7 @@ option.sev_BLOCKER, span.sev_BLOCKER { color: #444; vertical-align: bottom; font-weight: bold; - background: url('../images/information.png') no-repeat left center; + background: url('../../images/information.png') no-repeat left center; } .help p { @@ -327,7 +327,7 @@ ul.bullet { ul.bullet li { padding: 2px 0; - list-style-image: url("../images/bullet.png"); + list-style-image: url("../../images/bullet.png"); } .rule_title { @@ -625,7 +625,7 @@ table.without-header { } .line-info { - background: url('../images/information.png') no-repeat scroll left 50% transparent; + background: url('../../images/information.png') no-repeat scroll left 50% transparent; padding-left: 18px } @@ -687,25 +687,25 @@ table.nowrap td.small, td.nowrap.small, th.nowrap.small { .csv { display: block; - background: url("../images/csv.png") no-repeat scroll left 50% transparent; + background: url("../../images/csv.png") no-repeat scroll left 50% transparent; padding: 2px 0 2px 20px; } .add { display: block; - background: url("../images/add.png") no-repeat scroll left 50% transparent; + background: url("../../images/add.png") no-repeat scroll left 50% transparent; padding: 2px 0 2px 20px; } .restore { display: block; - background: url("../images/restore.gif") no-repeat scroll left 50% transparent; + background: url("../../images/restore.gif") no-repeat scroll left 50% transparent; padding: 2px 0 2px 20px; } .compare { display: block; - background: url("../images/compare.png") no-repeat scroll left 50% transparent; + background: url("../../images/compare.png") no-repeat scroll left 50% transparent; padding: 2px 0 2px 20px; } @@ -719,7 +719,7 @@ table.nowrap td.small, td.nowrap.small, th.nowrap.small { } .link-more { - background-image: url('../images/bullet_arrow_down.png'); + background-image: url('../../images/bullet_arrow_down.png'); background-repeat: no-repeat; padding-right: 20px; background-position: right center; |