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
Jérome Perrin
gitlab-ce
Commits
4e145bd8
Commit
4e145bd8
authored
Jun 18, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move basic header styles to theme file
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
67934145
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
10 deletions
+16
-10
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+1
-5
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+1
-1
app/assets/stylesheets/themes/ui_basic.scss
app/assets/stylesheets/themes/ui_basic.scss
+14
-4
No files found.
app/assets/stylesheets/sections/header.scss
View file @
4e145bd8
...
...
@@ -6,14 +6,12 @@ header {
&
.navbar-gitlab
{
margin-bottom
:
0
;
min-height
:
40px
;
border
:
none
;
.navbar-inner
{
background
:
#F1F1F1
;
border-bottom
:
1px
solid
#DDD
;
filter
:
none
;
.nav
>
li
>
a
{
color
:
$style_color
;
font-size
:
14px
;
line-height
:
32px
;
padding
:
6px
10px
;
...
...
@@ -248,8 +246,6 @@ header {
float
:
left
;
height
:
46px
;
width
:
2px
;
background
:
white
;
border-left
:
1px
solid
#DDD
;
margin-left
:
10px
;
margin-right
:
10px
;
}
...
...
app/assets/stylesheets/sections/nav.scss
View file @
4e145bd8
...
...
@@ -3,7 +3,7 @@
margin
:
20px
0
;
margin-top
:
0
;
padding-top
:
4px
;
border-bottom
:
1px
solid
#E
1E1E1
;
border-bottom
:
1px
solid
#E
9E9E9
;
ul
{
padding
:
0
;
...
...
app/assets/stylesheets/themes/ui_basic.scss
View file @
4e145bd8
...
...
@@ -4,11 +4,21 @@
*
*/
.ui_basic
{
.separator
{
background
:
#F9F9F9
;
border-left
:
1px
solid
#DDD
;
header
{
&
.navbar-gitlab
{
.navbar-inner
{
background
:
#F1F1F1
;
border-bottom
:
1px
solid
#DDD
;
.nav
>
li
>
a
{
color
:
$style_color
;
}
.separator
{
background
:
#F9F9F9
;
border-left
:
1px
solid
#DDD
;
}
}
}
}
.main-nav
{
background
:
#FFF
;
}
...
...
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