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
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | list-style: none; | 8 | list-style: none; |
| 9 | 9 | ||
| 10 | li { | 10 | li { |
| 11 | - padding: 10px; | 11 | + padding: 10px 15px; |
| 12 | min-height: 20px; | 12 | min-height: 20px; |
| 13 | border-bottom: 1px solid #eee; | 13 | border-bottom: 1px solid #eee; |
| 14 | border-bottom: 1px solid rgba(0, 0, 0, 0.05); | 14 | border-bottom: 1px solid rgba(0, 0, 0, 0.05); |
app/assets/stylesheets/sections/dashboard.scss
| @@ -60,7 +60,7 @@ | @@ -60,7 +60,7 @@ | ||
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | .project-row, .group-row { | 62 | .project-row, .group-row { |
| 63 | - padding: 8px 12px !important; | 63 | + padding: 8px 15px !important; |
| 64 | font-size: 14px; | 64 | font-size: 14px; |
| 65 | line-height: 24px; | 65 | line-height: 24px; |
| 66 | 66 | ||
| @@ -74,7 +74,6 @@ | @@ -74,7 +74,6 @@ | ||
| 74 | 74 | ||
| 75 | .arrow { | 75 | .arrow { |
| 76 | float: right; | 76 | float: right; |
| 77 | - padding: 0px 5px; | ||
| 78 | margin: 0; | 77 | margin: 0; |
| 79 | font-size: 20px; | 78 | font-size: 20px; |
| 80 | color: #666; | 79 | color: #666; |
app/assets/stylesheets/sections/issues.scss
| 1 | .issues-list { | 1 | .issues-list { |
| 2 | .issue { | 2 | .issue { |
| 3 | - padding: 10px; | 3 | + padding: 10px 15px; |
| 4 | position: relative; | 4 | position: relative; |
| 5 | 5 | ||
| 6 | .issue-title { | 6 | .issue-title { |
| @@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
| 42 | height: 32px; | 42 | height: 32px; |
| 43 | float: left; | 43 | float: left; |
| 44 | margin-right: 12px; | 44 | margin-right: 12px; |
| 45 | - padding: 6px 10px; | 45 | + padding: 6px 15px; |
| 46 | border: 1px solid #ccc; | 46 | border: 1px solid #ccc; |
| 47 | @include border-radius(4px); | 47 | @include border-radius(4px); |
| 48 | } | 48 | } |
app/assets/stylesheets/sections/merge_requests.scss