diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-02-27 17:31:49 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-02-27 17:31:56 +0100 |
commit | d05df0e1c28bc0ab86f55ae8e5b068c6ef9ba12d (patch) | |
tree | 6108b0f5824d167514ef1c66d9e7a8f5d6df8801 | |
parent | 34bbb693d3012f97fd7041a97a14223fec2445b6 (diff) | |
download | sonarqube-d05df0e1c28bc0ab86f55ae8e5b068c6ef9ba12d.tar.gz sonarqube-d05df0e1c28bc0ab86f55ae8e5b068c6ef9ba12d.zip |
Update spinner
-rw-r--r-- | sonar-server/src/main/webapp/images/loading-new.gif | bin | 3048 -> 0 bytes | |||
-rw-r--r-- | sonar-server/src/main/webapp/images/loading-small.gif | bin | 1259 -> 2825 bytes | |||
-rw-r--r-- | sonar-server/src/main/webapp/images/loading.gif | bin | 2588 -> 3048 bytes | |||
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/navigator.css | 6 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/navigator/base.css | 4 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/navigator/base.less | 4 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/navigator/filters.css | 2 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/navigator/filters.less | 2 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/quality-gates.css | 6 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/select-list.css | 2 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 2 |
11 files changed, 14 insertions, 14 deletions
diff --git a/sonar-server/src/main/webapp/images/loading-new.gif b/sonar-server/src/main/webapp/images/loading-new.gif Binary files differdeleted file mode 100644 index 60834b831fa..00000000000 --- a/sonar-server/src/main/webapp/images/loading-new.gif +++ /dev/null diff --git a/sonar-server/src/main/webapp/images/loading-small.gif b/sonar-server/src/main/webapp/images/loading-small.gif Binary files differindex 833225bfbee..52b3481ef52 100644 --- a/sonar-server/src/main/webapp/images/loading-small.gif +++ b/sonar-server/src/main/webapp/images/loading-small.gif diff --git a/sonar-server/src/main/webapp/images/loading.gif b/sonar-server/src/main/webapp/images/loading.gif Binary files differindex 912c09c7ca5..60834b831fa 100644 --- a/sonar-server/src/main/webapp/images/loading.gif +++ b/sonar-server/src/main/webapp/images/loading.gif diff --git a/sonar-server/src/main/webapp/stylesheets/navigator.css b/sonar-server/src/main/webapp/stylesheets/navigator.css index 6d5b8d91065..c7cf3231b8e 100644 --- a/sonar-server/src/main/webapp/stylesheets/navigator.css +++ b/sonar-server/src/main/webapp/stylesheets/navigator.css @@ -103,7 +103,7 @@ bottom: 0; left: 0; right: 0; - background: #ffffff url(../images/loading-new.gif) no-repeat 4px 4px; + background: #ffffff url(../images/loading.gif) no-repeat 4px 4px; } .navigator-fetching#tab-issue-rule { position: relative; @@ -256,7 +256,7 @@ overflow: auto; } .navigator-details.loading { - background: #ffffff url("../images/loading-new.gif") no-repeat 4px 2px; + background: #ffffff url("../images/loading.gif") no-repeat 4px 2px; } .navigator-details .code-issue-name { border-bottom: none; @@ -605,7 +605,7 @@ display: block; width: 16px; height: 16px; - background: #ffffff url(../images/loading-new.gif) no-repeat center center; + background: #ffffff url(../images/loading.gif) no-repeat center center; } .navigator-filter-load-more { display: none; diff --git a/sonar-server/src/main/webapp/stylesheets/navigator/base.css b/sonar-server/src/main/webapp/stylesheets/navigator/base.css index bd73dd63bd2..a7e8f306461 100644 --- a/sonar-server/src/main/webapp/stylesheets/navigator/base.css +++ b/sonar-server/src/main/webapp/stylesheets/navigator/base.css @@ -103,7 +103,7 @@ bottom: 0; left: 0; right: 0; - background: #ffffff url(../images/loading-new.gif) no-repeat 4px 4px; + background: #ffffff url(../images/loading.gif) no-repeat 4px 4px; } .navigator-fetching#tab-issue-rule { position: relative; @@ -256,7 +256,7 @@ overflow: auto; } .navigator-details.loading { - background: #ffffff url("../images/loading-new.gif") no-repeat 4px 2px; + background: #ffffff url("../images/loading.gif") no-repeat 4px 2px; } .navigator-details .code-issue-name { border-bottom: none; diff --git a/sonar-server/src/main/webapp/stylesheets/navigator/base.less b/sonar-server/src/main/webapp/stylesheets/navigator/base.less index e09b0bbab73..e53cb36e612 100644 --- a/sonar-server/src/main/webapp/stylesheets/navigator/base.less +++ b/sonar-server/src/main/webapp/stylesheets/navigator/base.less @@ -102,7 +102,7 @@ position: absolute; z-index: 3; top: 0; bottom: 0; left: 0; right: 0; - background: #fff url(../images/loading-new.gif) no-repeat 4px 4px; + background: #fff url(../images/loading.gif) no-repeat 4px 4px; } &#tab-issue-rule { @@ -305,7 +305,7 @@ overflow: auto; &.loading { - background: @white url("../images/loading-new.gif") no-repeat 4px 2px; + background: @white url("../images/loading.gif") no-repeat 4px 2px; } .code-issue-name { diff --git a/sonar-server/src/main/webapp/stylesheets/navigator/filters.css b/sonar-server/src/main/webapp/stylesheets/navigator/filters.css index 7728a52f57e..42b5011b59d 100644 --- a/sonar-server/src/main/webapp/stylesheets/navigator/filters.css +++ b/sonar-server/src/main/webapp/stylesheets/navigator/filters.css @@ -255,7 +255,7 @@ display: block; width: 16px; height: 16px; - background: #ffffff url(../images/loading-new.gif) no-repeat center center; + background: #ffffff url(../images/loading.gif) no-repeat center center; } .navigator-filter-load-more { display: none; diff --git a/sonar-server/src/main/webapp/stylesheets/navigator/filters.less b/sonar-server/src/main/webapp/stylesheets/navigator/filters.less index 828150bffe4..3239afba3cf 100644 --- a/sonar-server/src/main/webapp/stylesheets/navigator/filters.less +++ b/sonar-server/src/main/webapp/stylesheets/navigator/filters.less @@ -248,7 +248,7 @@ top: 6px; right: -21px; display: block; .square(16px); - background: #fff url(../images/loading-new.gif) no-repeat center center; + background: #fff url(../images/loading.gif) no-repeat center center; } } diff --git a/sonar-server/src/main/webapp/stylesheets/quality-gates.css b/sonar-server/src/main/webapp/stylesheets/quality-gates.css index 1d66ef7baf8..9dbfa1ec4e6 100644 --- a/sonar-server/src/main/webapp/stylesheets/quality-gates.css +++ b/sonar-server/src/main/webapp/stylesheets/quality-gates.css @@ -103,7 +103,7 @@ bottom: 0; left: 0; right: 0; - background: #ffffff url(../images/loading-new.gif) no-repeat 4px 4px; + background: #ffffff url(../images/loading.gif) no-repeat 4px 4px; } .navigator-fetching#tab-issue-rule { position: relative; @@ -256,7 +256,7 @@ overflow: auto; } .navigator-details.loading { - background: #ffffff url("../images/loading-new.gif") no-repeat 4px 2px; + background: #ffffff url("../images/loading.gif") no-repeat 4px 2px; } .navigator-details .code-issue-name { border-bottom: none; @@ -378,7 +378,7 @@ bottom: 0; left: 0; right: 0; - background: #ffffff url(../images/loading-new.gif) no-repeat 4px 4px; + background: #ffffff url(../images/loading.gif) no-repeat 4px 4px; } .quality-gate-page-loader#tab-issue-rule { position: relative; diff --git a/sonar-server/src/main/webapp/stylesheets/select-list.css b/sonar-server/src/main/webapp/stylesheets/select-list.css index bcd51b14f36..19b2b8c8263 100644 --- a/sonar-server/src/main/webapp/stylesheets/select-list.css +++ b/sonar-server/src/main/webapp/stylesheets/select-list.css @@ -53,7 +53,7 @@ } .select-list-list > li.progress { - background: url(../images/loading-new.gif) no-repeat 10px 5px; + background: url(../images/loading.gif) no-repeat 10px 5px; } .select-list-list > li.progress .select-list-list-checkbox { diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 8777fa050b8..4b96a84cce7 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -62,7 +62,7 @@ a { } .loading { - background: url("../images/loading-new.gif") no-repeat 4px 2px; + background: url("../images/loading.gif") no-repeat 4px 2px; color: #444; padding: 3px 25px; } |