fix frolicked image paths (bug 823984)
This commit is contained in:
Родитель
5d5a2f79b1
Коммит
34ae0ec3d6
|
@ -40,7 +40,7 @@
|
|||
border-bottom: 1px solid #393939;
|
||||
height: 100px;
|
||||
h1.site {
|
||||
background: url(../../img/mkt/sen/logo.png) 0 50% no-repeat;
|
||||
background: url(../../img/mkt/carriers-sen/logo.png) 0 50% no-repeat;
|
||||
}
|
||||
#search-q {
|
||||
.gradient-two-color-with-image(#272727, #353535, url(../../img/mkt/icons/search.png), ~'8px 8px', no-repeat);
|
||||
|
@ -65,7 +65,7 @@
|
|||
}
|
||||
#site-header, .classic-header {
|
||||
.box-shadow(none);
|
||||
background: url(../../img/mkt/sen/header-bg.png);
|
||||
background: url(../../img/mkt/carriers-sen/header-bg.png);
|
||||
background-size: 64px 103px;
|
||||
}
|
||||
#page, #featured-home {
|
||||
|
@ -103,7 +103,7 @@
|
|||
}
|
||||
}
|
||||
#footzilla {
|
||||
background-image: url(../../img/mkt/sen/footer-logo.png);
|
||||
background-image: url(../../img/mkt/carriers-sen/footer-logo.png);
|
||||
width: 115px;
|
||||
}
|
||||
#footzilla,
|
||||
|
@ -163,29 +163,29 @@
|
|||
|
||||
.categories .icon {
|
||||
&.cat-education {
|
||||
background-image: url(../../img/mkt/sen/glyphs/education.png);
|
||||
background-image: url(../../img/mkt/carriers-sen/glyphs/education.png);
|
||||
}
|
||||
&.cat-games {
|
||||
background-image: url(../../img/mkt/sen/glyphs/games.png);
|
||||
background-image: url(../../img/mkt/carriers-sen/glyphs/games.png);
|
||||
}
|
||||
&.cat-health-fitness {
|
||||
background-image: url(../../img/mkt/sen/glyphs/health-fitness.png);
|
||||
background-image: url(../../img/mkt/carriers-sen/glyphs/health-fitness.png);
|
||||
}
|
||||
&.cat-music {
|
||||
background-image: url(../../img/mkt/sen/glyphs/music.png);
|
||||
background-image: url(../../img/mkt/carriers-sen/glyphs/music.png);
|
||||
}
|
||||
&.cat-news-weather {
|
||||
background-image: url(../../img/mkt/sen/glyphs/news-weather.png);
|
||||
background-image: url(../../img/mkt/carriers-sen/glyphs/news-weather.png);
|
||||
}
|
||||
&.cat-photos-media {
|
||||
background-image: url(../../img/mkt/sen/glyphs/photos-media.png);
|
||||
background-image: url(../../img/mkt/carriers-sen/glyphs/photos-media.png);
|
||||
}
|
||||
&.cat-sony {
|
||||
background-image: url(../../img/mkt/sen/glyphs/sony.png);
|
||||
background-image: url(../../img/mkt/carriers-sen/glyphs/sony.png);
|
||||
background-position: 50% 43%;
|
||||
}
|
||||
&.cat-utilities {
|
||||
background-image: url(../../img/mkt/sen/glyphs/utilities.png);
|
||||
background-image: url(../../img/mkt/carriers-sen/glyphs/utilities.png);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -251,7 +251,7 @@
|
|||
nav .header-button.expand {
|
||||
top: 60px;
|
||||
&:before {
|
||||
background-image: url(../../img/mkt/sen/expand-toggle.png);
|
||||
background-image: url(../../img/mkt/carriers-sen/expand-toggle.png);
|
||||
}
|
||||
}
|
||||
&.search {
|
||||
|
|
Загрузка…
Ссылка в новой задаче