Commit 59564900ef9a27f53855c6f4394568f6f81e0bf4

Authored by Melissa Wen
1 parent 0ebacfb6

fix image paths

old-theme/chat_and_hub.css
... ... @@ -16,32 +16,32 @@
16 16 /*estilos do HUB*/
17 17  
18 18 .hub .post{
19   - background: url("images/hub-time-bg.gif") repeat-y left top #fff;
  19 + background: url("../images/hub-time-bg.gif") repeat-y left top #fff;
20 20 }
21 21  
22 22 .hub .remove{
23   - background: url("images/hub-remove-icon.png") no-repeat center center #fff;
  23 + background: url("../images/hub-remove-icon.png") no-repeat center center #fff;
24 24 }
25 25  
26 26 /*
27 27 .hub .promote{
28   - background: url("images/hub-promote-icon.png") no-repeat center center #fff;
  28 + background: url("../images/hub-promote-icon.png") no-repeat center center #fff;
29 29 }
30 30  
31 31 .hub .pin{
32   - background: url("images/hub-pin-icon.png") no-repeat center center #fff;
  32 + background: url("../images/hub-pin-icon.png") no-repeat center center #fff;
33 33 }
34 34 */
35 35  
36 36 .hub ul.settings li{
37 37 position: relative;
38   - background: url("images/hub-arrow-right.png") no-repeat scroll 98% 50% #ED8E01;
  38 + background: url("../images/hub-arrow-right.png") no-repeat scroll 98% 50% #ED8E01;
39 39 overflow: hidden;
40 40 z-index:999;
41 41 }
42 42  
43 43 .hub ul.settings li.twitter:hover{
44   - background: url("images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01;
  44 + background: url("../images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01;
45 45 min-height: 50px;
46 46 height: auto;
47 47 }
... ...
old-theme/internacionalization.css
... ... @@ -21,8 +21,8 @@
21 21 margin-left: 5px;
22 22 }
23 23  
24   -.flag-en { background-image: url(images/flag-en.png) }
25   -.flag-pt { background-image: url(images/flag-pt_br.png) }
  24 +.flag-en { background-image: url('../images/flag-en.png') }
  25 +.flag-pt { background-image: url('../images/flag-pt_br.png') }
26 26  
27 27 #participa-languages a span{ display: none }
28 28  
... ...
old-theme/like_and_vote.css
... ... @@ -13,11 +13,11 @@
13 13 }
14 14  
15 15 .action .dislike:before {
16   - content: url(images/negative-hand.png);
  16 + content: url('../images/negative-hand.png');
17 17 }
18 18  
19 19 .action .like:before {
20   - content: url(images/positive-hand.png);
  20 + content: url('../images/positive-hand.png');
21 21 }
22 22  
23 23 .action .vote-detail {
... ...
old-theme/pairwise.css
... ... @@ -124,7 +124,7 @@
124 124 }
125 125  
126 126 #pairwise_main .skip_vote a {
127   - background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important;
  127 + background: url("../images/btn_duvida_pairwise.png") no-repeat center center #fff !important;
128 128 color: transparent !important;
129 129 display: inline-block;
130 130 height: 1px;
... ... @@ -135,7 +135,7 @@
135 135 }
136 136  
137 137 #pairwise_main .skip_vote a:hover {
138   - background: url("images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important;
  138 + background: url("../images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important;
139 139 }
140 140  
141 141 #pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;}
... ... @@ -189,7 +189,7 @@
189 189 }
190 190  
191 191 #pairwise_main div#suggestions_box #new_idea_button {
192   - background: url("images/botao-enviar-pairwise.png") no-repeat top center transparent;
  192 + background: url("../images/botao-enviar-pairwise.png") no-repeat top center transparent;
193 193 color: transparent;
194 194 border-radius: 0px;
195 195 cursor: pointer;
... ...
old-theme/search.css
... ... @@ -19,7 +19,6 @@
19 19 }
20 20  
21 21 .formfield input, .formfield textarea{
22   - /*background: url("../images/input-bg.gif") no-repeat scroll left top transparent;*/
23 22 background-image: none;
24 23 border: 1px solid #DDDDDD;
25 24 color: #585858;
... ... @@ -42,7 +41,7 @@
42 41 }
43 42  
44 43 #search-page form.search_form input.icon-search {
45   - background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent;
  44 + background: url("../images/btn_busca.png") no-repeat scroll 50% 50% transparent;
