summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-08-14 22:12:33 +0100
committerCharlie Marshall <charlie0440@gmail.com>2013-08-14 22:12:33 +0100
commit1a6c12caaf44f0e5eaf17381c0f4551cf534eaea (patch)
tree183d4c2241f7421bd7fc4139dfe088c769e69523 /usr/local/www/index.php
parent1016c546b6d5944b417e1f1f191bab71b1e1ad8c (diff)
downloadpfsense-1a6c12caaf44f0e5eaf17381c0f4551cf534eaea.zip
pfsense-1a6c12caaf44f0e5eaf17381c0f4551cf534eaea.tar.gz
improve the look of the pop up helper widget
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 185b8c9..3e9782d 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -524,11 +524,11 @@ pfSense_handle_custom_code("/usr/local/pkg/dashboard/pre_dashboard");
<div id="welcomecontainer" style="display:none">
<div id="welcome-container">
- <div style="float:left;width:80%;padding: 2px">
+ <div style="float:left;width:100%;padding: 2px">
<h1><?=gettext("Welcome to the Dashboard page"); ?>!</h1>
</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" alt="close" />
+ <div onclick="domTT_close(this);showAllWidgets();" style="width:87%; position: absolute; cursor:pointer; padding: 10px;" >
+ <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_close.gif" alt="close" style="float:right" />
</div>
<div style="clear:both;"></div>
<p>
OpenPOWER on IntegriCloud