mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
fixes new branch button positioning, when visible and not visible container
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user