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,7 +22,7 @@ | ||
22 | font-family: 'Open Sans', Arial, Helvetica, sans-serif | 22 | font-family: 'Open Sans', Arial, Helvetica, sans-serif |
23 | #wrap-1 | 23 | #wrap-1 |
24 | width: 960px | 24 | width: 960px |
25 | - #content .box .block-title | 25 | + #content .box .block-title, .suggestions-block .block-subtitle |
26 | font-family: 'Open Sans' | 26 | font-family: 'Open Sans' |
27 | font-size: 12px | 27 | font-size: 12px |
28 | text-align: left | 28 | text-align: left |
@@ -268,7 +268,7 @@ | @@ -268,7 +268,7 @@ | ||
268 | text-align: right | 268 | text-align: right |
269 | margin-top: 0.5em | 269 | margin-top: 0.5em |
270 | margin-right: 8px | 270 | margin-right: 8px |
271 | - a | 271 | + a, .suggestions-block .more-suggestions 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 | border: 1px solid #CCCCCC | 273 | border: 1px solid #CCCCCC |
274 | border-radius: 5px 5px 5px 5px | 274 | border-radius: 5px 5px 5px 5px |
@@ -277,6 +277,18 @@ | @@ -277,6 +277,18 @@ | ||
277 | padding: 5px 15px | 277 | padding: 5px 15px |
278 | position: relative | 278 | position: relative |
279 | top: 5px | 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 | .only-one-result-box | 292 | .only-one-result-box |
281 | .common-profile-list-block | 293 | .common-profile-list-block |
282 | float: none | 294 | float: none |