From e9e3f938053174b93a0ee246600c5771d801e712 Mon Sep 17 00:00:00 2001 From: Simounet Date: Mon, 4 Dec 2017 19:25:03 +0100 Subject: Label replaced by a button on the nav new entry form --- app/Resources/static/themes/material/css/various.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app/Resources/static/themes/material/css/various.scss') diff --git a/app/Resources/static/themes/material/css/various.scss b/app/Resources/static/themes/material/css/various.scss index 7daf40ec..9d2f94f5 100644 --- a/app/Resources/static/themes/material/css/various.scss +++ b/app/Resources/static/themes/material/css/various.scss @@ -21,6 +21,17 @@ div.settings div.file-field { nav .input-field input { margin: 0; + padding-left: 0.5rem; +} + +.new-entry-button { + padding: 0 1rem; + background-color: transparent; + border: none; + + &:focus { + background-color: inherit; + } } .tabs { -- cgit v1.2.3