luci-theme-bootstrap: add bottom margin to log views
authorJo-Philipp Wich <jo@mein.io>
Wed, 1 Dec 2021 14:09:11 +0000 (15:09 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 1 Dec 2021 14:09:44 +0000 (15:09 +0100)
Prevent the log output textareas to touch the footer border.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 3cc254bede7e3736b2e7d768ac83ad546db6e795..c3b99ed5bd97ed22808254a94b28805ed90ab04d 100644 (file)
@@ -1959,6 +1959,7 @@ form.inline { display: inline; margin-bottom: 0; }
 #syslog {
        width: 100%;
        color: var(--text-color-highest);
+       margin-bottom: 18px;
 }
 
 .cbi-section-table .tr:hover .td,