summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-04 00:26:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-04 00:26:12 +0000
commit0e9f9f5d58ab183a3f34be5aa7bf207a9f8e00f8 (patch)
treedf0d1ff5a89491512ae32ea985e77f077f3766bb /usr
parent5af3e20672c93c4da557e23895b6956ae4a9d0c6 (diff)
downloadpfsense-0e9f9f5d58ab183a3f34be5aa7bf207a9f8e00f8.zip
pfsense-0e9f9f5d58ab183a3f34be5aa7bf207a9f8e00f8.tar.gz
Use padding 5px; for help/info boxes
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php2
-rwxr-xr-xusr/local/www/system_firmware_settings.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index ff98b39..c13edec 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -591,7 +591,7 @@ include("head.inc");
<option value="conservative"<?php if($config['system']['optimization']=="conservative") echo " selected"; ?>>conservative</option>
</select>
<br />
- <textarea cols="60" rows="2" id="info" name="info"style="border:1px dashed #000066; background-color: #ffffff; color: #000000; font-size: 8pt;"></textarea>
+ <textarea cols="60" rows="2" id="info" name="info"style="padding:5px; border:1px dashed #000066; background-color: #ffffff; color: #000000; font-size: 8pt;"></textarea>
<script language="javascript" type="text/javascript">
update_description(document.forms[0].optimization.selectedIndex);
</script>
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index 3e523bf..f0b90d4 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -118,7 +118,7 @@ function enable_altfirmwareurl(enable_over) {
<option value="alpha"<?php if($curcfg['branch']=="alpha") echo " SELECTED"; ?>>Alpha</option>
</select>
<br>
- <textarea cols="60" rows="2" id="branchinfo" name="branchinfo"style="border:1px dashed #000066; background-color: #ffffff; color: #000000; font-size: 8pt;">
+ <textarea cols="60" rows="2" id="branchinfo" name="branchinfo"style="padding:5px; border:1px dashed #000066; background-color: #ffffff; color: #000000; font-size: 8pt;">
</textarea>
<script language="javascript">
update_description(document.forms[0].branch.selectedIndex);
OpenPOWER on IntegriCloud