flask-openerp-stock_cart/static/default/css/custom.css

114 lines
3.3 KiB
CSS

body {padding-top: 0px; padding-bottom: 40px; background-color: #f5f5f5}
.error {color:#FF0000; font-size: 13px !important}
.stock-alert {color:#FF0000 !important}
#footer { text-align: center}
.footer-menu li { display: inline; list-style-type: none; padding-right: 20px;}
/* Login template */
.login-box {padding-top: 40px}
.login-form {max-width: 400px; padding: 19px 29px 29px; margin: 0 auto 20px; background-color: #fff; border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.login-form .login-form-heading,
.login-form .checkbox { margin-bottom: 10px}
.login-form input[type="text"],
.login-form label.error, label.error { color: red}
.login-form legend { font-size:16px; font-weight: bold !important}
/* Subnav Toolbar */
.subnav {
width: 100%;
height: 36px;
background-color: #eeeeee;
/* Old browsers */
background-repeat: repeat-x;
/* Repeat the gradient */
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
/* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
/* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
/* IE10+ */
background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
/* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );
/* IE6-9 */
background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
/* W3C */
border: 1px solid #e5e5e5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.subnav .nav {
margin-bottom: 0;
}
.subnav .nav > li > a {
color: #333333;
margin: 0;
padding-top: 11px;
padding-bottom: 11px;
border-left: 1px solid #f5f5f5;
border-right: 1px solid #e5e5e5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
padding-left: 13px;
color: #777;
background-color: #e9e9e9;
border-right-color: #ddd;
border-left: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
border-left: 0;
padding-left: 12px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
border-right: 0;
}
.subnav .dropdown-menu {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
/* End Subnav */
/* Index */
.index-box { padding-top: 10px}
/* End Index */
/* Picking */
.basket { min-height:60px !important}
#send-process { text-align: right}
/* End picking */