Commit 46390592 authored by Jacob Schatz's avatar Jacob Schatz

fixes new branch button positioning, when visible and not visible container

parent 8429f6f4
......@@ -411,11 +411,15 @@ ul.nav.nav-projects-tabs {
}
}
.last-push-widget {
margin-top: -1px;
}
.top-area {
border-bottom: 1px solid #EEE;
margin: 0 -16px;
padding: 0 $gl-padding;
height: 57px;
height: 42px;
ul.left-top-menu {
display: inline-block;
......@@ -522,6 +526,7 @@ pre.light-well {
.projects-search-form {
margin: -$gl-padding;
padding: $gl-padding;
padding-bottom: 0;
margin-bottom: 0px;
input {
......
- if show_last_push_widget?(event)
.gray-content-block.clear-block
.gray-content-block.clear-block.last-push-widget
.event-last-push
.event-last-push-text
%span You pushed to
......
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