46 45 border: 1px solid #DDDDDD;
47 46 min-height: 31px;
48 47 padding-right: 20px;
... ...
old-theme/signin_and_signup.css
... ... @@ -35,11 +35,11 @@
35 35  
36 36 #colorbox .login-box{
37 37 width: 700px;
38   - background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF;
  38 + background: url("../images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF;
39 39 }
40 40  
41 41 #colorbox .login-box h2{
42   - background: url("images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF;
  42 + background: url("../images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF;
43 43 color: #757575;
44 44 font-size: 20px;
45 45 font-style: italic;
... ... @@ -50,7 +50,6 @@
50 50 #colorbox .login-box form {
51 51 margin: 0;
52 52 width: 45%;
53   - /*background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF;*/
54 53 }
55 54  
56 55 #colorbox .login-box .formfieldline input {
... ... @@ -58,7 +57,7 @@
58 57 }
59 58  
60 59 #colorbox .login-box .button-bar input.icon-login {
61   - background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF;
  60 + background: url("../images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF;
62 61 border: 0px none;
63 62 font-family: arial,sans-serif;
64 63 font-size: 16px;
... ... @@ -72,7 +71,7 @@
72 71 }
73 72  
74 73 #colorbox .login-box .button-bar input.icon-login:hover {
75   - background-image: url("images/btn_entrar_login_hover.png");
  74 + background-image: url("../images/btn_entrar_login_hover.png");
76 75 }
77 76  
78 77 #colorbox .login-box .button-bar a.icon-close {
... ...
partial_sass/_old_internal_style.sass
... ... @@ -124,7 +124,7 @@
124 124 font-size: 11px
125 125 text-align: left
126 126 .view_all a, a
127   - background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent
  127 + background: url("../images/button-read-more-vazio.png") no-repeat scroll left 50% transparent
128 128 color: #333
129 129 display: inline-block
130 130 font-weight: bold
... ... @@ -179,7 +179,7 @@
179 179 .comment-wrapper-1, .comment-wrapper-2, .comment-wrapper-3, .comment-wrapper-4, .comment-wrapper-5, .comment-wrapper-6, .comment-wrapper-7, .comment-wrapper-8
180 180 background-image: none
181 181 a.display-comment-form
182   - background: url("images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE
  182 + background: url("../images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE
183 183 border-color: #ddd
184 184 margin: 14px
185 185 #article
... ... @@ -193,7 +193,7 @@
193 193 list-style: none outside none
194 194 margin: 10px 0 0
195 195 .comment-replies .article-comment
196   - background: url("/images/black-alpha-pixel-5.png") repeat scroll left top transparent
  196 + background: url("../images/black-alpha-pixel-5.png") repeat scroll left top transparent
197 197 border: 1px solid #808080
198 198 border-radius: 5px 5px 5px 5px
199 199 margin-top: 0px
... ... @@ -214,7 +214,7 @@
214 214 min-height: 100%
215 215 #content .blog-post .short-post .read-more a
216 216 text-decoration: none
217   - background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD
  217 + background: url("../images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD
218 218 border: 1px solid #CCC
219 219 border-radius: 5px
220 220 color: #666
... ... @@ -269,7 +269,7 @@
269 269 margin-top: 0.5em
270 270 margin-right: 8px
271 271 a
272   - background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE
  272 + background: url("../images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE
273 273 border: 1px solid #CCCCCC
274 274 border-radius: 5px 5px 5px 5px
275 275 display: inline
... ... @@ -333,7 +333,7 @@
333 333 #content
334 334 .box-1
335 335 .block-title
336   - background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF
  336 + background: url("../images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF
337 337 border-bottom: medium none
338 338 border-top: 0px solid #757575
339 339 color: #757575
... ...