Commit 636718adf00e71bfd3a2bf96df86c1b3b0c931bc
1 parent
a54bef0a
Exists in
spb-stable
and in
2 other branches
Use padding like most of other bootstrap elements
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
4 changed files
with
5 additions
and
6 deletions
Show diff stats
app/assets/stylesheets/generic/lists.scss
app/assets/stylesheets/sections/dashboard.scss
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 | } |
61 | 61 | |
62 | 62 | .project-row, .group-row { |
63 | - padding: 8px 12px !important; | |
63 | + padding: 8px 15px !important; | |
64 | 64 | font-size: 14px; |
65 | 65 | line-height: 24px; |
66 | 66 | |
... | ... | @@ -74,7 +74,6 @@ |
74 | 74 | |
75 | 75 | .arrow { |
76 | 76 | float: right; |
77 | - padding: 0px 5px; | |
78 | 77 | margin: 0; |
79 | 78 | font-size: 20px; |
80 | 79 | color: #666; | ... | ... |
app/assets/stylesheets/sections/issues.scss
1 | 1 | .issues-list { |
2 | 2 | .issue { |
3 | - padding: 10px; | |
3 | + padding: 10px 15px; | |
4 | 4 | position: relative; |
5 | 5 | |
6 | 6 | .issue-title { |
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | height: 32px; |
43 | 43 | float: left; |
44 | 44 | margin-right: 12px; |
45 | - padding: 6px 10px; | |
45 | + padding: 6px 15px; | |
46 | 46 | border: 1px solid #ccc; |
47 | 47 | @include border-radius(4px); |
48 | 48 | } | ... | ... |