Browse Source

Remove bootstrap border radius

pull/1/head
Nafies Luthfi 9 years ago
parent
commit
91b4929e1b
  1. 2
      config/app.php
  2. 157
      public/assets/css/app.css
  3. 2
      public/assets/css/app.css.map
  4. 6
      resources/assets/sass/_variables.scss
  5. 3
      resources/assets/sass/app.scss
  6. 2
      resources/views/layouts/app.blade.php
  7. 2
      resources/views/layouts/partials/sidebar.blade.php

2
config/app.php

@ -158,7 +158,7 @@ return [
App\Providers\OptionServiceProvider::class, App\Providers\OptionServiceProvider::class,
App\Providers\RouteServiceProvider::class, App\Providers\RouteServiceProvider::class,
Barryvdh\Debugbar\ServiceProvider::class,
// Barryvdh\Debugbar\ServiceProvider::class,
Collective\Html\HtmlServiceProvider::class, Collective\Html\HtmlServiceProvider::class,
Laracasts\Flash\FlashServiceProvider::class, Laracasts\Flash\FlashServiceProvider::class,
BackupManager\Laravel\Laravel5ServiceProvider::class, BackupManager\Laravel\Laravel5ServiceProvider::class,

157
public/assets/css/app.css

@ -285,14 +285,14 @@ img {
height: auto; } height: auto; }
.img-rounded { .img-rounded {
border-radius: 6px; }
border-radius: 0; }
.img-thumbnail { .img-thumbnail {
padding: 4px; padding: 4px;
line-height: 1.428571429; line-height: 1.428571429;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 4px;
border-radius: 0;
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
display: inline-block; display: inline-block;
max-width: 100%; max-width: 100%;
@ -651,14 +651,14 @@ code {
font-size: 90%; font-size: 90%;
color: #c7254e; color: #c7254e;
background-color: #f9f2f4; background-color: #f9f2f4;
border-radius: 4px; }
border-radius: 0; }
kbd { kbd {
padding: 2px 4px; padding: 2px 4px;
font-size: 90%; font-size: 90%;
color: #fff; color: #fff;
background-color: #333; background-color: #333;
border-radius: 3px;
border-radius: 0;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd { kbd kbd {
padding: 0; padding: 0;
@ -677,7 +677,7 @@ pre {
color: #333333; color: #333333;
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px; }
border-radius: 0; }
pre code { pre code {
padding: 0; padding: 0;
font-size: inherit; font-size: inherit;
@ -1503,7 +1503,7 @@ output {
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px;
border-radius: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus { .form-control:focus {
@ -1673,7 +1673,7 @@ fieldset[disabled]
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; }
border-radius: 0; }
select.input-sm, .input-group-sm > select.form-control, select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon, .input-group-sm > select.input-group-addon,
@ -1695,7 +1695,7 @@ select[multiple].input-sm,
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; }
border-radius: 0; }
.form-group-sm select.form-control { .form-group-sm select.form-control {
height: 30px; height: 30px;
@ -1719,7 +1719,7 @@ select[multiple].input-sm,
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
line-height: 1.3333333; line-height: 1.3333333;
border-radius: 6px; }
border-radius: 0; }
select.input-lg, .input-group-lg > select.form-control, select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon, .input-group-lg > select.input-group-addon,
@ -1741,7 +1741,7 @@ select[multiple].input-lg,
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
line-height: 1.3333333; line-height: 1.3333333;
border-radius: 6px; }
border-radius: 0; }
.form-group-lg select.form-control { .form-group-lg select.form-control {
height: 46px; height: 46px;
@ -1980,7 +1980,7 @@ select[multiple].input-lg,
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
line-height: 1.428571429; line-height: 1.428571429;
border-radius: 4px;
border-radius: 0;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
@ -2253,19 +2253,19 @@ fieldset[disabled] a.btn {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
line-height: 1.3333333; line-height: 1.3333333;
border-radius: 6px; }
border-radius: 0; }
.btn-sm, .btn-group-sm > .btn { .btn-sm, .btn-group-sm > .btn {
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; }
border-radius: 0; }
.btn-xs, .btn-group-xs > .btn { .btn-xs, .btn-group-xs > .btn {
padding: 1px 5px; padding: 1px 5px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; }
border-radius: 0; }
.btn-block { .btn-block {
display: block; display: block;
@ -2338,7 +2338,7 @@ tbody.collapse.in {
background-color: #fff; background-color: #fff;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
border-radius: 0;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box; } background-clip: padding-box; }
.dropdown-menu.pull-right { .dropdown-menu.pull-right {
@ -2557,16 +2557,16 @@ tbody.collapse.in {
border-radius: 0; } border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) { .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; } border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) { .btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0; border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; }
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; } border-radius: 0; }
@ -2644,19 +2644,19 @@ tbody.collapse.in {
text-align: center; text-align: center;
background-color: #eeeeee; background-color: #eeeeee;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px; }
border-radius: 0; }
.input-group-addon.input-sm, .input-group-addon.input-sm,
.input-group-sm > .input-group-addon, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn { .input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
border-radius: 3px; }
border-radius: 0; }
.input-group-addon.input-lg, .input-group-addon.input-lg,
.input-group-lg > .input-group-addon, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn { .input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
border-radius: 6px; }
border-radius: 0; }
.input-group-addon input[type="radio"], .input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] { .input-group-addon input[type="checkbox"] {
margin-top: 0; } margin-top: 0; }
@ -2751,7 +2751,7 @@ tbody.collapse.in {
margin-right: 2px; margin-right: 2px;
line-height: 1.428571429; line-height: 1.428571429;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px 4px 0 0; }
border-radius: 0 0 0 0; }
.nav-tabs > li > a:hover { .nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd; } border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
@ -2764,7 +2764,7 @@ tbody.collapse.in {
.nav-pills > li { .nav-pills > li {
float: left; } float: left; }
.nav-pills > li > a { .nav-pills > li > a {
border-radius: 4px; }
border-radius: 0; }
.nav-pills > li + li { .nav-pills > li + li {
margin-left: 2px; } margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
@ -2798,7 +2798,7 @@ tbody.collapse.in {
border-bottom: 0; } border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0; margin-right: 0;
border-radius: 4px; }
border-radius: 0; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
@ -2806,7 +2806,7 @@ tbody.collapse.in {
@media (min-width: 768px) { @media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0; }
border-radius: 0 0 0 0; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
@ -2835,7 +2835,7 @@ tbody.collapse.in {
clear: both; } clear: both; }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar { .navbar {
border-radius: 4px; } }
border-radius: 0; } }
.navbar-header:before, .navbar-header:after { .navbar-header:before, .navbar-header:after {
content: " "; content: " ";
@ -2954,7 +2954,7 @@ tbody.collapse.in {
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; }
border-radius: 0; }
.navbar-toggle:focus { .navbar-toggle:focus {
outline: 0; } outline: 0; }
.navbar-toggle .icon-bar { .navbar-toggle .icon-bar {
@ -3069,8 +3069,8 @@ tbody.collapse.in {
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0; margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; } border-bottom-left-radius: 0; }
@ -3227,7 +3227,7 @@ tbody.collapse.in {
margin-bottom: 20px; margin-bottom: 20px;
list-style: none; list-style: none;
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 4px; }
border-radius: 0; }
.breadcrumb > li { .breadcrumb > li {
display: inline-block; } display: inline-block; }
.breadcrumb > li + li:before { .breadcrumb > li + li:before {
@ -3241,7 +3241,7 @@ tbody.collapse.in {
display: inline-block; display: inline-block;
padding-left: 0; padding-left: 0;
margin: 20px 0; margin: 20px 0;
border-radius: 4px; }
border-radius: 0; }
.pagination > li { .pagination > li {
display: inline; } display: inline; }
.pagination > li > a, .pagination > li > a,
@ -3258,12 +3258,12 @@ tbody.collapse.in {
.pagination > li:first-child > a, .pagination > li:first-child > a,
.pagination > li:first-child > span { .pagination > li:first-child > span {
margin-left: 0; margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px; }
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.pagination > li:last-child > a, .pagination > li:last-child > a,
.pagination > li:last-child > span { .pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; }
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover, .pagination > li > span:hover,
.pagination > li > span:focus { .pagination > li > span:focus {
@ -3299,13 +3299,13 @@ tbody.collapse.in {
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span { .pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px; }
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span { .pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px; }
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.pagination-sm > li > a, .pagination-sm > li > a,
.pagination-sm > li > span { .pagination-sm > li > span {
@ -3315,13 +3315,13 @@ tbody.collapse.in {
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { .pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { .pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.pager { .pager {
padding-left: 0; padding-left: 0;
@ -3467,7 +3467,7 @@ a.badge:hover, a.badge:focus {
border-top-color: #d5d5d5; } border-top-color: #d5d5d5; }
.container .jumbotron, .container .jumbotron,
.container-fluid .jumbotron { .container-fluid .jumbotron {
border-radius: 6px;
border-radius: 0;
padding-left: 15px; padding-left: 15px;
padding-right: 15px; } padding-right: 15px; }
.jumbotron .container { .jumbotron .container {
@ -3491,7 +3491,7 @@ a.badge:hover, a.badge:focus {
line-height: 1.428571429; line-height: 1.428571429;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 4px;
border-radius: 0;
transition: border 0.2s ease-in-out; } transition: border 0.2s ease-in-out; }
.thumbnail > img, .thumbnail > img,
.thumbnail a > img { .thumbnail a > img {
@ -3513,7 +3513,7 @@ a.thumbnail.active {
padding: 15px; padding: 15px;
margin-bottom: 20px; margin-bottom: 20px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; }
border-radius: 0; }
.alert h4 { .alert h4 {
margin-top: 0; margin-top: 0;
color: inherit; } color: inherit; }
@ -3629,12 +3629,12 @@ a.thumbnail.active {
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; } border: 1px solid #ddd; }
.list-group-item:first-child { .list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px; }
border-top-right-radius: 0;
border-top-left-radius: 0; }
.list-group-item:last-child { .list-group-item:last-child {
margin-bottom: 0; margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; }
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
a.list-group-item, a.list-group-item,
button.list-group-item { button.list-group-item {
@ -3782,7 +3782,7 @@ button.list-group-item-danger {
margin-bottom: 20px; margin-bottom: 20px;
background-color: #fff; background-color: #fff;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body { .panel-body {
@ -3796,8 +3796,8 @@ button.list-group-item-danger {
.panel-heading { .panel-heading {
padding: 10px 15px; padding: 10px 15px;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
border-top-right-radius: -1;
border-top-left-radius: -1; }
.panel-heading > .dropdown .dropdown-toggle { .panel-heading > .dropdown .dropdown-toggle {
color: inherit; } color: inherit; }
@ -3817,8 +3817,8 @@ button.list-group-item-danger {
padding: 10px 15px; padding: 10px 15px;
background-color: #f5f5f5; background-color: #f5f5f5;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
border-bottom-right-radius: -1;
border-bottom-left-radius: -1; }
.panel > .list-group, .panel > .list-group,
.panel > .panel-collapse > .list-group { .panel > .panel-collapse > .list-group {
@ -3830,13 +3830,13 @@ button.list-group-item-danger {
.panel > .list-group:first-child .list-group-item:first-child, .panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0; border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
border-top-right-radius: -1;
border-top-left-radius: -1; }
.panel > .list-group:last-child .list-group-item:last-child, .panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0; border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
border-bottom-right-radius: -1;
border-bottom-left-radius: -1; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0; border-top-right-radius: 0;
@ -3860,14 +3860,14 @@ button.list-group-item-danger {
.panel > .table:first-child, .panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child { .panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
border-top-right-radius: -1;
border-top-left-radius: -1; }
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
border-top-left-radius: -1;
border-top-right-radius: -1; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
@ -3876,7 +3876,7 @@ button.list-group-item-danger {
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px; }
border-top-left-radius: -1; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
@ -3885,18 +3885,18 @@ button.list-group-item-danger {
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px; }
border-top-right-radius: -1; }
.panel > .table:last-child, .panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child { .panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
border-bottom-right-radius: -1;
border-bottom-left-radius: -1; }
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; }
border-bottom-left-radius: -1;
border-bottom-right-radius: -1; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
@ -3905,7 +3905,7 @@ button.list-group-item-danger {
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px; }
border-bottom-left-radius: -1; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
@ -3914,7 +3914,7 @@ button.list-group-item-danger {
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px; }
border-bottom-right-radius: -1; }
.panel > .panel-body + .table, .panel > .panel-body + .table,
.panel > .panel-body + .table-responsive, .panel > .panel-body + .table-responsive,
@ -3982,7 +3982,7 @@ button.list-group-item-danger {
margin-bottom: 20px; } margin-bottom: 20px; }
.panel-group .panel { .panel-group .panel {
margin-bottom: 0; margin-bottom: 0;
border-radius: 4px; }
border-radius: 0; }
.panel-group .panel + .panel { .panel-group .panel + .panel {
margin-top: 5px; } margin-top: 5px; }
.panel-group .panel-heading { .panel-group .panel-heading {
@ -4110,7 +4110,7 @@ button.list-group-item-danger {
margin-bottom: 20px; margin-bottom: 20px;
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
border-radius: 4px;
border-radius: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well blockquote { .well blockquote {
border-color: #ddd; border-color: #ddd;
@ -4118,11 +4118,11 @@ button.list-group-item-danger {
.well-lg { .well-lg {
padding: 24px; padding: 24px;
border-radius: 6px; }
border-radius: 0; }
.well-sm { .well-sm {
padding: 9px; padding: 9px;
border-radius: 3px; }
border-radius: 0; }
.close { .close {
float: right; float: right;
@ -7152,7 +7152,7 @@ h1.page-header {
font-weight: bold; } font-weight: bold; }
.sidebar-logo { .sidebar-logo {
width: 100px;
width: 80px;
margin: auto; } margin: auto; }
.nav > li > a { .nav > li > a {
@ -7165,7 +7165,8 @@ h1.page-header {
float: none; float: none;
border-bottom: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7;
display: block; display: block;
height: auto; }
height: auto;
padding: 10px; }
label.control-label { label.control-label {
color: #428bca; } color: #428bca; }

2
public/assets/css/app.css.map
File diff suppressed because it is too large
View File

6
resources/assets/sass/_variables.scss

@ -107,9 +107,9 @@ $padding-xs-horizontal: 5px !default;
$line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome $line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome
$line-height-small: 1.5 !default; $line-height-small: 1.5 !default;
$border-radius-base: 4px !default;
$border-radius-large: 6px !default;
$border-radius-small: 3px !default;
$border-radius-base: 0 !default;
$border-radius-large: 0 !default;
$border-radius-small: 0 !default;
//** Global color for active items (e.g., navs or dropdowns). //** Global color for active items (e.g., navs or dropdowns).
$component-active-color: #fff !default; $component-active-color: #fff !default;

3
resources/assets/sass/app.scss

@ -44,7 +44,7 @@ h1.page-header {
} }
.sidebar-logo { .sidebar-logo {
width: 100px;
width: 80px;
margin: auto; margin: auto;
} }
@ -61,6 +61,7 @@ h1.page-header {
border-bottom: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7;
display: block; display: block;
height: auto; height: auto;
padding: 10px;
} }
label.control-label { label.control-label {

2
resources/views/layouts/app.blade.php

@ -9,7 +9,7 @@
<meta name="author" content=""> <meta name="author" content="">
<title>@yield('title', Option::get('app_name', 'Aplikasi Laravel'))</title> <title>@yield('title', Option::get('app_name', 'Aplikasi Laravel'))</title>
{!! Html::style('assets/css/plugins/metisMenu/metisMenu.min.css') !!}
{{-- {!! Html::style('assets/css/plugins/metisMenu/metisMenu.min.css') !!} --}}
@yield('ext_css') @yield('ext_css')
{!! Html::style('assets/css/app.css') !!} {!! Html::style('assets/css/app.css') !!}
</head> </head>

2
resources/views/layouts/partials/sidebar.blade.php

@ -14,7 +14,7 @@
->lists('count','status_id') ->lists('count','status_id')
->all(); ?> ->all(); ?>
{!! html_link_to_route('projects.index', trans('project.projects') . ' <span class="fa arrow"></span>', [], ['icon' => 'table']) !!} {!! html_link_to_route('projects.index', trans('project.projects') . ' <span class="fa arrow"></span>', [], ['icon' => 'table']) !!}
<ul class="nav nav-second-level in">
<ul class="nav nav-second-level">
@foreach(getProjectStatusesList() as $key => $status) @foreach(getProjectStatusesList() as $key => $status)
<li> <li>
<a href="{{ route('projects.index', ['status' => $key]) }}"> <a href="{{ route('projects.index', ['status' => $key]) }}">

Loading…
Cancel
Save