Skip to content

Commit

Permalink
fixes load indicator position (fixes #1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoKRa1 authored and Damian Mooyman committed Aug 24, 2017
1 parent 6efb35f commit b0512ab
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 b0512ab

Please sign in to comment.