mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
182 lines
3.3 KiB
CSS
182 lines
3.3 KiB
CSS
|
/*
|
||
|
body > div.container {
|
||
|
min-height: 600px;
|
||
|
}
|
||
|
*/
|
||
|
|
||
|
label.checkbox,
|
||
|
label.control-label {
|
||
|
font-weight: normal !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
div.panel {
|
||
|
padding-left: 0px !important;
|
||
|
padding-right: 0px !important;
|
||
|
}
|
||
|
|
||
|
.form-actions {
|
||
|
margin: 0;
|
||
|
background-color: transparent;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
.form-horizontal {
|
||
|
max-width: 750px;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
.form-group {
|
||
|
width: 50%;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
*/
|
||
|
|
||
|
/* DataTables and BootStrap */
|
||
|
.dataTables_wrapper {
|
||
|
padding-top: 16px;
|
||
|
}
|
||
|
|
||
|
table.table thead > tr > th {
|
||
|
border-bottom-width: 0px;
|
||
|
}
|
||
|
|
||
|
#DataTables_Table_0_length label {
|
||
|
font-weight: normal;
|
||
|
padding-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
div.dataTables_paginate.paging_bootstrap {
|
||
|
margin-top: -30px;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
table.table tbody tr.odd {
|
||
|
background-color: #f9f9f9;
|
||
|
}
|
||
|
|
||
|
table.table tbody tr:hover {
|
||
|
background-color: #f0f0f0 !important;
|
||
|
}
|
||
|
*/
|
||
|
|
||
|
|
||
|
/* table sorting indicators */
|
||
|
/*table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; }*/
|
||
|
/*
|
||
|
table.table thead .sorting,
|
||
|
table.table thead .sorting_asc,
|
||
|
table.table thead .sorting_desc,
|
||
|
table.table thead .sorting_asc_disabled,
|
||
|
table.table thead .sorting_desc_disabled {
|
||
|
cursor: pointer;
|
||
|
*cursor: hand;
|
||
|
}
|
||
|
|
||
|
table.table thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
|
||
|
table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
|
||
|
|
||
|
|
||
|
table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
|
||
|
table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
|
||
|
*/
|
||
|
|
||
|
|
||
|
/* Hover nav */
|
||
|
.sidebar-nav {
|
||
|
padding: 9px 0;
|
||
|
}
|
||
|
|
||
|
.dropdown-menu .sub-menu {
|
||
|
left: 100%;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
visibility: hidden;
|
||
|
margin-top: -1px;
|
||
|
}
|
||
|
|
||
|
.dropdown-menu li:hover .sub-menu {
|
||
|
visibility: visible;
|
||
|
}
|
||
|
|
||
|
.dropdown:hover .dropdown-menu {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.navbar .sub-menu:before {
|
||
|
border-bottom: 7px solid transparent;
|
||
|
border-left: none;
|
||
|
border-right: 7px solid rgba(0, 0, 0, 0.2);
|
||
|
border-top: 7px solid transparent;
|
||
|
left: -7px;
|
||
|
top: 10px;
|
||
|
}
|
||
|
.navbar .sub-menu:after {
|
||
|
border-top: 6px solid transparent;
|
||
|
border-left: none;
|
||
|
border-right: 6px solid #fff;
|
||
|
border-bottom: 6px solid transparent;
|
||
|
left: 10px;
|
||
|
top: 11px;
|
||
|
left: -6px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.invoice-table {
|
||
|
border-style: none !important;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
table.invoice-table tbody tr:hover {
|
||
|
background-color: #FFFFFF !important;
|
||
|
}
|
||
|
*/
|
||
|
|
||
|
.invoice-table td {
|
||
|
padding: 2px !important;
|
||
|
}
|
||
|
|
||
|
.invoice-table td input,
|
||
|
.invoice-table td textarea {
|
||
|
border: none !important;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.invoice-table th {
|
||
|
border-top: 1px solid #ddd !important;
|
||
|
}
|
||
|
|
||
|
.invoice-table td.hide-border,
|
||
|
.invoice-table th.hide-border {
|
||
|
border-style: none !important;
|
||
|
}
|
||
|
|
||
|
.invoice-table td.td-icon {
|
||
|
vertical-align: middle !important;
|
||
|
}
|
||
|
|
||
|
.fa-bars {
|
||
|
cursor: move !important;
|
||
|
}
|
||
|
|
||
|
.closer-row {
|
||
|
margin-bottom: 2px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* Animate col width changes */
|
||
|
.row div {
|
||
|
-webkit-transition: width 0.5s ease, margin 0.5s ease;
|
||
|
-moz-transition: width 0.5s ease, margin 0.5s ease;
|
||
|
-o-transition: width 0.5s ease, margin 0.5s ease;
|
||
|
transition: width 0.5s ease, margin 0.5s ease;
|
||
|
}
|