diff --git a/_layouts/default.html b/_layouts/default.html index adc45ac19d..76efc89c56 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -31,10 +31,20 @@ common-js: diff --git a/static/styles/custom/common.css b/static/styles/custom/common.css index da3bbf3cc1..a6140ab0c7 100644 --- a/static/styles/custom/common.css +++ b/static/styles/custom/common.css @@ -50,3 +50,7 @@ table thead tr th, table tbody tr td { border-bottom: 1px solid #ddd; padding: 4px; } + +.navbar-input-group-fixup { + margin-top: 5px; +}