diff --git a/app/static/css/light.css b/app/static/css/light.css index a59aea3..109aedf 100644 --- a/app/static/css/light.css +++ b/app/static/css/light.css @@ -122,7 +122,10 @@ display: block; margin: 5px 15px; padding: 5px 10px; font-size: 14px; - background: #e8e8e8; transition: background .15s ease; + transition: background .15s ease; +} +#menu form label { + float: left; margin-right: 10px; } #menu form input:first-child { margin-bottom: 0; border-bottom: none;