summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-07-28 11:38:01 +0100
committerCharlie Marshall <charlie0440@gmail.com>2013-07-28 11:38:01 +0100
commitbb38e8e5f970456e3430cb3a888a1abba5aa2b3b (patch)
treeeea07e565396e548792bb3a0b27f7d4bd5ef5e33 /usr/local/www/themes
parent79891ffe7b61c2160b99895f52467a8574c132c9 (diff)
downloadpfsense-bb38e8e5f970456e3430cb3a888a1abba5aa2b3b.zip
pfsense-bb38e8e5f970456e3430cb3a888a1abba5aa2b3b.tar.gz
better handling of widescreen theme
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r--usr/local/www/themes/pfsense_ng_fs/loader.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/themes/pfsense_ng_fs/loader.js b/usr/local/www/themes/pfsense_ng_fs/loader.js
index 293ad3e..45ecdff 100644
--- a/usr/local/www/themes/pfsense_ng_fs/loader.js
+++ b/usr/local/www/themes/pfsense_ng_fs/loader.js
@@ -108,7 +108,7 @@ jQuery(document).ready(function () {
///////////////////////////////////////////
jQuery('#col2').css("float","left");
- jQuery('<br/><br/><div><div id =\"addCol\" style=float:left><img src=\"./themes/pfsense_ng_fs/images/icons/icon_plus.gif\"/>&nbsp;Add column&nbsp;</div><div id =\"delCol\" style=float:left><img src=\"./themes/pfsense_ng_fs/images/icons/icon_x.gif\"/>&nbsp;Delete column</div><br/><br/></div> ').insertBefore('#niftyOutter');
+ jQuery('<br/><br/><div><div id =\"addCol\" style=float:left><img src=\"./themes/pfsense_ng_fs/images/icons/icon_plus.gif\"/>&nbsp;Add column&nbsp;</div><div id =\"delCol\" style=float:left><img src=\"./themes/pfsense_ng_fs/images/icons/icon_x.gif\"/>&nbsp;Delete column</div><br/><br/></div> ').insertBefore('#niftyOutter.fakeClass');
// on click add a new column and change column widths
jQuery('#addCol').click(function(){
OpenPOWER on IntegriCloud