Commit 636718ad authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use padding like most of other bootstrap elements

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent a54bef0a
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
list-style: none; list-style: none;
li { li {
padding: 10px; padding: 10px 15px;
min-height: 20px; min-height: 20px;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-bottom: 1px solid rgba(0, 0, 0, 0.05);
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
} }
.project-row, .group-row { .project-row, .group-row {
padding: 8px 12px !important; padding: 8px 15px !important;
font-size: 14px; font-size: 14px;
line-height: 24px; line-height: 24px;
...@@ -74,7 +74,6 @@ ...@@ -74,7 +74,6 @@
.arrow { .arrow {
float: right; float: right;
padding: 0px 5px;
margin: 0; margin: 0;
font-size: 20px; font-size: 20px;
color: #666; color: #666;
......
.issues-list { .issues-list {
.issue { .issue {
padding: 10px; padding: 10px 15px;
position: relative; position: relative;
.issue-title { .issue-title {
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
height: 32px; height: 32px;
float: left; float: left;
margin-right: 12px; margin-right: 12px;
padding: 6px 10px; padding: 6px 15px;
border: 1px solid #ccc; border: 1px solid #ccc;
@include border-radius(4px); @include border-radius(4px);
} }
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
.mr-list { .mr-list {
.merge-request { .merge-request {
padding: 10px; padding: 10px 15px;
position: relative; position: relative;
.merge-request-title { .merge-request-title {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment