Commit bf6451ddda96fd9f07e40b517707bba67a2e088d
1 parent
9f673d59
Exists in
master
and in
2 other branches
recover style of friends suggestion block
Showing
1 changed file
with
14 additions
and
2 deletions
Show diff stats
partial_sass/_old_internal_style.sass
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | font-family: 'Open Sans', Arial, Helvetica, sans-serif |
23 | 23 | #wrap-1 |
24 | 24 | width: 960px |
25 | - #content .box .block-title | |
25 | + #content .box .block-title, .suggestions-block .block-subtitle | |
26 | 26 | font-family: 'Open Sans' |
27 | 27 | font-size: 12px |
28 | 28 | text-align: left |
... | ... | @@ -268,7 +268,7 @@ |
268 | 268 | text-align: right |
269 | 269 | margin-top: 0.5em |
270 | 270 | margin-right: 8px |
271 | - a | |
271 | + a, .suggestions-block .more-suggestions a | |
272 | 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 |
... | ... | @@ -277,6 +277,18 @@ |
277 | 277 | padding: 5px 15px |
278 | 278 | position: relative |
279 | 279 | top: 5px |
280 | + .friends-block .block-footer-content .suggestions-block | |
281 | + margin-top: 10px | |
282 | + text-align: center | |
283 | + a | |
284 | + background: none | |
285 | + border: none | |
286 | + border-radius: 0 | |
287 | + display: block | |
288 | + margin: initial | |
289 | + padding: initial | |
290 | + text-decoration: none | |
291 | + top: 0 | |
280 | 292 | .only-one-result-box |
281 | 293 | .common-profile-list-block |
282 | 294 | float: none | ... | ... |