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
Boxiang Sun
gitlab-ce
Commits
04bf40a9
Commit
04bf40a9
authored
Jun 11, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactored theme css, added Modern theme pre version
parent
a6dad85d
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
172 additions
and
11 deletions
+172
-11
app/assets/images/logo_text_tr.png
app/assets/images/logo_text_tr.png
+0
-0
app/assets/stylesheets/gitlab_bootstrap.scss
app/assets/stylesheets/gitlab_bootstrap.scss
+1
-1
app/assets/stylesheets/main.scss
app/assets/stylesheets/main.scss
+7
-2
app/assets/stylesheets/themes/ui_basic.scss
app/assets/stylesheets/themes/ui_basic.scss
+0
-0
app/assets/stylesheets/themes/ui_mars.scss
app/assets/stylesheets/themes/ui_mars.scss
+0
-0
app/assets/stylesheets/themes/ui_modern.scss
app/assets/stylesheets/themes/ui_modern.scss
+143
-0
app/helpers/application_helper.rb
app/helpers/application_helper.rb
+1
-6
app/views/profile/design.html.haml
app/views/profile/design.html.haml
+4
-0
app/views/refs/_tree_file.html.haml
app/views/refs/_tree_file.html.haml
+1
-2
lib/gitlab/theme.rb
lib/gitlab/theme.rb
+15
-0
No files found.
app/assets/images/logo_text_tr.png
0 → 100644
View file @
04bf40a9
3.21 KB
app/assets/stylesheets/gitlab_bootstrap.scss
View file @
04bf40a9
...
@@ -403,7 +403,7 @@ form {
...
@@ -403,7 +403,7 @@ form {
margin-bottom
:
40px
;
margin-bottom
:
40px
;
@include
round-borders-all
(
4px
);
@include
round-borders-all
(
4px
);
@include
shade
;
@include
shade
;
border-color
:
#
CCC
;
border-color
:
#
DDD
;
ul
{
ul
{
margin
:
0
;
margin
:
0
;
...
...
app/assets/stylesheets/main.scss
View file @
04bf40a9
...
@@ -74,12 +74,17 @@ $hover: #FDF5D9;
...
@@ -74,12 +74,17 @@ $hover: #FDF5D9;
* - main menu styles
* - main menu styles
*
*
*/
*/
@import
"ui_basic.scss"
;
@import
"
themes/
ui_basic.scss"
;
/**
/**
* UI mars theme
* UI mars theme
*/
*/
@import
"ui_mars.scss"
;
@import
"themes/ui_mars.scss"
;
/**
* UI Modern theme
*/
@import
"themes/ui_modern.scss"
;
/**
/**
* Gitlab bootstrap.
* Gitlab bootstrap.
...
...
app/assets/stylesheets/ui_basic.scss
→
app/assets/stylesheets/
themes/
ui_basic.scss
View file @
04bf40a9
File moved
app/assets/stylesheets/ui_mars.scss
→
app/assets/stylesheets/
themes/
ui_mars.scss
View file @
04bf40a9
File moved
app/assets/stylesheets/themes/ui_modern.scss
0 → 100644
View file @
04bf40a9
/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
* Next items should be placed there
* - link colors
* - header styles
* - main menu styles
*
*/
.ui_modern
{
background
:
#eee
;
>
.container
{
background
:
#FFF
;
border
:
1px
solid
#ccc
;
padding
:
20px
;
margin-top
:
30px
;
-moz-box-shadow
:
0
0
1px
1px
#E3E3E3
;
-webkit-box-shadow
:
0
0
1px
1px
#E3E3E3
;
box-shadow
:
0
0
1px
1px
#E3E3E3
;
}
nav
.main_menu
{
position
:
absolute
;
width
:
100%
;
left
:
0
;
top
:
35px
;
@include
border-radius
(
0px
);
a
.current
{
border-bottom
:none
;
}
}
.commit-box
,
.issue_form_box
{
margin-top
:
0px
;
}
.ui-box
{
@include
border-radius
(
0px
);
}
/*
* Common styles
*
*/
a
{
color
:
$link_color
;
&
:hover
{
text-decoration
:none
;
color
:
$blue_link
;
}
}
/*
* Application Header
*
*/
header
{
width
:
100%
;
padding
:
0
;
margin
:
0
;
top
:
1px
;
left
:
0
;
background
:
#FFF
;
/* for non-css3 browsers */
z-index
:
10
;
height
:
100px
;
.app_logo
{
float
:left
;
position
:relative
;
top
:
-5px
;
a
{
float
:left
;
h1
{
left
:
-30px
;
position
:
relative
;
text-indent
:
-9999px
;
width
:
112px
;
background
:
url('logo_text_tr.png')
no-repeat
0px
0
;
float
:left
;
font-size
:
20px
;
line-height
:
36px
;
font-weight
:bold
;
color
:
#aaa
;
text-shadow
:
0
1px
1px
#FFF
;
padding-left
:
50px
;
}
}
}
.container
{
.top_panel_content
{
margin
:auto
;
position
:relative
;
padding
:
15px
0
;
}
}
.project_name
{
float
:left
;
margin
:
0
;
margin-right
:
30px
;
font-size
:
20px
;
line-height
:
36px
;
font-weight
:bold
;
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
}
.fbtn
{
float
:
right
;
margin-right
:
10px
;
.btn
{
margin-left
:
8px
;
}
}
.search
{
float
:
right
;
margin-right
:
55px
;
.search-input
{
width
:
130px
;
background-image
:
url("icon-search.png")
;
background-repeat
:
no-repeat
;
background-position
:
10px
;
padding-left
:
25px
;
@include
border-radius
(
5px
);
border
:
1px
solid
#ccc
;
}
}
}
/*
* End of Application Header
*
*/
}
app/helpers/application_helper.rb
View file @
04bf40a9
...
@@ -85,11 +85,6 @@ module ApplicationHelper
...
@@ -85,11 +85,6 @@ module ApplicationHelper
end
end
def
app_theme
def
app_theme
if
current_user
&&
current_user
.
theme_id
==
1
Gitlab
::
Theme
.
css_class_by_id
(
current_user
.
try
(
:theme_id
))
"ui_basic"
else
"ui_mars"
end
end
end
end
end
app/views/profile/design.html.haml
View file @
04bf40a9
...
@@ -10,6 +10,10 @@
...
@@ -10,6 +10,10 @@
=
label_tag
do
=
label_tag
do
=
f
.
radio_button
:theme_id
,
2
=
f
.
radio_button
:theme_id
,
2
Classic
Classic
=
label_tag
do
=
f
.
radio_button
:theme_id
,
3
Modern
%br
%br
%h3
Code review
%h3
Code review
%hr
%hr
...
...
app/views/refs/_tree_file.html.haml
View file @
04bf40a9
...
@@ -21,8 +21,7 @@
...
@@ -21,8 +21,7 @@
=
preserve
do
=
preserve
do
=
raw
file
.
colorize
(
options:
{
linenos:
'True'
})
=
raw
file
.
colorize
(
options:
{
linenos:
'True'
})
-
else
-
else
%h3
%h4
.nothing_here_message
Empty file
%center
Empty file
-
elsif
file
.
image?
-
elsif
file
.
image?
.view_file_content_image
.view_file_content_image
%img
{
:src
=>
"data:#{file.mime_type};base64,#{Base64.encode64(file.data)}"
}
%img
{
:src
=>
"data:#{file.mime_type};base64,#{Base64.encode64(file.data)}"
}
...
...
lib/gitlab/theme.rb
0 → 100644
View file @
04bf40a9
module
Gitlab
class
Theme
def
self
.
css_class_by_id
(
id
)
themes
=
{
1
=>
"ui_basic"
,
2
=>
"ui_mars"
,
3
=>
"ui_modern"
}
id
||=
1
return
themes
[
id
]
end
end
end
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