Moving goodies images out of css. New ReadKit image.

This commit is contained in:
Samuel Clay 2013-09-09 12:14:15 -07:00
parent cff75077b1
commit 92a530e973
2 changed files with 9 additions and 9 deletions

View file

@ -7922,7 +7922,7 @@ form.opml_import_form input {
width: 28px;
height: 28px;
margin: 0 6px 0 0;
background: transparent url('/media/embed/reader/firefox.png') no-repeat 0 0;
background: transparent url('/media/img/reader/firefox.png') no-repeat 0 0;
}
.NB-modal-goodies .NB-modal-submit-button {
@ -7933,7 +7933,7 @@ form.opml_import_form input {
width: 28px;
height: 28px;
margin: 0 6px 0 0;
background: transparent url('/media/embed/reader/safari.png') no-repeat 0 0;
background: transparent url('/media/img/reader/safari.png') no-repeat 0 0;
}
.NB-modal-goodies .NB-goodies-chrome-link {
float: right;
@ -7943,14 +7943,14 @@ form.opml_import_form input {
width: 28px;
height: 28px;
margin: 0 6px 0 0;
background: transparent url('/media/embed/reader/chrome.png') no-repeat 0 0;
background: transparent url('/media/img/reader/chrome.png') no-repeat 0 0;
}
.NB-modal-goodies .NB-goodies-readkit {
float: right;
width: 28px;
height: 28px;
margin: 0 6px 0 0;
background: transparent url('/media/embed/mobile/readkit.png') no-repeat 0 0;
background: transparent url('/media/img/mobile/readkit.png') no-repeat 0 0;
background-size: 28px;
}
.NB-modal-goodies .NB-goodies-tafiti {
@ -7958,7 +7958,7 @@ form.opml_import_form input {
width: 28px;
height: 28px;
margin: 0 6px 0 0;
background: transparent url('/media/embed/mobile/tafiti.png') no-repeat 0 0;
background: transparent url('/media/img/mobile/tafiti.png') no-repeat 0 0;
background-size: 28px;
}
.NB-modal-goodies .NB-goodies-subtitle {
@ -7982,28 +7982,28 @@ form.opml_import_form input {
width: 28px;
height: 28px;
margin: 0 6px 0 0;
background: transparent url('/media/embed/mobile/iphone.png') no-repeat 0 0;
background: transparent url('/media/img/mobile/iphone.png') no-repeat 0 0;
}
.NB-modal-goodies .NB-goodies-android {
float: right;
width: 28px;
height: 28px;
margin: 0 6px 0 0;
background: transparent url('/media/embed/mobile/android.png') no-repeat 0 0;
background: transparent url('/media/img/mobile/android.png') no-repeat 0 0;
}
.NB-modal-goodies .NB-goodies-nokia {
float: right;
width: 28px;
height: 28px;
margin: 0 6px 0 0;
background: transparent url('/media/embed/mobile/nokia.png') no-repeat 0 0;
background: transparent url('/media/img/mobile/nokia.png') no-repeat 0 0;
}
.NB-modal-goodies .NB-goodies-windows {
float: right;
width: 28px;
height: 28px;
margin: 0 6px 0 0;
background: transparent url('/media/embed/mobile/windows_phone_icon.png') no-repeat 0 0;
background: transparent url('/media/img/mobile/windows_phone_icon.png') no-repeat 0 0;
background-size: 28px;
}

BIN
media/img/mobile/readkit.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 36 KiB