Fix missing paddings in admin area

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2016-04-04 19:41:31 +02:00
parent 3e6d27ee59
commit f9fd003159
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
4 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.admin-dashboard
.admin-dashboard.prepend-top-default
.row
.col-md-4
%h4 Statistics

View File

@ -1,5 +1,5 @@
- page_title "Deploy Keys"
.panel.panel-default
.panel.panel-default.prepend-top-default
.panel-heading
Public deploy keys (#{@deploy_keys.count})
.controls

View File

@ -1,8 +1,10 @@
- page_title "Labels"
= link_to new_admin_label_path, class: "pull-right btn btn-nr btn-new" do
New label
%h3.page-title
Labels
%div
= link_to new_admin_label_path, class: "pull-right btn btn-nr btn-new" do
New label
%h3.page-title
Labels
%hr
.labels
@ -13,4 +15,4 @@
- else
.light-well
.nothing-here-block There are no labels yet

View File

@ -1,4 +1,4 @@
%p.lead
%p.lead.prepend-top-default
%span
To register a new runner you should enter the following registration token.
With this token the runner will request a unique runner token and use that for future communication.