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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
845f26d0
Commit
845f26d0
authored
Dec 02, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove minimum containe height
parent
09e712c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
app/assets/stylesheets/framework/layout.scss
app/assets/stylesheets/framework/layout.scss
+4
-3
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+2
-3
app/assets/stylesheets/pages/login.scss
app/assets/stylesheets/pages/login.scss
+2
-0
No files found.
app/assets/stylesheets/framework/layout.scss
View file @
845f26d0
...
...
@@ -2,10 +2,10 @@ html {
overflow-y
:
scroll
;
&
.touch
.tooltip
{
display
:
none
!
important
;
}
}
body
{
padding-top
:
$header-height
;
}
body
{
background-color
:
#EAEBEC
!
important
;
}
.container
{
...
...
@@ -18,6 +18,7 @@ html {
}
.navless-container
{
padding-top
:
$header-height
;
margin-top
:
30px
;
}
...
...
app/assets/stylesheets/framework/sidebar.scss
View file @
845f26d0
.page-with-sidebar
{
padding-top
:
$header-height
;
.sidebar-wrapper
{
position
:
fixed
;
top
:
0
;
...
...
@@ -18,15 +20,12 @@
}
.content-wrapper
{
min-height
:
100vh
;
width
:
100%
;
padding
:
20px
;
background
:
#EAEBEC
;
.container-fluid
{
background
:
#FFF
;
padding
:
$gl-padding
;
min-height
:
90vh
;
&
.container-blank
{
background
:
none
;
...
...
app/assets/stylesheets/pages/login.scss
View file @
845f26d0
/* Login Page */
.login-page
{
background-color
:
white
;
.container
{
max-width
:
960px
;
}
...
...
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