Use .form-vertical to keep all forms inline.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
@include('partials.dashboard.errors')
|
||||
<form name="CreateComponentForm" class="form-horizontal" role="form" action="/dashboard/components/add" method="POST">
|
||||
<form name="CreateComponentForm" class="form-vertical" role="form" action="/dashboard/components/add" method="POST">
|
||||
{{ Form::token() }}
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
@include('partials.dashboard.errors')
|
||||
<form name="EditComponentForm" class="form-horizontal" role="form" action="/dashboard/components/{{ $component->id }}/edit" method="POST">
|
||||
<form name="EditComponentForm" class="form-vertical" role="form" action="/dashboard/components/{{ $component->id }}/edit" method="POST">
|
||||
{{ Form::token() }}
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
@include('partials.dashboard.errors')
|
||||
<form name="CreateComponentGroupForm" class="form-horizontal" role="form" action="/dashboard/components/groups/add" method="POST">
|
||||
<form name="CreateComponentGroupForm" class="form-vertical" role="form" action="/dashboard/components/groups/add" method="POST">
|
||||
{{ Form::token() }}
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
@include('partials.dashboard.errors')
|
||||
<form class='form-horizontal' name='IncidentForm' role='form' method='POST'>
|
||||
<form class='form-vertical' name='IncidentForm' role='form' method='POST'>
|
||||
{{ Form::token() }}
|
||||
<fieldset>
|
||||
@if($incidentTemplates->count() > 0)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
@include('partials.dashboard.errors')
|
||||
<form class='form-horizontal' name='IncidentForm' role='form' method='POST'>
|
||||
<form class='form-vertical' name='IncidentForm' role='form' method='POST'>
|
||||
{{ Form::token() }}
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
@include('partials.dashboard.errors')
|
||||
<form class='form-horizontal' name='IncidentTemplateForm' role='form' method='POST'>
|
||||
<form class='form-vertical' name='IncidentTemplateForm' role='form' method='POST'>
|
||||
{{ Form::token() }}
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<form class='form-horizontal' name='IncidentTemplateForm' role='form' method='POST'>
|
||||
<form class='form-vertical' name='IncidentTemplateForm' role='form' method='POST'>
|
||||
{{ Form::token() }}
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div class="list-group">
|
||||
@forelse($components as $component)
|
||||
<div class="list-group-item">
|
||||
<form class='component-inline form-horizontal' data-messenger={{trans('dashboard.components.edit.success')}}>
|
||||
<form class='component-inline form-vertical' data-messenger={{trans('dashboard.components.edit.success')}}>
|
||||
<div class="row striped-list-item">
|
||||
<div class="col-lg-4 col-sm-12">
|
||||
<h4>{{ $component->name }}</h4>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<form id="settings-form" name="SettingsForm" class="form-horizontal" role="form" action="/dashboard/settings" method="POST" enctype="multipart/form-data">
|
||||
<form id="settings-form" name="SettingsForm" class="form-vertical" role="form" action="/dashboard/settings" method="POST" enctype="multipart/form-data">
|
||||
{{ Form::token() }}
|
||||
@include('partials.dashboard.errors')
|
||||
<fieldset>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<form name="SettingsForm" class="form-horizontal" role="form" action="/dashboard/settings" method="POST">
|
||||
<form name="SettingsForm" class="form-vertical" role="form" action="/dashboard/settings" method="POST">
|
||||
{{ Form::token() }}
|
||||
@include('partials.dashboard.errors')
|
||||
<fieldset>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<form name="SettingsForm" class="form-horizontal" role="form" action="/dashboard/settings" method="POST">
|
||||
<form name="SettingsForm" class="form-vertical" role="form" action="/dashboard/settings" method="POST">
|
||||
{{ Form::token() }}
|
||||
@include('partials.dashboard.errors')
|
||||
<fieldset>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<form name="SettingsForm" class="form-horizontal" role="form" action="/dashboard/settings" method="POST">
|
||||
<form name="SettingsForm" class="form-vertical" role="form" action="/dashboard/settings" method="POST">
|
||||
{{ Form::token() }}
|
||||
@include('partials.dashboard.errors')
|
||||
<fieldset>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
@include('partials.dashboard.errors')
|
||||
<form name="UserForm" class="form-horizontal" role="form" action="/dashboard/team/add" method="POST">
|
||||
<form name="UserForm" class="form-vertical" role="form" action="/dashboard/team/add" method="POST">
|
||||
{{ Form::token() }}
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
@include('partials.dashboard.errors')
|
||||
<form name="UserForm" class="form-horizontal" role="form" action="/dashboard/team/{{ $user->id }}" method="POST">
|
||||
<form name="UserForm" class="form-vertical" role="form" action="/dashboard/team/{{ $user->id }}" method="POST">
|
||||
{{ Form::token() }}
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
@include('partials.dashboard.errors')
|
||||
<form name="UserForm" class="form-horizontal" role="form" action="/dashboard/user" method="POST">
|
||||
<form name="UserForm" class="form-vertical" role="form" action="/dashboard/user" method="POST">
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
<label>{{ trans('forms.user.username') }}</label>
|
||||
|
||||
Reference in New Issue
Block a user