Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
cea8fee6
Commit
cea8fee6
authored
Nov 08, 2016
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
21778 Correct css styles for pinned navigation
parent
0e1e4288
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
2 deletions
+26
-2
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+9
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+16
-0
No files found.
app/assets/stylesheets/framework/header.scss
View file @
cea8fee6
...
...
@@ -152,7 +152,7 @@ header {
padding-right
:
20px
;
margin
:
0
;
font-size
:
19px
;
max-width
:
400
px
;
max-width
:
385
px
;
display
:
inline-block
;
line-height
:
$header-height
;
font-weight
:
normal
;
...
...
@@ -218,6 +218,14 @@ header {
}
}
.page-sidebar-pinned.right-sidebar-expanded
{
@media
(
max-width
:
$screen-lg-min
)
{
.header-content
.title
{
width
:
300px
;
}
}
}
@media
(
max-width
:
$screen-xs-max
)
{
header
.container-fluid
{
font-size
:
18px
;
...
...
app/assets/stylesheets/framework/variables.scss
View file @
cea8fee6
...
...
@@ -252,7 +252,7 @@ $award-emoji-new-btn-icon-color: #dcdcdc;
*/
$search-input-border-color
:
rgba
(
#4688f1
,
.8
);
$search-input-focus-shadow-color
:
$dropdown-input-focus-shadow
;
$search-input-width
:
2
44
px
;
$search-input-width
:
2
20
px
;
$location-badge-color
:
#aaa
;
$location-badge-bg
:
$gray-normal
;
$location-badge-active-bg
:
#4f91f8
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
cea8fee6
...
...
@@ -141,6 +141,22 @@ ul.notes {
}
}
.page-sidebar-pinned.right-sidebar-expanded
{
@media
(
max-width
:
$screen-lg-min
)
{
.note-header
{
.note-headline-light
{
display
:
block
;
}
.note-actions
{
position
:
absolute
;
right
:
0
;
top
:
0
;
}
}
}
}
// Diff code in discussion view
.discussion-body
.diff-file
{
.file-title
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment