Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
4526e03c2f
|
@ -1634,6 +1634,13 @@ body:not(.sidebar-collapse) .sidebar .nav-treeview .nav-treeview .nav-link {
|
||||||
display:none !important;
|
display:none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Fix per stile tema bootstrap-datetimepicker **/
|
||||||
|
.bootstrap-datetimepicker-widget table td,
|
||||||
|
.bootstrap-datetimepicker-widget table th{
|
||||||
|
padding: 0 !important;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
.navbar-left {
|
.navbar-left {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -118,7 +118,7 @@ if (!empty($documento)) {
|
||||||
<td>';
|
<td>';
|
||||||
echo input([
|
echo input([
|
||||||
'type' => 'ckeditor',
|
'type' => 'ckeditor',
|
||||||
'label' => tr('descrizione'),
|
'label' => tr('Descrizione'),
|
||||||
'name' => 'descrizione',
|
'name' => 'descrizione',
|
||||||
'required' => 1,
|
'required' => 1,
|
||||||
'extra' => 'rows="2"',
|
'extra' => 'rows="2"',
|
||||||
|
|
Loading…
Reference in New Issue