BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
3a4b4fb4
Commit
3a4b4fb4
authored
Feb 27, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moving ui styles to one scss file, Added ui class to body
parent
065c200c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
8 deletions
+7
-8
main.scss
app/assets/stylesheets/main.scss
+1
-2
ui_basic.scss
app/assets/stylesheets/ui_basic.scss
+0
-0
admin.html.haml
app/views/layouts/admin.html.haml
+1
-1
application.html.haml
app/views/layouts/application.html.haml
+1
-1
devise.html.haml
app/views/layouts/devise.html.haml
+1
-1
error.html.haml
app/views/layouts/error.html.haml
+1
-1
profile.html.haml
app/views/layouts/profile.html.haml
+1
-1
project.html.haml
app/views/layouts/project.html.haml
+1
-1
No files found.
app/assets/stylesheets/main.scss
View file @
3a4b4fb4
...
...
@@ -58,9 +58,8 @@ $hover: #FDF5D9;
border-radius
:
$radius
;
}
@import
"ui_basic.scss"
;
@import
"common.scss"
;
@import
"top_panel.scss"
;
@import
"projects.css.scss"
;
@import
"commits.css.scss"
;
...
...
app/assets/stylesheets/
top_panel
.scss
→
app/assets/stylesheets/
ui_basic
.scss
View file @
3a4b4fb4
This diff is collapsed.
Click to expand it.
app/views/layouts/admin.html.haml
View file @
3a4b4fb4
!!! 5
%html
{
:lang
=>
"en"
}
=
render
"layouts/head"
%body
.admin
%body
.
ui_basic.
admin
=
render
"layouts/flash"
=
render
"layouts/head_panel"
,
:title
=>
"Admin area"
.container
...
...
app/views/layouts/application.html.haml
View file @
3a4b4fb4
!!! 5
%html
{
:lang
=>
"en"
}
=
render
"layouts/head"
%body
.application
%body
.
ui_basic.
application
=
render
"layouts/flash"
=
render
"layouts/head_panel"
,
:title
=>
"Dashboard"
.container
...
...
app/views/layouts/devise.html.haml
View file @
3a4b4fb4
!!! 5
%html
{
:lang
=>
"en"
}
=
render
"layouts/head"
%body
.login-page
%body
.
ui_basic.
login-page
=
render
:partial
=>
"layouts/flash"
.container
=
yield
app/views/layouts/error.html.haml
View file @
3a4b4fb4
!!! 5
%html
{
:lang
=>
"en"
}
=
render
"layouts/head"
%body
.application
%body
.
ui_basic.
application
=
render
"layouts/flash"
=
render
"layouts/head_panel"
,
:title
=>
""
.container
...
...
app/views/layouts/profile.html.haml
View file @
3a4b4fb4
!!! 5
%html
{
:lang
=>
"en"
}
=
render
"layouts/head"
%body
.profile
%body
.
ui_basic.
profile
=
render
"layouts/flash"
=
render
"layouts/head_panel"
,
:title
=>
"Profile"
.container
...
...
app/views/layouts/project.html.haml
View file @
3a4b4fb4
!!! 5
%html
{
:lang
=>
"en"
}
=
render
"layouts/head"
%body
.project
%body
.
ui_basic.
project
=
render
"layouts/flash"
=
render
"layouts/head_panel"
,
:title
=>
@project
.
name
.container
...
...
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