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
9e347d9a
Commit
9e347d9a
authored
Jan 09, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better UI for appearence page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
bcb0b650
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
54 deletions
+56
-54
app/assets/stylesheets/sections/profile.scss
app/assets/stylesheets/sections/profile.scss
+54
-0
app/assets/stylesheets/sections/themes.scss
app/assets/stylesheets/sections/themes.scss
+0
-53
app/views/profiles/passwords/edit.html.haml
app/views/profiles/passwords/edit.html.haml
+2
-1
No files found.
app/assets/stylesheets/sections/profile.scss
View file @
9e347d9a
...
...
@@ -51,3 +51,57 @@
font-weight
:
200
;
color
:
#666
;
}
/*
* Appearance settings
*
*/
.themes_opts
{
label
{
margin-right
:
20px
;
text-align
:
center
;
.prev
{
@extend
.thumbnail
;
height
:
30px
;
width
:
175px
;
margin-bottom
:
10px
;
&
.classic
{
background
:
#31363e
;
}
&
.default
{
background
:
#f1f1f1
;
}
&
.modern
{
background
:
#345
;
}
&
.gray
{
background
:
#373737
;
}
&
.violet
{
background
:
#547
;
}
}
}
}
.code_highlight_opts
{
margin-top
:
10px
;
label
{
margin-right
:
20px
;
text-align
:
center
;
.prev
{
@extend
.thumbnail
;
height
:
151px
;
width
:
220px
;
margin-bottom
:
10px
;
}
}
}
app/assets/stylesheets/sections/themes.scss
View file @
9e347d9a
.themes_opts
{
padding-left
:
20px
;
label
{
width
:
175px
;
margin-right
:
40px
;
.prev
{
@extend
.thumbnail
;
height
:
30px
;
width
:
175px
;
margin-bottom
:
10px
;
&
.classic
{
background
:
#31363e
;
}
&
.default
{
background
:
#f1f1f1
;
}
&
.modern
{
background
:
#345
;
}
&
.gray
{
background
:
#373737
;
}
&
.violet
{
background
:
#547
;
}
}
}
}
.code_highlight_opts
{
padding-left
:
20px
;
label
{
width
:
220px
;
margin-right
:
40px
;
.prev
{
@extend
.thumbnail
;
height
:
151px
;
width
:
220px
;
margin-bottom
:
10px
;
}
}
}
app/views/profiles/passwords/edit.html.haml
View file @
9e347d9a
...
...
@@ -23,7 +23,8 @@
.form-group
=
f
.
label
:password
,
'New password'
,
class:
'control-label'
.col-sm-10
=
f
.
password_field
:password
,
required:
true
,
class:
'form-control'
.col-sm-10
=
f
.
password_field
:password
,
required:
true
,
class:
'form-control'
.form-group
=
f
.
label
:password_confirmation
,
class:
'control-label'
.col-sm-10
...
...
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