Skip to content

Commit

Permalink
Merge pull request #1716 from hoKRa1/1625-fixed-load-indicator
Browse files Browse the repository at this point in the history
fixes load indicator position (fixes #1625)
  • Loading branch information
flamerohr committed Aug 24, 2017
2 parents 3e05517 + b0512ab commit f15a400
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions client/src/styles/legacy/_CMSMain.scss
Expand Up @@ -143,8 +143,11 @@
* ----------------------------------------------------------------- */
.field.urlsegment {

&.loading {
background: url(../../images/loading.gif) no-repeat 162px 8px;
&.loading .form__field-label {
background-image: url(../../images/loading.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 20px;
}

.URL-link {
Expand Down

0 comments on commit f15a400

Please sign in to comment.