diff options
Diffstat (limited to 'app/Resources/static/themes/material')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index d17d0198..446fe879 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -233,8 +233,17 @@ div.pagination ul .next.disabled { | |||
233 | color: #fff; | 233 | color: #fff; |
234 | } | 234 | } |
235 | 235 | ||
236 | .page-footer .footer-copyright { | ||
237 | min-width: 50px; | ||
238 | height: auto !important; | ||
239 | line-height: 1em !important; | ||
240 | } | ||
241 | |||
236 | .page-footer .footer-copyright p { | 242 | .page-footer .footer-copyright p { |
237 | display: inline; | 243 | text-overflow: ellipsis; |
244 | white-space: nowrap; | ||
245 | overflow: hidden; | ||
246 | display: block; | ||
238 | } | 247 | } |
239 | 248 | ||
240 | .hidden { | 249 | .hidden { |
@@ -452,6 +461,13 @@ main ul.row { | |||
452 | font-size: 15px; | 461 | font-size: 15px; |
453 | } | 462 | } |
454 | 463 | ||
464 | a.original { | ||
465 | text-overflow: ellipsis; | ||
466 | white-space: nowrap; | ||
467 | overflow: hidden; | ||
468 | display: block; | ||
469 | } | ||
470 | |||
455 | .card .card-entry-labels { | 471 | .card .card-entry-labels { |
456 | position: absolute; | 472 | position: absolute; |
457 | top: 10px; | 473 | top: 10px; |