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,17 +29,18 @@ | ||
29 | margin: auto | 29 | margin: auto |
30 | padding-top: 0px | 30 | padding-top: 0px |
31 | h1 | 31 | h1 |
32 | - border-bottom: 1px solid #ddd | ||
33 | color: #0083CB | 32 | color: #0083CB |
34 | font-family: 'Open Sans Bold' | 33 | font-family: 'Open Sans Bold' |
35 | font-size: 32px | 34 | font-size: 32px |
36 | margin-top: 0 | 35 | margin-top: 0 |
37 | - margin-bottom: 7px | ||
38 | - padding-bottom: 8px | 36 | + margin-bottom: 10px |
37 | + width: 455px | ||
39 | .publishing-info | 38 | .publishing-info |
39 | + border-top: 1px solid #ddd | ||
40 | color: #999 | 40 | color: #999 |
41 | font-family: 'Open Sans' | 41 | font-family: 'Open Sans' |
42 | font-size: 12px | 42 | font-size: 12px |
43 | + padding-top: 10px | ||
43 | a | 44 | a |
44 | color: #999 | 45 | color: #999 |
45 | #article | 46 | #article |
@@ -58,7 +59,7 @@ | @@ -58,7 +59,7 @@ | ||
58 | .vote-actions | 59 | .vote-actions |
59 | position: absolute | 60 | position: absolute |
60 | top: auto | 61 | top: auto |
61 | - bottom: 65px | 62 | + bottom: 40px |
62 | .action | 63 | .action |
63 | &.like-action .like-action-counter | 64 | &.like-action .like-action-counter |
64 | color: #89ba3f | 65 | color: #89ba3f |