summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2008-07-01 00:46:40 +0000
committerScott Dale <sdale@pfsense.org>2008-07-01 00:46:40 +0000
commitea298b8206ec38790418a6b77f3b0a37a18b37ac (patch)
tree531bcb88c9912e47991690e1933074b661dab08d /usr/local/www/index.php
parent78155ff9280f68d32759c69df43343f9784cea4b (diff)
downloadpfsense-ea298b8206ec38790418a6b77f3b0a37a18b37ac.zip
pfsense-ea298b8206ec38790418a6b77f3b0a37a18b37ac.tar.gz
correct width for widget coloumns
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index f1ec49f..8167dc4 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -453,7 +453,7 @@ echo $jscriptstr;
<div id="welcome-container">
<h1>
<div style="float:left;width:80%;padding: 2px">
- Welcome to the New Dashboard page!
+ Welcome to the Dashboard page!
</div>
<div onclick="domTT_close(this);showAllWidgets();" style="float:right;width:8%; cursor:pointer;padding: 5px;" >
<img src="./themes/<?= $g['theme']; ?>/images/icons/icon_close.gif" />
@@ -490,7 +490,7 @@ echo $jscriptstr;
$printed = false;
$firstprint = false;
?>
- <div id="col1" style="float:left;width:50%;padding-bottom:40px">
+ <div id="col1" style="float:left;width:49%;padding-bottom:40px">
<?php
if ($config['widgets']){
@@ -579,7 +579,7 @@ echo $jscriptstr;
$printed = true;
?>
</div>
- <div id="col2" style="float:right;width:50%;padding-bottom:40px">
+ <div id="col2" style="float:right;width:49%;padding-bottom:40px">
<?php
}
}
OpenPOWER on IntegriCloud