Skip to content

Commit

Permalink
Merge branch 'fix-images'
Browse files Browse the repository at this point in the history
  • Loading branch information
davegudge committed Aug 27, 2024
2 parents 5dd3177 + 59cb901 commit f4f2cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/recurring_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ select {
padding:10px;

h1 { font-size:16px; padding:0px; margin:0 0 10px 0;
a {float:right; display:inline-block; height:16px; width:16px; background-image:image-url("recurring_select/cancel.png"); background-position:center; background-repeat:no-repeat;}
a {float:right; display:inline-block; height:16px; width:16px; background-image:image-url("../images/recurring_select/cancel.png"); background-position:center; background-repeat:no-repeat;}
}

p { padding:5px 0; margin:0; line-height: 14px;
Expand Down Expand Up @@ -105,7 +105,7 @@ select {
border-top: 1px solid #ccc;
span {font-weight:bold; border-top:1px solid #fff; display:block; padding:10px 0 5px 0;}
&.fetching {color:#999;
span {background-image:image-url("recurring_select/throbber_13x13.gif"); background-position:center; background-repeat:no-repeat; display:inline-block; height:13px; width:13px; margin-top:-4px; padding-right:5px;}
span {background-image:image-url("../images/recurring_select/throbber_13x13.gif"); background-position:center; background-repeat:no-repeat; display:inline-block; height:13px; width:13px; margin-top:-4px; padding-right:5px;}
}
label {font-weight:normal;}
}
Expand Down

0 comments on commit f4f2cb6

Please sign in to comment.