mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Tweaked some style
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f5eedb8d23
commit
40acd48eff
|
@ -830,7 +830,7 @@ dir="{{ Helper::determineLanguageDirection() }}">
|
||||||
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12" style="margin-bottom: 0px;">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.breadcrumb-item {
|
.breadcrumb-item {
|
||||||
|
@ -839,7 +839,7 @@ dir="{{ Helper::determineLanguageDirection() }}">
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<h1 class="pull-left pagetitle" style="font-size: 22px; margin-top: 10px;">
|
<h1 class="pull-left pagetitle" style="font-size: 22px; margin-top: 5px;">
|
||||||
|
|
||||||
@if (Breadcrumbs::has() && (Breadcrumbs::current()->count() > 1))
|
@if (Breadcrumbs::has() && (Breadcrumbs::current()->count() > 1))
|
||||||
<ul style="padding-left: 0;">
|
<ul style="padding-left: 0;">
|
||||||
|
@ -891,7 +891,7 @@ dir="{{ Helper::determineLanguageDirection() }}">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="content" id="main" tabindex="-1">
|
<section class="content" id="main" tabindex="-1" style="padding-top: 0px;">
|
||||||
|
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Reference in a new issue