Allow for adminlte without plugin override

pull/1311/head
Abdullah Almsaeed 2017-01-08 12:40:55 -05:00
parent 8410b2fdc1
commit a527b7fe99
3 changed files with 22 additions and 10 deletions

View File

@ -12,15 +12,13 @@
*/ */
html, html,
body { body {
min-height: 100%; height: 100%;
} }
.layout-boxed html, .layout-boxed html,
.layout-boxed body { .layout-boxed body {
height: 100%; height: 100%;
} }
body { body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400; font-weight: 400;
overflow-x: hidden; overflow-x: hidden;
@ -28,9 +26,10 @@ body {
} }
/* Layout */ /* Layout */
.wrapper { .wrapper {
min-height: 100%; height: 100%;
position: relative; position: relative;
overflow: hidden; overflow-x: hidden;
overflow-y: auto;
} }
.wrapper:before, .wrapper:before,
.wrapper:after { .wrapper:after {
@ -536,12 +535,20 @@ a:focus {
padding: 10px 25px 10px 15px; padding: 10px 25px 10px 15px;
font-size: 12px; font-size: 12px;
} }
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left { .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
width: auto; width: auto;
height: auto; height: auto;
padding: 0; padding: 0;
margin-right: 10px; margin-right: 10px;
} }
.sidebar-menu li > a > .fa-angle-left {
position: absolute;
top: 50%;
right: 10px;
margin-top: -8px;
}
.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left { .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
-webkit-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg); -ms-transform: rotate(-90deg);
@ -575,6 +582,8 @@ a:focus {
width: 20px; width: 20px;
} }
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left, .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down { .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
width: auto; width: auto;
} }
@ -1266,7 +1275,8 @@ a:focus {
.form-group.has-success label { .form-group.has-success label {
color: #00a65a; color: #00a65a;
} }
.form-group.has-success .form-control { .form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
border-color: #00a65a; border-color: #00a65a;
box-shadow: none; box-shadow: none;
} }
@ -1276,7 +1286,8 @@ a:focus {
.form-group.has-warning label { .form-group.has-warning label {
color: #f39c12; color: #f39c12;
} }
.form-group.has-warning .form-control { .form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
border-color: #f39c12; border-color: #f39c12;
box-shadow: none; box-shadow: none;
} }
@ -1286,7 +1297,8 @@ a:focus {
.form-group.has-error label { .form-group.has-error label {
color: #dd4b39; color: #dd4b39;
} }
.form-group.has-error .form-control { .form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
border-color: #dd4b39; border-color: #dd4b39;
box-shadow: none; box-shadow: none;
} }

File diff suppressed because one or more lines are too long

2
dist/js/app.min.js vendored

File diff suppressed because one or more lines are too long