Initial commit

This commit is contained in:
Manuel Cillero 2020-04-10 12:48:19 +02:00
commit f4bfb0e367
71 changed files with 10399 additions and 0 deletions

162
www/dam/css/reports.css Normal file
View file

@ -0,0 +1,162 @@
/**
* Filter forms.
*/
.panel-filter {
margin-top: 20px;
}
.panel-filter .panel-heading {
font-size: 18px;
font-weight: bold;
text-shadow: 0 1px 0 #fff;
}
.panel-filter p.description {
margin-bottom: 1.2em;
font-size: 15px;
}
@media (min-width: 768px) {
.form-inline .form-group {
margin-right: 1em;
}
}
.form-inline .form-group {
margin-bottom: 1.8em;
}
.form-inline .form-group label {
display: block;
}
.form-inline .filter-buttons {
margin-top: 1.42857em;
padding-top: 4px;
}
label.required:after {
content: " *";
position: relative;
top: -0.2em;
color: red;
}
label.error {
margin-left: 4px;
font-size: 12px;
color: red;
}
input + label.error {
position: absolute;
top: 3.8em;
}
.input-date-date {
text-align: center;
width: 7em !important;
}
.input-date-year {
text-align: center;
}
.input-date-month {
text-align: center;
width: 10em !important;
}
.datepicker-dropdown {
z-index: 8888 !important;
}
.form-div {
position: relative;
}
.bootstrap-select > .dropdown-toggle {
height: 46px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px;
}
@media (min-width: 768px) {
.form-selectpicker {
width: 30%;
}
.form-group-node.form-selectpicker {
max-width: 260px;
}
}
.bootstrap-select.btn-group .dropdown-menu li a {
outline: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
font-size: 18px;
}
.form-group-smaller .bootstrap-select.btn-group .dropdown-menu li a span.text {
font-size: inherit;
}
.tt-hint {
color: #999
}
.tt-menu {
margin: 12px 0;
padding: 8px 0;
max-height: 200px;
overflow-y: auto;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-menu,
.form-typeahead .typeahead,
span.twitter-typeahead {
width: 100%;
}
.tt-empty,
.tt-suggestion {
padding: 3px 1em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.tt-suggestion:hover {
cursor: pointer;
color: #fff;
background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
color: #fff;
background-color: #0097cf;
}
.tt-suggestion p {
margin: 0;
}
.tt-empty {
font-weight: bold;
}
@media (min-width: 768px) {
.form-typeahead {
width: 50%;
}
}
/**
* Info.
*/
.panel-informa .panel-heading {
font-family: SirinStencil, Georgia, serif;
font-size: 48px;
line-height: 48px;
color: #666;
padding: 2px 5px 6px;
}
.panel-informa > table tr > td {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.panel-informa > table tr > td:first-child {
font-weight: bold;
font-family: inherit;
color: #555;
width: 190px;
}
#debug-info ol > li {
word-break: break-word;
}