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/nav.scss | 1 - app/Resources/static/themes/material/css/various.scss | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'app/Resources') diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss index 99a048b0..7191a71a 100644 --- a/app/Resources/static/themes/material/css/nav.scss +++ b/app/Resources/static/themes/material/css/nav.scss @@ -68,7 +68,6 @@ nav .nav-wrapper i { .input-field input { display: block; line-height: inherit; - padding-left: 4rem !important; width: calc(100% - 8rem); height: 4.1rem; } 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