From 7b97b099972301fbe4684a152df353bb3c391065 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Thu, 15 Jun 2006 21:58:38 +0000 Subject: [PATCH] fix some webif rendering bugs SVN-Revision: 3957 --- openwrt/package/webif/files/usr/lib/webif/webif.sh | 1 - openwrt/package/webif/files/www/webif.css | 12 +++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/openwrt/package/webif/files/usr/lib/webif/webif.sh b/openwrt/package/webif/files/usr/lib/webif/webif.sh index f94b8146b9..a81c245742 100644 --- a/openwrt/package/webif/files/usr/lib/webif/webif.sh +++ b/openwrt/package/webif/files/usr/lib/webif/webif.sh @@ -89,7 +89,6 @@ Pragma: no-cache @TR<<OpenWrt Administrative Console>> -
diff --git a/openwrt/package/webif/files/www/webif.css b/openwrt/package/webif/files/www/webif.css index f3efb40144..533107f77a 100644 --- a/openwrt/package/webif/files/www/webif.css +++ b/openwrt/package/webif/files/www/webif.css @@ -46,6 +46,11 @@ option { #container { position: relative; + height: 100%; +} + +#container[class] { + height: auto; min-height: 100%; } @@ -156,13 +161,6 @@ option { #save { position: absolute; bottom: 0; - clear: both; - width: 100%; - height: 7.4em; -} - -#save .page-save { - height: 2.3em; width: 100%; } -- 2.30.2