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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
421aa858
Commit
421aa858
authored
Feb 26, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve help UI page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
012ea64d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
127 additions
and
104 deletions
+127
-104
app/assets/stylesheets/pages/ui_dev_kit.scss
app/assets/stylesheets/pages/ui_dev_kit.scss
+11
-0
app/views/help/ui.html.haml
app/views/help/ui.html.haml
+116
-104
No files found.
app/assets/stylesheets/pages/ui_dev_kit.scss
View file @
421aa858
...
...
@@ -3,4 +3,15 @@
margin
:
35px
0
20px
;
font-weight
:
bold
;
}
.example
{
&
:before
{
content
:
"Example"
;
color
:
#BBB
;
}
padding
:
15px
;
border
:
1px
dashed
#ddd
;
margin-bottom
:
15px
;
}
}
app/views/help/ui.html.haml
View file @
421aa858
...
...
@@ -31,10 +31,25 @@
%h2
#blocks
Blocks
%h4
.lead
Content block separated with botton border
%code
.content-block
.example
.content-block
%h4
Normal block inside content
=
lorem
.content-block
%h4
Second block
=
lorem
.lead
Gray content block with side padding using
%code
.gray-content-block
.gray-content-block.middle-block
.example
.gray-content-block
%h4
Normal block inside content
=
lorem
...
...
@@ -43,9 +58,10 @@
=
lorem
%h4
.lead
Cover block for profile page with avatar, name and description
%code
.cover-block
%br
.example
.cover-block
.avatar-holder
=
image_tag
avatar_icon
(
'admin@example.com'
,
90
),
class:
"avatar s90"
,
alt:
''
...
...
@@ -68,6 +84,7 @@
Simple list using
%code
.content-list
.example
%ul
.content-list
%li
One item
...
...
@@ -80,6 +97,7 @@
List with avatar, title and description using
%code
.content-list
.example
%ul
.content-list
%li
=
image_tag
'no_avatar.png'
,
class:
'avatar s40'
...
...
@@ -94,8 +112,10 @@
.title
Title
.description
Description
%h4
.lead
List with hover effect
%code
.well-list
.example
%ul
.well-list
%li
One item
...
...
@@ -104,9 +124,9 @@
%li
One item
%h4
%code
.panel .well-list
.lead
List inside panel
.example
.panel.panel-default
.panel-heading
Your list
%ul
.well-list
...
...
@@ -117,18 +137,6 @@
%li
One item
%h4
%code
.bordered-list
%ul
.bordered-list
%li
One item
%li
One item
%li
One item
%h2
#tables
Tables
.example
...
...
@@ -158,9 +166,9 @@
%h2
#navs
Navigation
%h4
.lead
Holder for top page navigation. Includes navigation, search field, sorting and button
%code
.top-area
%p
Holder for top page navigation. Includes navigation, search field, sorting and button
.example
.top-area
...
...
@@ -181,9 +189,9 @@
=
link_to
'New issue'
,
'#'
,
class:
'btn btn-new'
%h4
.lead
Only nav links without button and search
%code
.nav-links
%p
Only nav links without button and search
.example
%ul
.nav-links
%li
.active
...
...
@@ -248,9 +256,11 @@
%h2
#forms
Forms
%h4
.lead
Horizontal form when label rendered inline with input
%code
form.horizontal-form
.example
%form
.form-horizontal
.form-group
%label
.col-sm-2.control-label
{
:for
=>
"inputEmail3"
}
Email
...
...
@@ -270,9 +280,11 @@
.col-sm-offset-2.col-sm-10
%button
.btn.btn-default
{
:type
=>
"submit"
}
Sign in
%h4
.lead
Form when label rendered above input
%code
form
.example
%form
.form-group
%label
{
:for
=>
"exampleInputEmail1"
}
Email address
...
...
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