Bootlint: Use offset grid classes instead of empty divs

This commit is contained in:
Robert Speicher 2015-06-15 18:48:54 -04:00
parent adffe47d3c
commit 7400cfc114
10 changed files with 10 additions and 18 deletions

View File

@ -12,8 +12,7 @@
- if @group.new_record?
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
.alert.alert-info
= render 'shared/group_tips'
.form-actions

View File

@ -92,8 +92,7 @@
= namespace_select_tag :new_namespace_id, selected: params[:namespace_id], class: 'input-large'
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
= f.submit 'Transfer', class: 'btn btn-primary'
.col-md-6

View File

@ -11,8 +11,7 @@
= render 'shared/group_form', f: f
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
= image_tag group_icon(@group), alt: '', class: 'avatar group-avatar s160'
%p.light
- if @group.avatar?

View File

@ -13,8 +13,7 @@
= render 'shared/choose_group_avatar_button', f: f
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
= render 'shared/group_tips'
.form-actions

View File

@ -109,6 +109,5 @@
.row
.col-md-7
.form-group
.col-sm-2  
.col-sm-10
.col-sm-offset-2.col-sm-10
= f.submit 'Save changes', class: "btn btn-success"

View File

@ -1,6 +1,6 @@
- if issuable.errors.any?
.row
.col-sm-10.col-sm-offset-2
.col-sm-offset-2.col-sm-10
.alert.alert-danger
- issuable.errors.full_messages.each do |msg|
%span= msg

View File

@ -13,8 +13,7 @@
= render 'shared/commit_message_container', params: params,
placeholder: 'Removed this file because...'
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
= button_tag 'Remove file', class: 'btn btn-remove btn-remove-file'
= link_to "Cancel", '#', class: "btn btn-cancel", "data-dismiss" => "modal"

View File

@ -80,8 +80,7 @@
%legend
Project avatar:
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
- if @project.avatar?
= project_icon("#{@project.namespace.to_param}/#{@project.to_param}", alt: '', class: 'avatar project-avatar s160')
%p.light

View File

@ -1,7 +1,7 @@
= form_for [@project.namespace.becomes(Namespace), @project, @label], html: { class: 'form-horizontal label-form' } do |f|
-if @label.errors.any?
.row
.col-sm-10.col-sm-offset-2
.col-sm-offset-2.col-sm-10
.alert.alert-danger
- @label.errors.full_messages.each do |msg|
%span= msg

View File

@ -12,8 +12,7 @@
= f.select :format, options_for_select(ProjectWiki::MARKUPS, {selected: @page.format}), {}, class: "form-control"
.row
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
%p.cgray
To link to a (new) page you can just type
%code [Link Title](page-slug)