Commit e3e60499 authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix condition and css

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42297 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1dda0455
......@@ -448,9 +448,11 @@ $().ready(function(){\n
$("div.gadget-listbox").dialog("open");\n
});\n
$("div#page_wrapper div#portal-column-1.portal-column, div#page_wrapper div#portal-column-2.portal-column").remove();\n
if (screen.width == 1024){\n
var jScreen = jQuery(this);\n
if (jScreen.width() < 1280){\n
$("div.listbox-tree, div.gadget-action div.front_pad").css("width", "79%");\n
$("td.listbox-table-domain-tree-cell a").css("padding-right", "25px");\n
$("div.header-right").css("width", "52.3%");\n
}\n
return false;\n
});
......
159
\ No newline at end of file
160
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment