Skip to content

Commit

Permalink
ui adjustment on dashboard title
Browse files Browse the repository at this point in the history
  • Loading branch information
sharbel93 committed Nov 11, 2019
1 parent e16cc2a commit 805cd2c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
27 changes: 14 additions & 13 deletions public/admin/style.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*-----------------------------------------------------------------------------------
Template Name: Kiaalap - Kiaalap Admin Template
Template Name: Kiaalap - Kiaalap Admin Template
Description: Kiaalap Admin Template is a responsive admin template based on the famous Bootstrap framework it's easy to edit and customize by documentation.
Author: Colorlib
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Common
2. Helper Class
3. All Nested Class
Expand Down Expand Up @@ -141,6 +141,7 @@ body {}
.all-content-wrapper {
margin-left: 200px;
transition: all 0.3s;

}
.left-sidebar-pro {
z-index: 9999;
Expand Down Expand Up @@ -315,17 +316,17 @@ body {}
background:#2b2a2a;
}
.header-top-menu .navbar-nav>li .dropdown-menu{
border: 0px solid #ccc;
border: 0px solid #ccc;
border: 0px solid rgba(0,0,0,.15);
background-color: #303030;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.175);
box-shadow: 0 1px 4px rgba(0,0,0,.175);
box-shadow: 0 1px 4px rgba(0,0,0,.175);
}
.header-right-info .navbar-nav>li .dropdown-menu{
border: 0px solid #ccc;
border: 0px solid #ccc;
border: 0px solid rgba(0,0,0,.15);
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.175);
box-shadow: 0 1px 4px rgba(0,0,0,.175);
box-shadow: 0 1px 4px rgba(0,0,0,.175);
}
.header-top-menu .nav>li>a:focus, .header-top-menu .nav>li>a:hover, .header-top-menu .nav>li>a:active {
text-decoration: none;
Expand Down Expand Up @@ -399,7 +400,7 @@ body {}
padding:18px 10px;
}
.header-right-info {

}
.header-right-info ul.header-right-menu li{
display:inline-block;
Expand Down Expand Up @@ -916,7 +917,7 @@ ul.breadcome-menu li a:hover{
}
.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
color: #e12503;
}
}
.rating > input:checked + label:hover, .rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
color: #e12503;
Expand Down Expand Up @@ -1544,7 +1545,7 @@ ul#single-product-tab li{
background:#f7941d;
}
.single-pro-size span, .color-quality-details span {
display: inline-block;
display: inline-block;
font-weight: 300;
height: 25px;
line-height: 25px;
Expand Down Expand Up @@ -1837,7 +1838,7 @@ ul.cus-product-sl-rp li i{
color:#999;
background:#F6F8FA;
box-shadow: none !important;
}
}
.cus-gh-hd-pro h2{
font-size:20px;
}
Expand Down Expand Up @@ -4387,7 +4388,7 @@ div#sparklinehome canvas {
margin: 0px 0px;
}
.mCS-light-1.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #006DF0; }
.mCS-light-1.mCSB_scrollTools .mCSB_draggerRail{ background-color: #ccc; }
.mCS-light-1.mCSB_scrollTools .mCSB_draggerRail{ background-color: #ccc; }
/*-----------------------
21. Wizard CSS
-------------------------*/
Expand Down Expand Up @@ -4719,4 +4720,4 @@ div#sparklinehome canvas {
.footer-copy-right a{
color:#fff;
text-decoration:none;
}
}
11 changes: 9 additions & 2 deletions resources/views/manage/dashboard.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
@extends('layouts.manage')
@section('title', '| Admin Home')
@section('content')
Dashboard
<div class="container">
<div class="row">
<div class="col-lg-12">
<h3>Dashboard</h3>
</div>
</div>
</div>

@stop

@stop
4 changes: 2 additions & 2 deletions resources/views/partials/admin/layouts/_footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<div class="row">
<div class="col-lg-12">
<div class="footer-copy-right">
<p>Copyright © 2018. All rights reserved. House of Grace Eldoret
<p>Copyright © <script>document.write(new Date().getFullYear());</script>. All rights reserved. House of Grace Eldoret
</div>
</div>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 805cd2c

Please sign in to comment.