diff options
author | Renato Botelho <garga@pfSense.org> | 2013-08-15 12:17:55 -0700 |
---|---|---|
committer | Renato Botelho <garga@pfSense.org> | 2013-08-15 12:17:55 -0700 |
commit | bc317d1e25d3c934c398711baad560a1d93f927e (patch) | |
tree | 97204e9a69c91541269d764e56b0c77da2986680 /usr/local/www/index.php | |
parent | f59c7ae0b5ea1104ae684b23c3029593a7e12728 (diff) | |
parent | 1a6c12caaf44f0e5eaf17381c0f4551cf534eaea (diff) | |
download | pfsense-bc317d1e25d3c934c398711baad560a1d93f927e.zip pfsense-bc317d1e25d3c934c398711baad560a1d93f927e.tar.gz |
Merge pull request #776 from CharlieMarshall/helper
improve the look of the pop up helper widget
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-x | usr/local/www/index.php | 6 |
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> |