566 lines
14 KiB
CSS
Executable File
566 lines
14 KiB
CSS
Executable File
/*
|
|
** Fix css bug in the module configuration with bootstrap
|
|
*/
|
|
body {
|
|
font-size:12px!important;
|
|
}
|
|
|
|
*, *:before, *:after {
|
|
-webkit-box-sizing: inherit;
|
|
-moz-box-sizing: inherit;
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
#content, #content:before, #content:after {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#content {
|
|
padding: 0;
|
|
}
|
|
/*
|
|
** Fix css bug in the module configuration with bootstrap
|
|
*/
|
|
|
|
#content .center-block {
|
|
display: table;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
|
|
/****************************************************************/
|
|
/****************************************************************/
|
|
|
|
.bootstrap *, .bootstrap *:before, .bootstrap *:after {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#content {
|
|
-webkit-transition-property: margin;
|
|
transition-property: margin;
|
|
-webkit-transition-duration: 0.4s;
|
|
transition-duration: 0.4s;
|
|
-webkit-transition-timing-function: ease-out;
|
|
-moz-transition-timing-function: ease-out;
|
|
-o-transition-timing-function: ease-out;
|
|
transition-timing-function: ease-out;
|
|
}
|
|
|
|
.bootstrap .list-action-enable.action-enabled {
|
|
border: solid #79bd3c 1px;
|
|
background-color: #93cd60;
|
|
}
|
|
|
|
.bootstrap .list-action-enable.action-disabled {
|
|
border: solid #d9534f 1px;
|
|
background-color: #e27c79;
|
|
}
|
|
|
|
.bootstrap .list-action-enable {
|
|
font-size: 1.3em;
|
|
display: inline-block;
|
|
width: 30px;
|
|
text-align: center;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
height: 25px;
|
|
}
|
|
|
|
.bootstrap .list-action-enable i{
|
|
padding: 4px;
|
|
}
|
|
|
|
.bootstrap .page-head ul.page-breadcrumb {
|
|
position: absolute;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
left: 70px;
|
|
top: 4px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
color: black;
|
|
background: transparent;
|
|
font-size: 12px;
|
|
color: rgba(0, 0, 0, 0.5);
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
-ms-border-radius: 0;
|
|
-o-border-radius: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.bootstrap .page-head ul.page-breadcrumb li {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.bootstrap .breadcrumb > li {
|
|
display: inline-block;
|
|
}
|
|
|
|
.bootstrap .page-head ul.page-breadcrumb li:first-child i {
|
|
width: 54px;
|
|
position: absolute;
|
|
left: -60px;
|
|
top: 2px;
|
|
font-size: 42px;
|
|
font-weight: 100;
|
|
padding-right: 5px;
|
|
color: rgba(0, 0, 0, 0.5);
|
|
border-right: solid 1px #73a232;
|
|
}
|
|
|
|
.bootstrap .page-head {
|
|
width: 100%;
|
|
height: 55px;
|
|
padding: 0 10px 0 0;
|
|
margin: 0 0 20px 0;
|
|
border-bottom: 4px solid #75a139;
|
|
position: relative;
|
|
left: 0px;
|
|
z-index: 499;
|
|
background-color: #8fc04d;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0;
|
|
box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0;
|
|
}
|
|
|
|
.bootstrap .page-head h2.page-title {
|
|
position: relative;
|
|
padding: 26px 0 0 70px;
|
|
margin: 0;
|
|
font-size: 20px;
|
|
line-height: 1em;
|
|
color: white;
|
|
}
|
|
|
|
.pull-left, .bootstrap .page-head h2.page-title {
|
|
float: left !important;
|
|
}
|
|
|
|
.bootstrap .page-head .btn-toolbar {
|
|
margin: 0;
|
|
padding: 3px 0 0 0;
|
|
}
|
|
|
|
.bootstrap .nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick {
|
|
margin-bottom: 0;
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.pull-right, .panel-heading-action, .bootstrap .panel-heading:not(.modal-title) .panel-heading-action, .bootstrap .panel-heading .panel-heading-action, .bootstrap #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action, #header_notifs_icon_wrapper .notifs_panel .bootstrap .notifs_panel_header .panel-heading-action {
|
|
float: right !important;
|
|
}
|
|
|
|
.bootstrap .toolbarBox {
|
|
background: none;
|
|
border: none;
|
|
border-radius: none;
|
|
margin-bottom: 10px;
|
|
padding: 0;
|
|
}
|
|
|
|
.bootstrap h3:not(.modal-title), .bootstrap .panel-heading:not(.modal-title) {
|
|
border: none;
|
|
padding: 0 5px;
|
|
margin: -16px -16px 15px -16px;
|
|
font-size: 1.2em;
|
|
line-height: 30px;
|
|
font-weight: 300;
|
|
text-transform: uppercase;
|
|
background-color: white;
|
|
}
|
|
|
|
.bootstrap h3:not(.modal-title) {
|
|
border-bottom: solid 1px #cccccc;
|
|
}
|
|
|
|
.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .panel .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap #dash_version .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn i {
|
|
text-align: center;
|
|
font-size: 1.4em;
|
|
line-height: 30px;
|
|
padding: 0 7px;
|
|
}
|
|
|
|
.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .panel .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap #dash_version .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn {
|
|
float: left;
|
|
height: 30px;
|
|
color: #00aff0;
|
|
border-left: solid 1px #cccccc;
|
|
}
|
|
|
|
.bootstrap h3 a:not(.modal-title) {
|
|
padding: 0 5px 0;
|
|
/*margin: 0 15px 0;*/
|
|
}
|
|
|
|
.bootstrap .panel-group .panel+.panel {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.bootstrap .tab-pane .panel {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
.bootstrap .panel, .bootstrap #header_notifs_icon_wrapper .notifs_panel, #header_notifs_icon_wrapper .bootstrap .notifs_panel {
|
|
padding: 20px;
|
|
margin: 1.25em 1.25em 0.5em;
|
|
border: solid 1px #dfdfdf;
|
|
background-color: white;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-ms-border-radius: 5px;
|
|
-o-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 0 0 3px inset;
|
|
box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 0 0 3px inset;
|
|
}
|
|
|
|
.bootstrap .form-control, .bootstrap input[type="text"], .bootstrap input[type="search"], .bootstrap input[type="password"], .bootstrap textarea, .bootstrap select {
|
|
display: block;
|
|
width: 100%;
|
|
height: 27px;
|
|
padding: 4px 8px;
|
|
font-size: 12px;
|
|
line-height: 1.42857;
|
|
color: #555555;
|
|
vertical-align: middle;
|
|
background-color: white;
|
|
background-image: none;
|
|
border: 1px solid #cccccc;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
-webkit-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;
|
|
}
|
|
|
|
.bootstrap [class^="process-icon-"], .bootstrap [class*=" process-icon-"] {
|
|
height: 25px!important;
|
|
min-width: 32px;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
display: block;
|
|
font-family: FontAwesome;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 25px;
|
|
line-height: 25px;
|
|
text-decoration: inherit;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.bootstrap .nav-pills > li {
|
|
float: left;
|
|
}
|
|
|
|
.bootstrap .nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.bootstrap .nav-pills > li > a {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.bootstrap .nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a {
|
|
position: relative;
|
|
display: block;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
.bootstrap .page-head a {
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.bootstrap .toolbarBox a.toolbar_btn {
|
|
text-shadow: none;
|
|
border: none;
|
|
}
|
|
|
|
.bootstrap .toolbarBox .process-icon-back {
|
|
background-image: none;
|
|
}
|
|
|
|
.bootstrap .toolbarBox .process-icon-help-new {
|
|
background-image: none;
|
|
}
|
|
|
|
.bootstrap .toolbar_btn {
|
|
position: relative;
|
|
padding: 2px 5px !important;
|
|
margin-right: 3px;
|
|
font-size: 12px;
|
|
/*font-weight: 600;*/
|
|
color: white;
|
|
text-align: center;
|
|
text-shadow: none;
|
|
}
|
|
|
|
.bootstrap .nav > li > a:hover, .bootstrap #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_employee_box > li > a:hover, .bootstrap #header_quick > li > a:hover, .bootstrap .nav > li > a:focus, .bootstrap #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_employee_box > li > a:focus, .bootstrap #header_quick > li > a:focus {
|
|
text-decoration: none;
|
|
background-color: #eeeeee;
|
|
}
|
|
|
|
.bootstrap .toolbar_btn:hover {
|
|
color: #8fc04d;
|
|
border-color: white;
|
|
background-color: white !important;
|
|
}
|
|
|
|
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled)>a small {
|
|
color: inherit;
|
|
}
|
|
|
|
.bootstrap .multishop_toolbar {
|
|
font-size: inherit;
|
|
}
|
|
|
|
.bootstrap label.required:before {
|
|
content: "*";
|
|
color: red;
|
|
font-size: 14px;
|
|
position: relative;
|
|
line-height: 12px;
|
|
|
|
}
|
|
|
|
.module_confirmation, .module_error
|
|
{
|
|
padding: 15px;
|
|
margin-bottom: 17px;
|
|
border-radius: 3px;
|
|
position: relative;
|
|
border: none;
|
|
padding-left: 50px;
|
|
}
|
|
|
|
.module_error
|
|
{
|
|
border-left: solid 3px #e17875;
|
|
background-color: #f2dede;
|
|
border-color: #ebccd1;
|
|
color: #a94442;
|
|
}
|
|
|
|
.module_confirmation
|
|
{
|
|
border-left: solid 3px #90cb5c;
|
|
background-color: #dff0d8;
|
|
border-color: #d6e9c6;
|
|
color: #3c763d;
|
|
}
|
|
|
|
.module_confirmation:before
|
|
{
|
|
position: absolute;
|
|
top: 6px;
|
|
display: block;
|
|
height: 25px;
|
|
width: 25px;
|
|
color: #90cb5c;
|
|
left: 7px;
|
|
}
|
|
|
|
.module_error:before
|
|
{
|
|
position: absolute;
|
|
top: 6px;
|
|
display: block;
|
|
height: 25px;
|
|
width: 25px;
|
|
color: #e17875;
|
|
left: 7px;
|
|
}
|
|
|
|
.nav-tabs>li>a {
|
|
background: #eeeeee;
|
|
}
|
|
|
|
.switch {
|
|
display: block;
|
|
height: 26px;
|
|
position: relative;
|
|
}
|
|
|
|
.switch input {
|
|
position: absolute;
|
|
opacity: 0;
|
|
}
|
|
|
|
.switch input:last-of-type:checked ~ a {
|
|
left: 50%;
|
|
border: solid 1px #d9534f;
|
|
background-color: #e27c79;
|
|
-webkit-box-shadow: #d9534f 0 -1px 0 inset;
|
|
box-shadow: #d9534f 0 -1px 0 inset;
|
|
}
|
|
|
|
.switch a {
|
|
display: block;
|
|
-webkit-transition: all 0.3s ease-out;
|
|
transition: all 0.3s ease-out;
|
|
}
|
|
|
|
.switch a {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
padding: 0;
|
|
z-index: 1;
|
|
width: 50%;
|
|
height: 100%;
|
|
color: white;
|
|
border: solid 1px #5cb85c;
|
|
background-color: #80c780;
|
|
-webkit-box-shadow: #5cb85c 0 -1px 0 inset;
|
|
box-shadow: #5cb85c 0 -1px 0 inset;
|
|
}
|
|
|
|
.prestashop-switch * {
|
|
outline: 0 !important;
|
|
}
|
|
|
|
.switch label, .bootstrap .switch > span {
|
|
line-height: 26px;
|
|
vertical-align: middle;
|
|
}
|
|
.switch label {
|
|
position: relative;
|
|
z-index: 2;
|
|
float: left;
|
|
width: 50%;
|
|
height: 100%;
|
|
margin: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.prestashop-switch label {
|
|
text-transform: uppercase;
|
|
color: #bbbbbb;
|
|
font-weight: 400;
|
|
cursor: pointer;
|
|
-webkit-transition: color 0.2s ease-out;
|
|
transition: color 0.2s ease-out;
|
|
}
|
|
|
|
.bootstrap .prestashop-switch input:checked + label {
|
|
color: white;
|
|
}
|
|
|
|
#modulecontent .alert {
|
|
border: 1px solid #DF7B7B;
|
|
}
|
|
|
|
.prestashop-switch {
|
|
min-width: 150px;
|
|
background-color: #eeeeee;
|
|
border-radius: 3px;
|
|
color: #333333;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset;
|
|
box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset;
|
|
}
|
|
|
|
.input-group-addon {
|
|
padding: 4px 12px;
|
|
}
|
|
|
|
|
|
.bootstrap .btn-group-action .btn-group {
|
|
white-space: nowrap;
|
|
float: right;
|
|
}
|
|
|
|
.bootstrap .pull-right {
|
|
float: right !important;
|
|
}
|
|
|
|
.bootstrap .btn-group, .bootstrap .btn-group-vertical {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.bootstrap .dropdown-menu > li a {
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
.bootstrap .dropdown-menu > li > a {
|
|
display: block;
|
|
padding: 3px 20px;
|
|
clear: both;
|
|
font-weight: normal;
|
|
line-height: 1.42857;
|
|
color: #333333;
|
|
}
|
|
|
|
.bootstrap .pull-right > .dropdown-menu {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
|
|
.bootstrap .dropdown-menu {
|
|
text-align: left;
|
|
padding: 5px;
|
|
}
|
|
|
|
.bootstrap .radio label, .bootstrap .checkbox label{
|
|
text-align: left;
|
|
}
|
|
|
|
.bootstrap .radio, .bootstrap .checkbox {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
/* FONT AWESOME EXTRAS -------------------------- */
|
|
.icon-power-off:before, .icon-off:before, .bootstrap .process-icon-off:before { content: "\f011"; }
|
|
.icon-trash:before, .bootstrap .process-icon-delete:before, .bootstrap .process-icon-uninstall:before { content: "\f014"; }
|
|
.icon-rotate-left:before, .bootstrap .process-icon-reset:before, .icon-undo:before { content: "\f0e2"; }
|
|
.icon-anchor:before, .bootstrap .process-icon-anchor:before { content: "\f13d"; }
|
|
.icon-circle-arrow-left:before, .bootstrap .process-icon-back:before { content: "\f0a8"; }
|
|
.icon-question-circle:before, .bootstrap .process-icon-help-new:before { content: "\f059"; }
|
|
.icon-times:before, .icon-remove:before, #content .process-icon-cancel:before {content: "\f00d";}
|
|
|
|
.icon-save:before, #content .process-icon-save:before, #content .process-icon-save-and-stay:before, #content .process-icon-save-and-preview:before, .icon-floppy-o:before, .icon-save:before, #content .process-icon-save:before, #content .process-icon-save-and-stay:before, #content .process-icon-save-and-preview:before {
|
|
content: "\f0c7";
|
|
}
|
|
|
|
/* FORCE FONT AWESOME -------------------------- */
|
|
.conf:before {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
font-size: 3em;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
content: "\f058";
|
|
}
|
|
|
|
.alert:before {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
font-size: 3em;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
content: "\f071";
|
|
}
|
|
|
|
.panel-footer a:first-child {
|
|
margin: 0 5px;
|
|
}
|