From 1d9c058132649afc457cb08b5f73c04f2a1748d9 Mon Sep 17 00:00:00 2001 From: Krophil Date: Tue, 20 Sep 2016 17:12:09 +0200 Subject: [PATCH] Revert "radius removed" This reverts commit 26a1300417e7838c6b0865500f2b9f7a81f2cef8. --- core/static/core/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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---------------------------------*/