diff --git a/app/assets/stylesheets/recurring_select.scss b/app/assets/stylesheets/recurring_select.scss index 67d7154..da731d3 100644 --- a/app/assets/stylesheets/recurring_select.scss +++ b/app/assets/stylesheets/recurring_select.scss @@ -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; @@ -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;} }