Commit 48205a3b authored by Gabriel Monnerat's avatar Gabriel Monnerat

improve the gadget style on UNG web site

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42176 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5c2ec105
......@@ -111,7 +111,7 @@ function changeCheckBoxValue(value){\n
});\n
}\n
\n
$(document).ready(function(){\n
$().ready(function(){\n
if ($("div.gadget-column").length == 0 && window.location.href.split("?").length > 1) {\n
parameterList = getUrlParameterList();\n
if (parameterList.hasOwnProperty("upload_document") == true){\n
......@@ -447,7 +447,8 @@ $(document).ready(function(){\n
event.preventDefault();\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
$("div#page_wrapper div#portal-column-1.portal-column, div#page_wrapper div#portal-column-2.portal-column, div.front_pad div.minimize_wrapper p").remove();\n
\n
return false;\n
});
......
......@@ -455,7 +455,7 @@ div.jSheetControls#jSheetControls_0 {\n
}\n
\n
\n
div.toolbar button, div.gadget-action input {\n
div.toolbar button, div.gadget-action input#upload {\n
color: #333333;\n
border: 1px solid #BBBBBB;\n
background-image: url(\'<dtml-var expr="portal_url()">/ung_images/button_background.png\');\n
......@@ -548,7 +548,7 @@ div.toolbar button, div.gadget-action input {\n
line-height:28px;\n
}\n
\n
div.gadget-column input {\n
div.gadget-column input#upload {\n
left:1em;\n
position:relative;\n
top:0.5em;\n
......@@ -949,7 +949,7 @@ table#gadget-table {\n
}\n
\n
div.gadget-action div.front_pad {\n
font-size: 10px;\n
font-size: 12px;\n
width: 240px;\n
}\n
\n
......@@ -959,6 +959,19 @@ h3.handle {\n
\n
div.portal-column {\n
width: 100% !important;\n
}\n
\n
div#page_wrapper div.minimize_wrapper div.edit-form fieldset.left,\n
div#page_wrapper div.minimize_wrapper div.edit-form fieldset.left label {\n
display: inline !important;\n
}\n
\n
div.edit-form button {\n
margin-top: -1.5em !important;\n
}\n
\n
div.edit-form {\n
padding-left: 0 !important;\n
}
]]></string> </value>
......
154
\ No newline at end of file
155
\ 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