diff --git a/core/static/core/style.css b/core/static/core/style.css index 114b6352..f96ae8c1 100644 --- a/core/static/core/style.css +++ b/core/static/core/style.css @@ -23,6 +23,7 @@ header { background-color:#DDD; margin: 0 10px; padding: 0 10px; + border-radius: 0 0 10px 10px; } header ul { display: inline-block; @@ -59,7 +60,8 @@ header form { #language_chooser input { margin: 2px; - width:3em; + width: 3em; + height: 2em; } /*---------------------------------NAV---------------------------------*/