Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 7aaf0ae

Browse files
committed
fixed addon upload progress image overlap (bug 712659)
1 parent 8a4b5ad commit 7aaf0ae

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

media/css/devhub/submission.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,12 @@ div.done-next-steps ul,
8787
font-size: 1.3em;
8888
padding-left: 5em;
8989
}
90+
91+
.ajax-loading #upload-status-text {
92+
background: url(../../img/zamboni/loading-white.gif) no-repeat 100% 0;
93+
padding: 0 24px 0 0;
94+
}
95+
.html-rtl .ajax-loading #upload-status-text {
96+
background-position: 0 0;
97+
padding: 0 0 0 24px;
98+
}

media/css/zamboni/developers.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,15 +1376,6 @@ button.search-button {
13761376
-webkit-transform: scalex(-1);
13771377
}
13781378

1379-
.ajax-loading #upload-status-text {
1380-
background-image: url(../../img/zamboni/loading-white.gif);
1381-
background-repeat: no-repeat;
1382-
background-position: 100% 0;
1383-
}
1384-
.html-rtl .ajax-loading #upload-status-text {
1385-
background-position: 0 0;
1386-
}
1387-
13881379
#addon-compat-upload {
13891380
margin: 1em 0;
13901381
}

0 commit comments

Comments
 (0)