akaunting/public/css/app.css

603 lines
11 KiB
CSS
Raw Normal View History

2017-09-14 22:21:00 +03:00
.logo-lg {
text-align: left;
}
.logo-image-mini {
margin: 12px 3px 0 0;
}
.logo-image-lg {
margin: -5px 5px 0 0;
}
.input-group-addon {
min-width: 41px;
}
.new-button {
margin-left: 20px;
}
.content-center {
margin: 0 auto;
max-width : 1300px;
}
.form-group {
/*max-width: 450px;*/
}
.tab-margin {
margin: 25px 0;
}
.sort-icon {
opacity: 0.5;
}
.input-filter {
display: inline;
width: inherit;
}
.title-filter {
margin-right: 10px;
}
.btn-filter {
margin-bottom: 1px;
}
.setting-buttons {
/*padding: 15px 0 0 15px;
border-top: 1px solid #f4f4f4;*/
float: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-top: 1px solid #f4f4f4;
padding: 10px;
background-color: #fff;
}
#sale {
width: 15px;
height: 15px;
background: #00c0ef;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
#cost {
width: 15px;
height: 15px;
background: #F56954;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
#profit {
width: 15px;
height: 15px;
background: #2FB628;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
div.required .control-label:not(span):after, td.required:after {
content: ' *';
color: #F00;
font-weight: bold;
}
.form-group .select2-container {
width: 100% !important;
}
.form-group .select2-container--default .select2-selection--single {
border-radius: 0px;
}
.form-group .select2-container .select2-selection--single {
height: 34px;
border: 1px solid #d2d6de;
}
.form-group .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0px;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: inherit;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 30px;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #555 transparent transparent transparent;
}
.info-box .progress .progress-bar {
background: inherit;
}
.info-box .progress .progress-bar.progress-bar-green, .progress-bar-success {
background-color: #00a65a;
}
.info-box .progress .progress-bar.progress-bar-red, .progress-bar-danger {
background-color: #dd4b39;
}
.info-box .progress .progress-bar.progress-bar-aqua, .progress-bar-info {
background-color: #00c0ef;
}
.box.box-success .table.table-bordered {
font-size: 14px;
}
.info-box-icon i {
margin-top: 20px;
}
.box.box-success .chart svg, .chart canvas {
width: 96% !important;
margin-left: 25px;
}
.daily-footer {
margin-left: 5px;
margin-top: 5px;
padding-top: 10px;
border-top: 1px solid #f4f4f4;
}
.nav-tabs-custom>.nav-tabs>li.active {
border-top-color: #00a65a;
}
.input-group .btn-group.radio-inline {
padding-left: inherit;
}
.input-group input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
outline: inherit;
outline-offset: 0px;
}
.input-group .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
margin-left: 0px;
}
.users-image {
float: left;
width: 25px;
height: 25px;
border-radius: 50%;
margin-right: 10px;
margin-top: -2px;
}
.setting-form .box-footer .col-sm-12 .form-group {
margin-left: 5px;
}
/*
.setting-form .box-footer .col-sm-12 .form-group a {
margin-left: 10px;
}
*/
.col-sm-12 .nav-tabs-custom .tab-content .tab-pane {
overflow: auto;
}
.fake-input {
/*width: 370px !important;*/
}
.navbar-custom-menu .navbar-nav > li > a > i {
line-height: 20px;
}
.tasks-menu img {
margin: 1px 0 2px 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #00a65a !important;
color : #FFFFFF;
}
.form-control:focus {
border-color: #00a65a !important;
}
.box.box-success .invoice, .box.box-success .bill {
border: none;
margin: 0;
}
.bill {
position: relative;
background: #fff;
padding: 20px;
}
#loading {
position: absolute;
top: 40%;
left: 40%;
}
2017-11-18 16:57:55 +03:00
#confirm #loading {
2017-11-18 15:23:20 +03:00
position: inherit;
top: 40%;
2017-11-18 16:57:55 +03:00
left: inherit;
2017-11-18 15:23:20 +03:00
}
2017-09-14 22:21:00 +03:00
#payment-modal .form-group.col-md-6 .help-block {
color : #F00;
}
.login-page {
2018-01-27 15:46:37 +03:00
background: url('../img/login.jpg') no-repeat center center fixed;
2017-09-14 22:21:00 +03:00
height: 100%;
width: 100%;
padding: 5% 0;
2018-01-27 15:46:37 +03:00
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
2017-09-14 22:21:00 +03:00
}
.login-logo img {
width: 70px;
}
2018-01-27 16:12:53 +03:00
.user-panel {
min-height: 50px;
}
.user-panel .pull-left.info.open {
position: fixed;
z-index: 9999;
}
2017-09-14 22:21:00 +03:00
.user-panel > .image > img {
2018-01-27 16:12:53 +03:00
height: auto;
max-height: 45px;
width: 100%;
2017-09-14 22:21:00 +03:00
}
.main-header .add-new.nav.navbar-nav i {
margin-top: 3px;
line-height: 17px;
}
.navbar-nav > .add-new-menu > .dropdown-menu {
width: 465px;
max-height: 180px;
padding: 0 0 0 0;
margin: 0;
top: 100%;
}
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline {
margin-left: 0;
}
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li {
width: 150px;
}
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li .menu {
margin: 0;
padding: 0;
list-style: none;
overflow-x: hidden;
}
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li.header {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background-color: #ffffff;
padding: 7px 10px;
border-bottom: 1px solid #f4f4f4;
color: #444444;
font-size: 14px;
}
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li > a {
color: #444444;
overflow: hidden;
text-overflow: ellipsis;
padding: 10px;
}
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li .menu > li > a {
display: block;
white-space: nowrap;
border-bottom: 1px solid #f4f4f4;
color: #444444;
overflow: hidden;
text-overflow: ellipsis;
padding: 10px;
}
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li .menu > li > a:hover {
background: #f4f4f4;
text-decoration: none;
}
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li.footer > a {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
font-size: 12px;
background-color: #fff;
padding: 7px 10px;
border-bottom: 1px solid #eeeeee;
color: #444 !important;
text-align: center;
}
.add-new .add-new-menu .menu {
width: 150px;
}
.ajax-search {
padding: 5px;
}
#result-search {
border-color: #00a65a;
}
#result-search li a:hover {
color: #FFFFFF;
background-color : #00A65A !important;
}
#result-search li a:hover .ajax-search .name {
color: #FFFFFF !important;
}
.ajax-search .name {
font-size: 14px;
font-weight: bold;
}
.ajax-search .type {
font-size: 12px;
}
.table.table-responsive tbody tr td {
vertical-align: middle;
}
.form-group.has-error .fancy-file {
margin-bottom: 15px;
}
ul.add-new.nav.navbar-nav.pull-left {
margin: 0;
}
.table {
font-weight: 400;
font-size: inherit;
}
.no-padding-left {
padding-left: 0;
}
.no-padding-right {
padding-right: 0;
}
.invoice-header {
padding-bottom: 9px;
margin: 10px 0 20px 0;
border-bottom: 1px solid #eee;
}
.invoice-company {
padding-left: 23px;
}
.invoice-logo {
max-width: 430px;
max-height: 120px;
}
2017-09-26 01:22:02 +03:00
.login-box-footer {
text-align: center;
margin-top: 30px;
color: #d8d8d8;
}
.login-box-footer a {
color: #d8d8d8;
}
2017-10-07 14:41:10 +03:00
.delete-link:hover, .delete-link:focus {
background-color: #e1e3e9 !important;
color: #333 !important;
text-decoration: none !important;
outline: none !important;
}
.delete-link {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
width: 100%;
text-align: left;
/* button to link */
background-color: transparent !important;
border: none;
cursor: pointer;
}
.table-responsive {
overflow-x: visible;
}
2017-11-27 12:44:50 +03:00
.margin-top {
margin-top: 20px;
}
2017-09-14 22:21:00 +03:00
@media only screen and (max-width : 768px) {
.main-header .add-new.nav.navbar-nav i {
margin-top: 3px;
line-height: 27px;
}
ul.add-new.nav.navbar-nav.pull-left li {
position: initial;
}
.navbar-nav .open .dropdown-menu {
position: absolute;
}
.dropdown.add-new-menu.open .dropdown-menu {
background-color: #ffffff;
}
}
@media only screen and (max-width : 480px) {
.main-header .add-new.nav.navbar-nav i {
margin-top: 3px;
line-height: 27px;
}
ul.add-new.nav.navbar-nav.pull-left li {
position: initial;
}
.navbar-nav .open .dropdown-menu {
position: absolute;
}
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li {
width: 120px;
}
.dropdown.add-new-menu.open .dropdown-menu {
background-color: #ffffff;
}
}
2018-03-30 17:46:50 +03:00
@media only screen and (min-width : 768px) {
.amount-space {
padding-right: 30px !important;
}
}
.text-disabled {
opacity: 0.4;
}
2018-04-07 12:00:39 +03:00
.print-width {
max-width: 1500px;
}
2017-12-27 11:50:07 +03:00
/*
.tooltip > .tooltip-inner {
background-color: #6da252;
}
.tooltip.right .tooltip-arrow {
border-right-color: #6da252 !important;
}
2017-12-27 11:50:07 +03:00
2017-11-18 15:23:20 +03:00
.content-wrapper {
overflow: inherit;
}
.main-footer {
bottom: 0;
left: 0;
position: fixed;
right: 0;
z-index: 999;
2017-12-27 11:50:07 +03:00
}
*/
2017-12-18 19:48:56 +03:00
.progress-bar-green, .progress-bar-success {
background-color: #6da252;
}
#chart .row {
margin-top: 10px;
}
#chart .row .col-md-3 .customer-content .progress {
clear: both;
margin-top: 25px;
margin-bottom: 10px;
}
span.picture, span.attachment {
margin-left: 10px;
vertical-align: middle;
}
.form-group.col-md-6 input.fake-input.form-control{
min-width: 150px;
2018-04-17 16:40:52 +03:00
}
2018-04-24 15:56:21 +03:00
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
2018-04-17 16:40:52 +03:00
-webkit-appearance: none;
2018-04-24 15:56:21 +03:00
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
2018-04-24 15:33:58 +03:00
}
.btn-icon {
height: 34px;
}
.form-small #account_id, .form-small .select2.select2-container {
2018-04-26 15:42:46 +03:00
width: 90% !important;
float: left;
}
.form-small #currency {
2018-04-26 15:42:46 +03:00
width: 10%;
}
2018-04-27 16:48:59 +03:00
2018-04-28 19:20:06 +03:00
.input-group-recurring {
padding-left: 0 !important;
padding-right: 0 !important;
}
.popover-content, .discount.box-body, .discount.box-footer {
padding-left: 0 !important;
padding-right: 0 !important;
}
.discount-description {
margin-top: 6px;
margin-left: -20px;
2018-04-27 16:48:59 +03:00
}