diff options
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 446fe879..48a7420a 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -507,6 +507,10 @@ a.original { | |||
507 | white-space: nowrap; | 507 | white-space: nowrap; |
508 | } | 508 | } |
509 | 509 | ||
510 | .card .card-entry-labels-hidden li:first-child { | ||
511 | margin-left: 0; | ||
512 | } | ||
513 | |||
510 | .card-entry-tags a, | 514 | .card-entry-tags a, |
511 | .card-entry-labels a, | 515 | .card-entry-labels a, |
512 | .card-tag-labels a, | 516 | .card-tag-labels a, |
@@ -564,7 +568,12 @@ a.original { | |||
564 | height: 10em; | 568 | height: 10em; |
565 | } | 569 | } |
566 | 570 | ||
567 | .card .card-image .preview { | 571 | .card .card-fullimage { |
572 | height: 13.5em; | ||
573 | } | ||
574 | |||
575 | .card .card-image .preview, | ||
576 | .card .card-fullimage .preview { | ||
568 | height: 14em; | 577 | height: 14em; |
569 | background-size: cover; | 578 | background-size: cover; |
570 | background-repeat: no-repeat; | 579 | background-repeat: no-repeat; |