]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix CSS on short browsers (Issue #5574)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 8 May 2019 15:32:27 +0000 (11:32 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 8 May 2019 15:32:27 +0000 (11:32 -0400)
CHANGES.md
doc/cups.css

index f93f84d134d91bc12e6d7fb58603f9b53ef54aa3..f111ab85c358d5166a78575d2a2bf522a9ecdf53 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES - 2.2.12 - 2019-05-01
+CHANGES - 2.2.12 - 2019-05-08
 =============================
 
 
@@ -13,6 +13,8 @@ Changes in CUPS v2.2.12
 - Restored minimal support for the `Emulators` keyword in PPD files to allow
   old Samsung printer drivers to continue to work (Issue #5562)
 - Timed out job submission now yields an error (Issue #5570)
+- The footer in the web interface covered some content on small displays
+  (Issue #5574)
 
 
 Changes in CUPS v2.2.11
index da6ac1594e8d5b3886cfd0b2b5ea8d0ae452993c..79774b1043fa0e9ceba844912054038ac0e5a78d 100644 (file)
@@ -76,6 +76,7 @@
   float: left;
   margin-left: 0.5%;
   margin-right: 0;
+  padding-bottom: 40px;
   width: 33%;
 }
 .row .thirds:first-child {
@@ -86,6 +87,7 @@
   float: left;
   margin-left: 0.5%;
   margin-right: 0;
+  padding-bottom: 40px;
   width: 49.75%;
 }
 .row .halves:first-child {