Commit b76ab726 authored by Phil Hughes's avatar Phil Hughes

Fixed horizontal and veritcal alignment of commit action buttons

parent e7ee3f9f
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.commit-header { .commit-header {
padding: 5px 10px; padding: 5px 10px;
background-color: $background-color; background-color: $background-color;
border-bottom: 1px solid #eee; border-top: 1px solid #eee;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
font-size: 14px; font-size: 14px;
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
.commit-row-title { .commit-row-title {
line-height: 1; line-height: 1;
margin-bottom: 5px; margin-bottom: 7px;
.notes_count { .notes_count {
float: right; float: right;
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
} }
.text-expander { .text-expander {
display: inline-block;
background: $gray-light; background: $gray-light;
color: $gl-gray-dark; color: $gl-gray-dark;
padding: 0 5px; padding: 0 5px;
...@@ -56,6 +57,19 @@ ...@@ -56,6 +57,19 @@
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
float: right; float: right;
margin-left: $gl-padding; margin-left: $gl-padding;
margin-top: 2px;
font-size: 0;
}
.btn-transparent {
padding-left: 0;
padding-right: 0;
}
.btn {
&:not(:first-child) {
margin-left: $gl-padding;
}
} }
} }
...@@ -68,7 +82,7 @@ ...@@ -68,7 +82,7 @@
padding: 10px 0; padding: 10px 0;
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
padding-left: 55px; padding-left: 46px;
} }
&:not(:last-child) { &:not(:last-child) {
...@@ -82,7 +96,7 @@ ...@@ -82,7 +96,7 @@
} }
.avatar { .avatar {
margin-left: -55px; margin-left: -46px;
} }
.item-title { .item-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