Commit 5f9eabbe authored by Gabriel Monnerat's avatar Gabriel Monnerat

improve gadget css

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42237 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 27c9ee9b
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Image" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts94793099.63</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>icon_minimize.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA
VElEQVQoke2S0QmAMBBDX6QbOYsrOJQj1FXqSo3/hUrr4Z/v8yDJQQIBBGDb5+Vh0bYKSQIgl+oZ
cqkGWCJv/+JJUnvQ3u/bhz5Mbt2fCCXHt/2WG7HBRW/pJGsCAAAAAElFTkSuQmCC</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>15</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>162</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>icon_minimize.png</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>15</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Image" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts94793112.4</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>icon_remove.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA
cElEQVQokaWSwRGAIBADN44dWYstWJQlYCvakvHlRzhEyTNzewnMQYcEYNvb4WZonoQkAZD201+U
9tMAQ0/tDNZitPjVqybfwyUohL0qW/D0q8nPwRIYwqU3N8FR1U8fdoNRZYAxgt68anKL+m/7ry4F
jl6fYgPfFgAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>15</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>190</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>icon_remove.png</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>15</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -447,7 +447,7 @@ $().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, div.front_pad div.minimize_wrapper p").remove();\n
$("div#page_wrapper div#portal-column-1.portal-column, div#page_wrapper div#portal-column-2.portal-column").remove();\n
\n
return false;\n
});
......
......@@ -949,12 +949,20 @@ table#gadget-table {\n
}\n
\n
div.gadget-action div.front_pad {\n
font-size: 12px;\n
font-size: 10px;\n
width: 240px;\n
}\n
\n
h3.handle {\n
color: #222222 !important;\n
background: white !important;\n
font-size: 13px;\n
border-bottom: 0px !important;\n
}\n
\n
div.block div.content {\n
border-top: 0px !important;\n
border-bottom: 1px solid #DDDDDD !important;\n
}\n
\n
div.portal-column {\n
......@@ -971,7 +979,33 @@ div.edit-form button {\n
}\n
\n
div.edit-form {\n
padding-left: 0 !important;\n
padding-left: 0 !important;\n
}\n
\n
h3.handle span.handle {\n
background: white !important;\n
}\n
\n
a.block-minimize {\n
background-image: url("../ung_images/icon_minimize.png") !important;\n
}\n
\n
a.block-remove {\n
background-image: url("../ung_images/icon_remove.png") !important;\n
}\n
\n
table#navigation_table td#tab-switcher-container,\n
table#navigation_table td#tab-list-container {\n
display: none !important;\n
}\n
\n
table#navigation_table div#add_new_gadget_link {\n
border-bottom: 0px;\n
padding-top: 5px;\n
}\n
\n
div.front_pad div#page_wrapper {\n
margin: -0.5em 0 0 !important;\n
}
]]></string> </value>
......
155
\ No newline at end of file
156
\ 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