1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/public/css/style.css

182 lines
3.3 KiB
CSS
Raw Normal View History

2013-12-24 22:27:36 +01:00
/*
body > div.container {
2013-12-29 18:40:11 +01:00
min-height: 600px;
2013-12-24 22:27:36 +01:00
}
*/
label.checkbox,
label.control-label {
2013-12-29 18:40:11 +01:00
font-weight: normal !important;
2013-12-24 22:27:36 +01:00
}
div.panel {
2013-12-29 18:40:11 +01:00
padding-left: 0px !important;
padding-right: 0px !important;
2013-12-24 22:27:36 +01:00
}
.form-actions {
margin: 0;
background-color: transparent;
text-align: center;
}
/*
.form-horizontal {
2013-12-29 18:40:11 +01:00
max-width: 750px;
margin: 0 auto;
2013-12-24 22:27:36 +01:00
}
*/
/*
.form-group {
2013-12-29 18:40:11 +01:00
width: 50%;
margin: 0 auto;
2013-12-24 22:27:36 +01:00
}
*/
/* DataTables and BootStrap */
.dataTables_wrapper {
2013-12-29 18:40:11 +01:00
padding-top: 16px;
2013-12-24 22:27:36 +01:00
}
table.table thead > tr > th {
2013-12-29 18:40:11 +01:00
border-bottom-width: 0px;
2013-12-24 22:27:36 +01:00
}
#DataTables_Table_0_length label {
2013-12-29 18:40:11 +01:00
font-weight: normal;
padding-bottom: 10px;
2013-12-24 22:27:36 +01:00
}
div.dataTables_paginate.paging_bootstrap {
2013-12-29 18:40:11 +01:00
margin-top: -30px;
2013-12-24 22:27:36 +01:00
}
/*
table.table tbody tr.odd {
2013-12-29 18:40:11 +01:00
background-color: #f9f9f9;
2013-12-24 22:27:36 +01:00
}
table.table tbody tr:hover {
2013-12-29 18:40:11 +01:00
background-color: #f0f0f0 !important;
2013-12-24 22:27:36 +01:00
}
*/
/* table sorting indicators */
/*table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; }*/
2013-12-29 18:40:11 +01:00
2013-12-24 22:27:36 +01:00
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;
}
2013-12-29 18:40:11 +01:00
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; }
2013-12-24 22:27:36 +01:00
2013-12-29 18:40:11 +01:00
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; }
2013-12-24 22:27:36 +01:00
/* 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 {
2013-12-29 18:40:11 +01:00
border-style: none !important;
2013-12-24 22:27:36 +01:00
}
/*
table.invoice-table tbody tr:hover {
2013-12-29 18:40:11 +01:00
background-color: #FFFFFF !important;
2013-12-24 22:27:36 +01:00
}
*/
.invoice-table td {
2013-12-29 18:40:11 +01:00
padding: 2px !important;
2013-12-24 22:27:36 +01:00
}
.invoice-table td input,
.invoice-table td textarea {
2013-12-29 18:40:11 +01:00
border: none !important;
width: 100%;
2013-12-24 22:27:36 +01:00
}
.invoice-table th {
2013-12-29 18:40:11 +01:00
border-top: 1px solid #ddd !important;
2013-12-24 22:27:36 +01:00
}
.invoice-table td.hide-border,
.invoice-table th.hide-border {
2013-12-29 18:40:11 +01:00
border-style: none !important;
2013-12-24 22:27:36 +01:00
}
.invoice-table td.td-icon {
2013-12-29 18:40:11 +01:00
vertical-align: middle !important;
2013-12-24 22:27:36 +01:00
}
.fa-bars {
2013-12-29 18:40:11 +01:00
cursor: move !important;
2013-12-24 22:27:36 +01:00
}
.closer-row {
2013-12-29 18:40:11 +01:00
margin-bottom: 2px;
2013-12-24 22:27:36 +01:00
}
/* 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;
2013-12-29 18:40:11 +01:00
transition: width 0.5s ease, margin 0.5s ease;
}