Commit 636718adf00e71bfd3a2bf96df86c1b3b0c931bc

Authored by Dmitriy Zaporozhets
1 parent a54bef0a

Use padding like most of other bootstrap elements

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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
@@ -70,7 +70,7 @@ @@ -70,7 +70,7 @@
70 70
71 .mr-list { 71 .mr-list {
72 .merge-request { 72 .merge-request {
73 - padding: 10px; 73 + padding: 10px 15px;
74 position: relative; 74 position: relative;
75 75
76 .merge-request-title { 76 .merge-request-title {