Merge branch 'ent-5094-selector-fechas-informes-html' into 'develop'

Added margin to date selector elements in reporting viewer

See merge request artica/pandorafms!2945
This commit is contained in:
Daniel Rodriguez 2019-12-12 09:10:35 +01:00
commit 01db6dd3b2
1 changed files with 10 additions and 0 deletions

View File

@ -5997,3 +5997,13 @@ form#modal_form_feedback ul.wizard li > textarea {
.pandora_green_bg {
background-color: #82b92e;
}
/*
* ---------------------------------------------------------------------
* - REPORTING VIEWER
* ---------------------------------------------------------------------
*/
#controls_table > tbody > tr > td input {
margin-left: 3px;
}