new layout for add project
This commit is contained in:
parent
60a9c051db
commit
88466881b8
2 changed files with 15 additions and 8 deletions
|
@ -144,7 +144,7 @@ table tr:hover, .listed_items tr.odd:hover{background-color:#FFFFCF}
|
||||||
background-image: -o-linear-gradient(#f7f7f7 7.6%, #d5d5d5);
|
background-image: -o-linear-gradient(#f7f7f7 7.6%, #d5d5d5);
|
||||||
}
|
}
|
||||||
|
|
||||||
a.button, input.button{
|
a.button, input.button, .lbutton {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
text-align: center;
|
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 table th, body.project-page table td{ border-bottom: 1px solid #DEE2E3;}
|
||||||
body.project-page .fixed{position: fixed; }
|
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 */
|
/* Commit Page */
|
||||||
body.project-page.commits-page .commit-info{float: right;}
|
body.project-page.commits-page .commit-info{float: right;}
|
||||||
body.project-page.commits-page .commit-info data{
|
body.project-page.commits-page .commit-info data{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
.new-project-hodler
|
- content_for(:body_class, "new-project-page")
|
||||||
.container_4
|
- content_for(:page_title) do
|
||||||
|
.new-project-hodler
|
||||||
|
.container
|
||||||
%h2.icon
|
%h2.icon
|
||||||
%span
|
%span
|
||||||
New Project
|
New Project
|
||||||
|
|
Loading…
Reference in a new issue