Skip to content

Commit

Permalink
Use asset-url instead of url in scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Mar 11, 2014
1 parent dea5b88 commit a3bfd49
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/assets/stylesheets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.ui-helper-clearfix{display:block;}
#iso-wrapper{padding:0;margin-right:0;padding-left:15px;padding-right:15px;}
#iso-wrapper h4{margin-top:4px;float:left}
#iso-wrapper div.changeiso{border:2px solid #7C92A4;min-height:50px;margin-bottom:10px;color:#999;cursor:pointer;-moz-border-radius:5px;-webkit-border-radius:5px;background:#ffffff url('gradient-light-grey.png') repeat-x scroll bottom left;}
#iso-wrapper div.changeiso{border:2px solid #7C92A4;min-height:50px;margin-bottom:10px;color:#999;cursor:pointer;-moz-border-radius:5px;-webkit-border-radius:5px;background:#ffffff asset-url('gradient-light-grey.png') repeat-x scroll bottom left;}
#iso-wrapper div.changeiso:hover{border:2px solid #690;}
#iso-wrapper div.changeiso{border-color:#4987B3;-moz-box-shadow:0px 1px 4px #999;-webkit-box-shadow:0px 1px 4px #999;box-shadow:0px 1px 4px #999;color:#333;}
#iso-wrapper div.changeiso div{padding-top:5px;padding-bottom:2px;margin-right:15px;min-height:55px;}
Expand All @@ -34,8 +34,8 @@ form div .l_change{display:block;margin-bottom:.5em;float:left;}
.notavailable{color:gray;}
#iso-wrapper form{margin-left:20px;}
.navlist{margin-left:15px;}
#download_os, #get_software{padding:7px 0;text-align:center;overflow:hidden;background:url('get_it128.png') no-repeat center;}
#get_software{padding-left:120px;padding-right:20px;background:url('get_pack.png') no-repeat 10px -10px;min-height:90px;}
#download_os, #get_software{padding:7px 0;text-align:center;overflow:hidden;background:asset-url('get_it128.png') no-repeat center;}
#get_software{padding-left:120px;padding-right:20px;background:asset-url('get_pack.png') no-repeat 10px -10px;min-height:90px;}
#derivativesDiv{margin-left:15px;margin-bottom:50px;}
ul#addon_downloads li{display:block;vertical-align:middle;}
ol#howtoproceed li{margin:12px;}
Expand Down Expand Up @@ -173,11 +173,11 @@ body {
-moz-box-shadow: inset 0 0 3px #666;
-webkit-box-shadow: inset 0 0 3px #666;
box-shadow: inset 0 0 3px #666;
background: white url('find.png') no-repeat 2px 3px;
background: white asset-url('find.png') no-repeat 2px 3px;
}

.search-form-busy {
background: white url('ajax-loader.gif') no-repeat 2px 3px !important;
background: white asset-url('ajax-loader.gif') no-repeat 2px 3px !important;
}

.search-options-link {
Expand Down Expand Up @@ -394,7 +394,7 @@ input[type="submit"].search-go-button {
#pkg-options > ul > li > a {
display: block;
width: 100%;
background: transparent url('toggle-arrow.png') no-repeat scroll 99% -18px;
background: transparent asset-url('toggle-arrow.png') no-repeat scroll 99% -18px;
border-bottom: 1px solid #ccc;
padding-bottom: 3px;
}
Expand Down Expand Up @@ -460,7 +460,7 @@ input[type="submit"].search-go-button {
width: 10em;
}
#pkg-options .pkg-typ-options li:nth-child(2) {
background: transparent url("arrow-16-grey.png") no-repeat scroll top left;
background: transparent asset-url("arrow-16-grey.png") no-repeat scroll top left;
padding-left: 30px;
}
#pkg-options .pkg-typ-options a {
Expand Down Expand Up @@ -518,7 +518,7 @@ input[type="submit"].search-go-button {
}

select {
background: url("gradient-light-short.png") repeat-x scroll 0 0 #FFF;
background: asset-url("gradient-light-short.png") repeat-x scroll 0 0 #FFF;
border-color: #999999;
border-radius: 5px 5px 5px 5px;
color: #555555;
Expand Down

0 comments on commit a3bfd49

Please sign in to comment.