Commit 7952f27d authored by Nicolas Widart's avatar Nicolas Widart

Alignment options

parent b0546e3e
......@@ -160,7 +160,7 @@
@media only screen and (min-width: 700px) {
.dd {
float: left;
width: 98%;
width: 100%;
}
.dd + .dd {
margin-left: 2%;
......
......@@ -186,7 +186,7 @@
.dd {
float: left;
width: 98%;
width: 100%;
}
.dd + .dd {
......
......@@ -17,7 +17,7 @@
@section('content')
<div class="row">
<div class="col-md-6">
<div class="btn-group pull-right" style="margin: 0 15px 15px 0;">
<div class="btn-group pull-right">
<a href="{{ URL::route('dashboard.menu.create') }}" class="btn btn-primary btn-flat" style="padding: 4px 10px;">
<i class="fa fa-pencil"></i> {{ trans('menu::menu.button.create menu item') }}
</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment