diff options
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index b81335eb..d3cd1244 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -91,6 +91,7 @@ body { | |||
91 | 91 | ||
92 | body.login main { | 92 | body.login main { |
93 | padding: 0; | 93 | padding: 0; |
94 | min-height: 100vh; | ||
94 | } | 95 | } |
95 | 96 | ||
96 | .border-bottom { | 97 | .border-bottom { |
@@ -256,6 +257,10 @@ nav input { | |||
256 | display: none; | 257 | display: none; |
257 | } | 258 | } |
258 | 259 | ||
260 | input-field.nav-panel-add, .input-field.nav-panel-add form { | ||
261 | height: 100%; | ||
262 | } | ||
263 | |||
259 | /* ========================================================================== | 264 | /* ========================================================================== |
260 | 2 = Side-nav | 265 | 2 = Side-nav |
261 | ========================================================================== */ | 266 | ========================================================================== */ |
@@ -342,6 +347,12 @@ main ul.row { | |||
342 | 347 | ||
343 | .card .card-content .card-title { | 348 | .card .card-content .card-title { |
344 | line-height: 32px; | 349 | line-height: 32px; |
350 | max-height: 64px; | ||
351 | display: block; | ||
352 | } | ||
353 | |||
354 | .card .card-content i.right, .card .card-reveal i.right { | ||
355 | margin-left: 0; | ||
345 | } | 356 | } |
346 | 357 | ||
347 | .card .card-entry-labels { | 358 | .card .card-entry-labels { |