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
15bc1223
Commit
15bc1223
authored
Jul 02, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Work on themes a bit
parent
ee890f2b
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
26 additions
and
25 deletions
+26
-25
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+5
-1
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+1
-0
app/assets/stylesheets/sections/themes.scss
app/assets/stylesheets/sections/themes.scss
+3
-3
app/assets/stylesheets/themes/ui_basic.scss
app/assets/stylesheets/themes/ui_basic.scss
+4
-0
app/assets/stylesheets/themes/ui_color.scss
app/assets/stylesheets/themes/ui_color.scss
+4
-4
app/assets/stylesheets/themes/ui_gray.scss
app/assets/stylesheets/themes/ui_gray.scss
+4
-4
app/assets/stylesheets/themes/ui_mars.scss
app/assets/stylesheets/themes/ui_mars.scss
+0
-8
app/assets/stylesheets/themes/ui_modern.scss
app/assets/stylesheets/themes/ui_modern.scss
+4
-4
app/views/profiles/design.html.haml
app/views/profiles/design.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/header.scss
View file @
15bc1223
...
@@ -120,7 +120,7 @@ header {
...
@@ -120,7 +120,7 @@ header {
border-bottom
:
1px
solid
#AAA
;
border-bottom
:
1px
solid
#AAA
;
.nav
>
li
>
a
{
.nav
>
li
>
a
{
color
:
#
DDD
;
color
:
#
AAA
;
text-shadow
:
0
1px
0
#444
;
text-shadow
:
0
1px
0
#444
;
&
:hover
{
&
:hover
{
...
@@ -130,6 +130,10 @@ header {
...
@@ -130,6 +130,10 @@ header {
}
}
}
}
.turbolink-spinner
{
color
:
#FFF
;
}
.search
{
.search
{
.search-input
{
.search-input
{
background-color
:
#D2D5DA
;
background-color
:
#D2D5DA
;
...
...
app/assets/stylesheets/sections/nav.scss
View file @
15bc1223
.main-nav
{
.main-nav
{
background
:
#f5f5f5
;
margin
:
30px
0
;
margin
:
30px
0
;
margin-top
:
0
;
margin-top
:
0
;
padding-top
:
4px
;
padding-top
:
4px
;
...
...
app/assets/stylesheets/sections/themes.scss
View file @
15bc1223
...
@@ -27,15 +27,15 @@
...
@@ -27,15 +27,15 @@
}
}
&
.modern
{
&
.modern
{
background
:
#
567
;
background
:
#
345
;
}
}
&
.gray
{
&
.gray
{
background
:
#
708090
;
background
:
#
373737
;
}
}
&
.violet
{
&
.violet
{
background
:
#
65
7
;
background
:
#
54
7
;
}
}
}
}
}
}
...
...
app/assets/stylesheets/themes/ui_basic.scss
View file @
15bc1223
...
@@ -8,4 +8,8 @@
...
@@ -8,4 +8,8 @@
background
:
#F9F9F9
;
background
:
#F9F9F9
;
border-left
:
1px
solid
#DDD
;
border-left
:
1px
solid
#DDD
;
}
}
.main-nav
{
background
:
#FFF
;
}
}
}
app/assets/stylesheets/themes/ui_color.scss
View file @
15bc1223
...
@@ -16,15 +16,15 @@
...
@@ -16,15 +16,15 @@
@extend
.header-dark
;
@extend
.header-dark
;
&
.navbar-gitlab
{
&
.navbar-gitlab
{
.navbar-inner
{
.navbar-inner
{
background
:
#
65
7
;
background
:
#
54
7
;
.app_logo
{
.app_logo
{
&
:hover
{
&
:hover
{
background-color
:
#
6A5A7A
;
background-color
:
#
435
;
}
}
}
}
.separator
{
.separator
{
background
:
#
546
;
background
:
#
435
;
border-left
:
1px
solid
#
706080
;
border-left
:
1px
solid
#
658
;
}
}
}
}
}
}
...
...
app/assets/stylesheets/themes/ui_gray.scss
View file @
15bc1223
...
@@ -16,15 +16,15 @@
...
@@ -16,15 +16,15 @@
@extend
.header-dark
;
@extend
.header-dark
;
&
.navbar-gitlab
{
&
.navbar-gitlab
{
.navbar-inner
{
.navbar-inner
{
background
:
#
708090
;
background
:
#
373737
;
.app_logo
{
.app_logo
{
&
:hover
{
&
:hover
{
background-color
:
#
6A7A8A
;
background-color
:
#
272727
;
}
}
}
}
.separator
{
.separator
{
background
:
#
607080
;
background
:
#
272727
;
border-left
:
1px
solid
#
8090A0
;
border-left
:
1px
solid
#
474747
;
}
}
}
}
}
}
...
...
app/assets/stylesheets/themes/ui_mars.scss
View file @
15bc1223
...
@@ -23,20 +23,12 @@
...
@@ -23,20 +23,12 @@
background-color
:
#373D47
;
background-color
:
#373D47
;
}
}
}
}
.nav
>
li
>
a
{
color
:
#AAA
;
}
}
}
}
}
.turbolink-spinner
{
color
:
#FFF
;
}
.separator
{
.separator
{
background
:
#31363E
;
background
:
#31363E
;
border-left
:
1px
solid
#666
;
border-left
:
1px
solid
#666
;
}
}
}
}
.main-nav
{
background
:
#f5f5f5
;
}
}
}
app/assets/stylesheets/themes/ui_modern.scss
View file @
15bc1223
...
@@ -16,15 +16,15 @@
...
@@ -16,15 +16,15 @@
@extend
.header-dark
;
@extend
.header-dark
;
&
.navbar-gitlab
{
&
.navbar-gitlab
{
.navbar-inner
{
.navbar-inner
{
background
:
#
567
;
background
:
#
345
;
.app_logo
{
.app_logo
{
&
:hover
{
&
:hover
{
background-color
:
#
516171
;
background-color
:
#
234
;
}
}
}
}
.separator
{
.separator
{
background
:
#
456
;
background
:
#
234
;
border-left
:
1px
solid
#
678
;
border-left
:
1px
solid
#
456
;
}
}
}
}
}
}
...
...
app/views/profiles/design.html.haml
View file @
15bc1223
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
=
label_tag
do
=
label_tag
do
.prev.gray
.prev.gray
=
f
.
radio_button
:theme_id
,
4
=
f
.
radio_button
:theme_id
,
4
Slate
Gray
Gray
=
label_tag
do
=
label_tag
do
.prev.violet
.prev.violet
...
...
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