From: Alexandr Danilov Date: Wed, 12 Aug 2015 17:27:30 +0000 (+0300) Subject: improved view X-Git-Tag: 2.0.0-alpha.0~34^2~10 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=8ba913d87a1e7f5223080c4e422301561fa74467;p=github%2Fwallabag%2Fwallabag.git improved view --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig index 73abc3f8..2c513ffe 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig @@ -23,19 +23,23 @@

{{ flashMessage }}

{% endfor %} -
- - -
+
-
- - -
+
+ + +
+ +
+ + +
+ +
+ + +
-
- -
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css index 9650a12b..6dd6ed55 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css @@ -100,14 +100,14 @@ nav input { white-space: nowrap; } -.input-field input { +.nav-panels .input-field input { display: block; line-height: inherit; padding-left: 4rem !important; width: calc(100% - 8rem); } -.input-field input:focus { +.nav-panels .input-field input:focus { background-color: #fff; border: 0; box-shadow: none;