summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 18:31:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 18:31:16 +0000
commit85dc4438aad78e765a01087e058b1b00b554714a (patch)
tree6a3fac0b69578f56c18ca00ba36d09561436944c /usr/local/www/wizard.php
parentbf678a5627bc3edf4d77655f553b2aab98e042d0 (diff)
downloadpfsense-85dc4438aad78e765a01087e058b1b00b554714a.zip
pfsense-85dc4438aad78e765a01087e058b1b00b554714a.tar.gz
Change rounded corner color to match the rest of the items
Diffstat (limited to 'usr/local/www/wizard.php')
-rwxr-xr-xusr/local/www/wizard.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index 7901816..442ac44 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -192,7 +192,7 @@ function enablechange() {
<a href="/"><img border="0" src="./themes/<?= $g['theme']; ?>/images/logo.gif"></a>
<p>
-<div id="roundme">
+<div style="width:700px;background-color:#ffffff" id="roundme">
<table bgcolor="#ffffff" width="600" cellspacing="0" cellpadding="3">
<!-- wizard goes here -->
<tr><td>&nbsp;</td></tr>
@@ -358,12 +358,13 @@ function enablechange() {
}
?>
</table>
+<br>&nbsp;
</div>
</form>
<script type="text/javascript">
NiftyCheck();
-Rounded("div#roundme","top","#FFF","#EEEEEE","smooth");
+Rounded("div#roundme","all","#000","#FFFFFF","smooth");
</script>
</body>
@@ -465,4 +466,4 @@ function is_timezone($elt) {
return !preg_match("/\/$/", $elt);
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud