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
Kazuhiko Shiozaki
gitlab-ce
Commits
c9bdc03b
Commit
c9bdc03b
authored
Jan 14, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve layout css
parent
8e36070c
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
13 deletions
+10
-13
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+0
-4
app/assets/stylesheets/main/layout.scss
app/assets/stylesheets/main/layout.scss
+7
-0
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+0
-2
app/assets/stylesheets/sections/nav_sidebar.scss
app/assets/stylesheets/sections/nav_sidebar.scss
+1
-1
app/views/layouts/_broadcast.html.haml
app/views/layouts/_broadcast.html.haml
+0
-4
app/views/layouts/_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+1
-1
app/views/layouts/_public_head_panel.html.haml
app/views/layouts/_public_head_panel.html.haml
+1
-1
No files found.
app/assets/stylesheets/generic/common.scss
View file @
c9bdc03b
...
...
@@ -273,10 +273,6 @@ img.emoji {
height
:
220px
;
}
.navless-container
{
margin-top
:
68px
;
}
.description-block
{
@extend
.light-well
;
@extend
.light
;
...
...
app/assets/stylesheets/main/layout.scss
View file @
c9bdc03b
...
...
@@ -2,6 +2,10 @@ html {
overflow-y
:
scroll
;
&
.touch
.tooltip
{
display
:
none
!
important
;
}
body
{
padding-top
:
47px
;
}
}
.container
{
...
...
@@ -13,3 +17,6 @@ html {
margin
:
0
0
;
}
.navless-container
{
margin-top
:
30px
;
}
app/assets/stylesheets/sections/header.scss
View file @
c9bdc03b
...
...
@@ -8,8 +8,6 @@ header {
margin-bottom
:
0
;
min-height
:
40px
;
border
:
none
;
position
:
fixed
;
top
:
0
;
width
:
100%
;
.navbar-inner
{
...
...
app/assets/stylesheets/sections/sidebar.scss
→
app/assets/stylesheets/sections/
nav_
sidebar.scss
View file @
c9bdc03b
...
...
@@ -12,7 +12,6 @@
width
:
100%
;
padding
:
15px
;
background
:
#FFF
;
margin-top
:
48px
;
}
.nav-sidebar
{
...
...
@@ -159,3 +158,4 @@
@include
expanded-sidebar
;
}
app/views/layouts/_broadcast.html.haml
View file @
c9bdc03b
...
...
@@ -2,7 +2,3 @@
.broadcast-message
{
style:
broadcast_styling
(
broadcast_message
)
}
%i
.fa.fa-bullhorn
=
broadcast_message
.
message
:css
.sidebar-wrapper
.nav-sidebar
{
margin-top
:
58px
;
}
app/views/layouts/_head_panel.html.haml
View file @
c9bdc03b
%header
.navbar.navbar-
static
-top.navbar-gitlab
%header
.navbar.navbar-
fixed
-top.navbar-gitlab
.navbar-inner
.container
%div
.app_logo
...
...
app/views/layouts/_public_head_panel.html.haml
View file @
c9bdc03b
%header
.navbar.navbar-
static
-top.navbar-gitlab
%header
.navbar.navbar-
fixed
-top.navbar-gitlab
.navbar-inner
.container
%div
.app_logo
...
...
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