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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
039b6db4
Commit
039b6db4
authored
Mar 22, 2012
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
design improve of form of key
parent
ce51525e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+5
-1
app/views/keys/_form.html.haml
app/views/keys/_form.html.haml
+1
-1
No files found.
app/assets/stylesheets/common.scss
View file @
039b6db4
...
...
@@ -1003,4 +1003,8 @@ p.time {
color
:
#999
;
line-height
:
16px
;
font-weight
:bold
;
}
}
.thin_area
{
height
:
150px
;
}
app/views/keys/_form.html.haml
View file @
039b6db4
...
...
@@ -11,7 +11,7 @@
.input
=
f
.
text_field
:title
.clearfix
=
f
.
label
:key
.input
=
f
.
text_area
:key
,
:class
=>
"xlarge"
.input
=
f
.
text_area
:key
,
:class
=>
[
:xxlarge
,
:thin_area
]
.actions
=
f
.
submit
'Save'
,
:class
=>
"primary btn"
=
link_to
"Cancel"
,
keys_path
,
:class
=>
"btn"
...
...
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