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

Alignment options

parent b0546e3e
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
@media only screen and (min-width: 700px) { @media only screen and (min-width: 700px) {
.dd { .dd {
float: left; float: left;
width: 98%; width: 100%;
} }
.dd + .dd { .dd + .dd {
margin-left: 2%; margin-left: 2%;
......
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
.dd { .dd {
float: left; float: left;
width: 98%; width: 100%;
} }
.dd + .dd { .dd + .dd {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
@section('content') @section('content')
<div class="row"> <div class="row">
<div class="col-md-6"> <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;"> <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') }} <i class="fa fa-pencil"></i> {{ trans('menu::menu.button.create menu item') }}
</a> </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