]> source.dussan.org Git - sonarqube.git/commitdiff
fix image paths
authorStas Vilchik <vilchiks@gmail.com>
Thu, 22 Sep 2016 13:44:08 +0000 (15:44 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 22 Sep 2016 13:44:08 +0000 (15:44 +0200)
server/sonar-web/src/main/less/components/navigator/base.less
server/sonar-web/src/main/less/components/navigator/filters.less
server/sonar-web/src/main/less/deprecated.less
server/sonar-web/src/main/less/select2-sonar.less
server/sonar-web/src/main/less/select2.less
server/sonar-web/src/main/less/style.less

index b04fcc89f0b61d1497de8f4d795e16835e40f99e..86dc0e06fade3f09afc2c3dc89da153ed2818380 100644 (file)
     position: absolute;
     z-index: @navigator-fetching-z-index;
     top: 0; bottom: 0; left: 0; right: 0;
-    background: #fff url(../../images/loading.gif) no-repeat 4px 4px;
+    background: #fff url(../../../images/loading.gif) no-repeat 4px 4px;
   }
 }
 
   overflow: auto;
 
   &.loading {
-    background: @white url("../../images/loading.gif") no-repeat 4px 2px;
+    background: @white url("../../../images/loading.gif") no-repeat 4px 2px;
   }
 }
 
index 23220dc6a030d6d8f041052013582778e36afdd3..51a52071fe1a86bc068c93ff85a4383eacf0110b 100644 (file)
     display: block;
     width: 16px;
     height: 16px;
-    background: #fff url(../../images/loading.gif) no-repeat center center;
+    background: #fff url(../../../images/loading.gif) no-repeat center center;
   }
 
   &.fetching-error {
 .navigator-filter-favorite-toggle {
   width: 16px;
   height: @navigatorFiltersHeight;
-  background: url(../../images/navigator/favorite-filters@2x.png) no-repeat center center;
+  background: url(../../../images/navigator/favorite-filters@2x.png) no-repeat center center;
   background-size: 16px 14px;
 }
 
index c63f07efa0b9c78e071343cbb9139a8f882be5b3..bb8bb2652e590ffcb7b08b566cf38be050185fce 100644 (file)
@@ -31,7 +31,7 @@
 }
 
 .loading {
-  background: url("../../images/loading.gif") no-repeat 4px 2px;
+  background: url("../images/loading.gif") no-repeat 4px 2px;
   color: #444;
   padding: 3px 25px;
 }
@@ -264,7 +264,7 @@ th.operations, td.operations {
 }
 
 .source_options td {
-  background: url("../../images/sep12.png") no-repeat scroll 0 50% transparent;
+  background: url("../images/sep12.png") no-repeat scroll 0 50% transparent;
   padding: 0 10px;
 }
 
@@ -403,13 +403,13 @@ div.autocompleteNote {
 }
 
 a.external {
-  background: url('../../images/links/external.png') no-repeat 100% 0;
+  background: url('../images/links/external.png') no-repeat 100% 0;
   padding: 0 16px 0 0;
 }
 
 .fav {
   display: inline-block;
-  background: url('../../images/star.png') no-repeat 100% 0;
+  background: url('../images/star.png') no-repeat 100% 0;
   width: 16px;
   height: 16px;
   vertical-align: text-bottom;
@@ -417,7 +417,7 @@ a.external {
 
 .notfav {
   display: inline-block;
-  background: url('../../images/star_off.png') no-repeat 100% 0;
+  background: url('../images/star_off.png') no-repeat 100% 0;
   width: 16px;
   height: 16px;
   vertical-align: text-bottom;
index 606d3c06c410577709bec9414e552d8da5e5229b..196401120e81169da4411ad561108cae0a866370 100644 (file)
@@ -20,9 +20,9 @@
 @import (reference) "mixins";
 @import (reference) "variables";
 
-@imagesPath: '../../images/select2.png';
-@imagesPath2x: '../../images/select2x2.png';
-@spinnerPath: '../../images/spinner.gif';
+@imagesPath: '../images/select2.png';
+@imagesPath2x: '../images/select2x2.png';
+@spinnerPath: '../images/spinner.gif';
 
 .select2-container {
   vertical-align: middle;
index ead62d565a78ad3d985e8b7e5f59d1a3141309f2..a3e3669d6123ff501358e2ad91f82ebb565d1fc7 100755 (executable)
@@ -71,7 +71,7 @@ Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
   width: 12px;
   height: 12px;
   font-size: 1px;
-  background: url('../../images/select2.png') right top no-repeat;
+  background: url('../images/select2.png') right top no-repeat;
   cursor: pointer;
   text-decoration: none;
   border: 0;
@@ -119,7 +119,7 @@ Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
 }
 
 .select2-container .select2-choice div b {
-  background: url('../../images/select2.png') no-repeat 0 1px;
+  background: url('../images/select2.png') no-repeat 0 1px;
   display: block;
   width: 100%;
   height: 100%;
@@ -143,7 +143,7 @@ Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
 }
 
 .select2-search input {
-  background: #fff url('../../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%);
+  background: #fff url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%);
   padding: 4px 20px 4px 5px;
   outline: 0;
   border: 1px solid #aaa;
@@ -162,7 +162,7 @@ Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
 }
 
 .select2-search input.select2-active {
-  background: #ffff url('../../images/spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%);
+  background: #ffff url('../images/spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%);
 }
 
 .select2-container-active .select2-choice,
@@ -259,7 +259,7 @@ Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
 }
 
 .select2-more-results.select2-active {
-  background: #f4f4f4 url('../../images/spinner.gif') no-repeat 100%;
+  background: #f4f4f4 url('../images/spinner.gif') no-repeat 100%;
 }
 
 .select2-more-results {
@@ -331,7 +331,7 @@ Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
 }
 
 .select2-container-multi .select2-choices .select2-search-field input.select2-active {
-  background: #fff url('../../images/spinner.gif') no-repeat 100% !important;
+  background: #fff url('../images/spinner.gif') no-repeat 100% !important;
 }
 
 .select2-default {
@@ -368,7 +368,7 @@ Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
   width: 12px;
   height: 13px;
   font-size: 1px;
-  background: url('../../images/select2.png') right top no-repeat;
+  background: url('../images/select2.png') right top no-repeat;
   outline: none;
 }
 
@@ -417,7 +417,7 @@ Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
 
 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
-    background-image: url(../../images/select2x2.png) !important;
+    background-image: url(../images/select2x2.png) !important;
     background-repeat: no-repeat !important;
     background-size: 60px 40px !important;
   }
index 7434276f08bc3b73b18d075341932d44c2cf3331..5743af7c82eab0a360fda5ab95be7689512f8db1 100644 (file)
@@ -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;