Commit cf47ef12e34cde9410d65ba675f57b1312b466e2
1 parent
38b4276c
Exists in
bug_fix_vote_action_style
vote action can not overlap title line - shorten title line
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
_internal_page.sass
... | ... | @@ -29,17 +29,18 @@ |
29 | 29 | margin: auto |
30 | 30 | padding-top: 0px |
31 | 31 | h1 |
32 | - border-bottom: 1px solid #ddd | |
33 | 32 | color: #0083CB |
34 | 33 | font-family: 'Open Sans Bold' |
35 | 34 | font-size: 32px |
36 | 35 | margin-top: 0 |
37 | - margin-bottom: 7px | |
38 | - padding-bottom: 8px | |
36 | + margin-bottom: 10px | |
37 | + width: 455px | |
39 | 38 | .publishing-info |
39 | + border-top: 1px solid #ddd | |
40 | 40 | color: #999 |
41 | 41 | font-family: 'Open Sans' |
42 | 42 | font-size: 12px |
43 | + padding-top: 10px | |
43 | 44 | a |
44 | 45 | color: #999 |
45 | 46 | #article |
... | ... | @@ -58,7 +59,7 @@ |
58 | 59 | .vote-actions |
59 | 60 | position: absolute |
60 | 61 | top: auto |
61 | - bottom: 65px | |
62 | + bottom: 40px | |
62 | 63 | .action |
63 | 64 | &.like-action .like-action-counter |
64 | 65 | color: #89ba3f | ... | ... |