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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
88466881
Commit
88466881
authored
Nov 10, 2011
by
Ricardo Rauch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new layout for add project
parent
60a9c051
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
app/assets/stylesheets/style.scss
app/assets/stylesheets/style.scss
+6
-1
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+9
-7
No files found.
app/assets/stylesheets/style.scss
View file @
88466881
...
...
@@ -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
{
...
...
app/views/projects/new.html.haml
View file @
88466881
.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'
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