Moving ui styles to one scss file, Added ui class to body

This commit is contained in:
Dmitriy Zaporozhets 2012-02-27 00:21:53 +02:00
parent 065c200c33
commit 3a4b4fb4cd
9 changed files with 210 additions and 240 deletions

View file

@ -1,7 +1,7 @@
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.admin
%body.ui_basic.admin
= render "layouts/flash"
= render "layouts/head_panel", :title => "Admin area"
.container

View file

@ -1,7 +1,7 @@
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.application
%body.ui_basic.application
= render "layouts/flash"
= render "layouts/head_panel", :title => "Dashboard"
.container

View file

@ -1,6 +1,6 @@
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.login-page
%body.ui_basic.login-page
= render :partial => "layouts/flash"
.container= yield

View file

@ -1,7 +1,7 @@
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.application
%body.ui_basic.application
= render "layouts/flash"
= render "layouts/head_panel", :title => ""
.container

View file

@ -1,7 +1,7 @@
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.profile
%body.ui_basic.profile
= render "layouts/flash"
= render "layouts/head_panel", :title => "Profile"
.container

View file

@ -1,7 +1,7 @@
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body.project
%body.ui_basic.project
= render "layouts/flash"
= render "layouts/head_panel", :title => @project.name
.container