Skip to content

Commit

Permalink
move images around to be usable as assets
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Nov 8, 2012
1 parent f378f86 commit 56edb94
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions app/assets/images/images/gradient-dark-nav.png
1 change: 1 addition & 0 deletions app/assets/images/images/gradient-light.png
1 change: 1 addition & 0 deletions app/assets/images/images/gradient-medium-short.png
18 changes: 9 additions & 9 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('../images/gradien-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 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('../images/get_it128.png') no-repeat center;}
#get_software{padding-left:120px;padding-right:20px;background:url('../images/get_pack.png') no-repeat 10px -10px;min-height:90px;}
#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;}
#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('images/find.png') no-repeat 2px 3px;
background: white url('find.png') no-repeat 2px 3px;
}

.search-form-busy {
background: white url('images/ajax-loader.gif') no-repeat 2px 3px !important;
background: white 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('images/toggle-arrow.png') no-repeat scroll 99% -18px;
background: transparent 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("images/arrow-16-grey.png") no-repeat scroll top left;
background: transparent 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("../images/gradient-light-short.png") repeat-x scroll 0 0 #FFF;
background: url("gradient-light-short.png") repeat-x scroll 0 0 #FFF;
border-color: #999999;
border-radius: 5px 5px 5px 5px;
color: #555555;
Expand Down Expand Up @@ -614,4 +614,4 @@ select {

#footer-legal {
font-size: 0.9em;
}
}

0 comments on commit 56edb94

Please sign in to comment.