diff --git a/views/bootstrap/styles/application.css b/views/bootstrap/styles/application.css index b10e35780..ffe319622 100644 --- a/views/bootstrap/styles/application.css +++ b/views/bootstrap/styles/application.css @@ -252,6 +252,10 @@ div.statusbar-container h1 { font-weight: normal; } +a.accordion2-toggle:focus, a.accordion2-toggle:hover { + text-decoration: none; +} + span.datepicker { padding: 0px; } diff --git a/views/bootstrap4/styles/application.css b/views/bootstrap4/styles/application.css index a9c5a6f79..024e02dfc 100644 --- a/views/bootstrap4/styles/application.css +++ b/views/bootstrap4/styles/application.css @@ -1,5 +1,5 @@ body { /* Add top padding for full-width layout */ - padding-top: 9.3rem; + padding-top: 3.7rem; } #login_wrapper { margin: auto auto; @@ -260,6 +260,10 @@ div.statusbar-container h1 { font-weight: normal; } +a.accordion2-toggle:focus, a.accordion2-toggle:hover { + text-decoration: none; +} + span.datepicker { padding: 0px; }