diff --git a/src/main/webapp/event-logger/index.xhtml b/src/main/webapp/event-logger/index.xhtml index fdb936785..9b7aec0b5 100644 --- a/src/main/webapp/event-logger/index.xhtml +++ b/src/main/webapp/event-logger/index.xhtml @@ -6,7 +6,6 @@ Event Logger - @@ -19,66 +18,56 @@ - - - - - - - - - - @@ -121,5 +110,6 @@ "display", "none"); } + \ No newline at end of file diff --git a/src/main/webapp/resources/css/app.css b/src/main/webapp/resources/css/app.css index c9d438b1f..6adc96f4a 100644 --- a/src/main/webapp/resources/css/app.css +++ b/src/main/webapp/resources/css/app.css @@ -220,14 +220,22 @@ body .ui-menu { border: 1px solid #3b3e40; } -/* [TO DO] find a way to not use !important */ body .ui-datepicker .ui-datepicker-header { - padding: 0.5rem !important; + padding: 0.5rem; } -/* [TO DO] find a way to not use !important */ body .ui-datepicker .ui-datepicker-calendar td { - padding: 0.01rem !important; + padding: 0.01rem; +} + +body .ui-datepicker .ui-datepicker-calendar td>a { + width: 2rem; + height: 2.2rem; + line-height: 2.2rem; +} + +body .ui-datepicker.ui-input-overlay { + margin-top: 30%; } .ui-datepicker th {