Added margin to date selector elements in reporting viewer

This commit is contained in:
Luis Calvo 2019-12-05 18:55:15 +01:00
parent 0263060639
commit a184b50eb2
1 changed files with 10 additions and 0 deletions

View File

@ -6002,3 +6002,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;
}