mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
Merge branch 'fix-profile-nav' into 'master'
Make profile navigation full wide Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> ## Before  ## After  See merge request !2076
This commit is contained in:
@@ -401,6 +401,11 @@ table {
|
||||
border-bottom: 1px solid $border-color;
|
||||
height: 57px;
|
||||
}
|
||||
|
||||
&.wide {
|
||||
margin-left: -$gl-padding;
|
||||
margin-right: -$gl-padding;
|
||||
}
|
||||
}
|
||||
|
||||
.center-middle-menu {
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
.user-calendar-activities
|
||||
|
||||
|
||||
%ul.center-top-menu.no-top.no-bottom.bottom-border
|
||||
%ul.center-top-menu.no-top.no-bottom.bottom-border.wide
|
||||
%li.active
|
||||
= link_to "#activity", 'data-toggle' => 'tab' do
|
||||
Activity
|
||||
|
||||
Reference in New Issue
Block a user