aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/main.css
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-11-03 12:49:57 +0100
committerThomas Citharel <tcit@tcit.fr>2016-11-03 12:49:57 +0100
commitd56d416d9bf18722a54a1b262e742767a41fb165 (patch)
tree27e194ab9ccace0e33b4eaa81b49edf1055059a7 /app/Resources/static/themes/material/css/main.css
parent3221b2e413eeddf952310a702fff0f887384018f (diff)
downloadwallabag-d56d416d9bf18722a54a1b262e742767a41fb165.tar.gz
wallabag-d56d416d9bf18722a54a1b262e742767a41fb165.tar.zst
wallabag-d56d416d9bf18722a54a1b262e742767a41fb165.zip
Deal with more resolution issues
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'app/Resources/static/themes/material/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css18
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
464a.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;