new layout for add project

This commit is contained in:
Ricardo Rauch 2011-11-10 19:24:44 -03:00
parent 60a9c051db
commit 88466881b8
2 changed files with 15 additions and 8 deletions

View file

@ -144,7 +144,7 @@ table tr:hover, .listed_items tr.odd:hover{background-color:#FFFFCF}
background-image: -o-linear-gradient(#f7f7f7 7.6%, #d5d5d5);
}
a.button, input.button{
a.button, input.button, .lbutton {
font-weight: bold;
padding: 10px 20px;
text-align: center;
@ -586,6 +586,11 @@ body.project-page table .commit a{color: #{$blue_link}}
body.project-page table th, body.project-page table td{ border-bottom: 1px solid #DEE2E3;}
body.project-page .fixed{position: fixed; }
/* New project Page */
.new-project-page .container{width: 600px; background-color: rgba(0,0,0,.02); margin: auto; border: 1px solid #eee; padding: 0 20px; margin: 30px auto 60px auto; border-radius: 5px}
.new-project-page .container table{background: white}
/* eo New Project Page */
/* Commit Page */
body.project-page.commits-page .commit-info{float: right;}
body.project-page.commits-page .commit-info data{

View file

@ -1,8 +1,10 @@
.new-project-hodler
.container_4
%h2.icon
%span
New Project
- content_for(:body_class, "new-project-page")
- content_for(:page_title) do
.new-project-hodler
.container
%h2.icon
%span
New Project
%div.clear
= render 'form'
%div.clear
= render 'form'