]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/main.css
Deal with more resolution issues
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / main.css
index d17d019854ff8efd8439bc04b745648054812d97..446fe8797392d4963396a42d4ec22a9d980e4229 100755 (executable)
@@ -233,8 +233,17 @@ div.pagination ul .next.disabled {
   color: #fff;
 }
 
+.page-footer .footer-copyright {
+  min-width: 50px;
+  height: auto !important;
+  line-height: 1em !important;
+}
+
 .page-footer .footer-copyright p {
-  display: inline;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+  overflow: hidden;
+  display: block;
 }
 
 .hidden {
@@ -452,6 +461,13 @@ main ul.row {
   font-size: 15px;
 }
 
+a.original {
+  text-overflow: ellipsis;
+  white-space: nowrap;
+  overflow: hidden;
+  display: block;
+}
+
 .card .card-entry-labels {
   position: absolute;
   top: 10px;