]> 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:31:08 +0000 (11:31 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 8 May 2019 15:31:08 +0000 (11:31 -0400)
CHANGES.md
doc/cups.css

index fd46d45e172791bc3f9c05fcb348d4e851daad10..eaa12a667a9ef315e0b586d9fa046f899b4a4028 100644 (file)
@@ -1,10 +1,12 @@
-CHANGES - 2.3rc1 - 2019-05-03
+CHANGES - 2.3rc1 - 2019-05-08
 =============================
 
 
 Changes in CUPS v2.3rc1
 -----------------------
 
+- The footer in the web interface covered some content on small displays
+  (Issue #5574)
 - The `ippeveprinter` command now looks for print commands in the "command"
   subdirectory.
 
index 7dd628040a6f6dbfb436b697e25138c0687cbb05..1fba9cb78224e04060794176a35622eb74043323 100644 (file)
@@ -79,6 +79,7 @@
   float: left;
   margin-left: 0.5%;
   margin-right: 0;
+  padding-bottom: 40px;
   width: 33%;
 }
 .row .thirds:first-child {
@@ -89,6 +90,7 @@
   float: left;
   margin-left: 0.5%;
   margin-right: 0;
+  padding-bottom: 40px;
   width: 49.75%;
 }
 .row .halves:first-child {