From: Mike Baker Date: Thu, 15 Jun 2006 21:58:38 +0000 (+0000) Subject: fix some webif rendering bugs X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=68233e5bf8a22439aa1a959e19a8d71592ccc5a5;p=openwrt%2Fsvn-archive%2Farchive.git fix some webif rendering bugs SVN-Revision: 3957 --- 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%; }