Commit 11d6e080 authored by Gabriel Monnerat's avatar Gabriel Monnerat

- fix menu css

- add icon to gadget

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42275 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 73d54c69
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Image" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts94841350.46</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>icon_edit.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
ZUlEQVQokcWSuw2AMBBDnxETsQsrMBQjhFnCSJiKJiIJcAUuLb/76SAgAdj2tvsxNE9CkgBI+fAb
pXwYYIiM/R88loaW+uG8qt25DLT827HLYK1gdecLqIFNuAd24Z5CcPy3v+oEGP1PC7pI2ZAAAAAA
SUVORK5CYII=</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>179</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>icon_edit.png</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>15</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -448,7 +448,10 @@ $().ready(function(){\n ...@@ -448,7 +448,10 @@ $().ready(function(){\n
$("div.gadget-listbox").dialog("open");\n $("div.gadget-listbox").dialog("open");\n
});\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").remove();\n
\n if (screen.width == 1024){\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
}\n
return false;\n return false;\n
}); });
......
...@@ -107,7 +107,7 @@ div.share-action-area {\n ...@@ -107,7 +107,7 @@ div.share-action-area {\n
/* Main classes */\n /* Main classes */\n
\n \n
div.main-right {\n div.main-right {\n
width:80.5%;\n width:82%;\n
float:right;\n float:right;\n
border-left: 4px solid #BBCCFF;\n border-left: 4px solid #BBCCFF;\n
}\n }\n
...@@ -131,16 +131,8 @@ div.gadget-column {\n ...@@ -131,16 +131,8 @@ div.gadget-column {\n
margin-left:-4px;\n margin-left:-4px;\n
}\n }\n
\n \n
div.gadget-column div.gadget-container {\n
background-color:#FFFFFF;\n
margin-top:9px;\n
text-align:left;\n
font-size: 14px;\n
}\n
\n
div.gadget-column div.file-selection {\n div.gadget-column div.file-selection {\n
background-color:#fff;\n background-color:#fff;\n
padding-right:190px;\n
margin:15px -4px -4px;\n margin:15px -4px -4px;\n
}\n }\n
\n \n
...@@ -376,7 +368,7 @@ a.ung_docs img {\n ...@@ -376,7 +368,7 @@ a.ung_docs img {\n
\n \n
div.main-left {\n div.main-left {\n
margin-left:-4px;\n margin-left:-4px;\n
width: 19.5%;\n width: 18%;\n
float:left;\n float:left;\n
background-color: #DAE6F6;\n background-color: #DAE6F6;\n
height:4em;\n height:4em;\n
...@@ -823,7 +815,7 @@ div.listbox-domain-tree-container select {\n ...@@ -823,7 +815,7 @@ div.listbox-domain-tree-container select {\n
\n \n
div.listbox-tree {\n div.listbox-tree {\n
font-size: 13px;\n font-size: 13px;\n
width: 106.7%;\n width: 98.7%;\n
overflow: hidden;\n overflow: hidden;\n
height: 233px;\n height: 233px;\n
}\n }\n
...@@ -928,10 +920,6 @@ div.header-right fieldset.widget a#sharing_url {\n ...@@ -928,10 +920,6 @@ div.header-right fieldset.widget a#sharing_url {\n
font-size: 11px;\n font-size: 11px;\n
}\n }\n
\n \n
div.gadget-column div.gadget-container a {\n
padding-left: 16px;\n
}\n
\n
div.gadget-listbox {\n div.gadget-listbox {\n
display: none;\n display: none;\n
}\n }\n
...@@ -950,13 +938,12 @@ table#gadget-table {\n ...@@ -950,13 +938,12 @@ table#gadget-table {\n
\n \n
div.gadget-action div.front_pad {\n div.gadget-action div.front_pad {\n
font-size: 10px;\n font-size: 10px;\n
width: 240px;\n
}\n }\n
\n \n
h3.handle {\n h3.handle {\n
color: #222222 !important;\n color: #222222 !important;\n
background: white !important;\n background: white !important;\n
font-size: 13px;\n font-size: 13px !important;\n
border-bottom: 0px !important;\n border-bottom: 0px !important;\n
}\n }\n
\n \n
...@@ -994,6 +981,10 @@ a.block-remove {\n ...@@ -994,6 +981,10 @@ a.block-remove {\n
background-image: url("../ung_images/icon_remove.png") !important;\n background-image: url("../ung_images/icon_remove.png") !important;\n
}\n }\n
\n \n
a.block-edit-form {\n
background-image: url("../ung_images/icon_edit.png") !important;\n
}\n
\n
table#navigation_table td#tab-switcher-container,\n table#navigation_table td#tab-switcher-container,\n
table#navigation_table td#tab-list-container {\n table#navigation_table td#tab-list-container {\n
display: none !important;\n display: none !important;\n
......
157 159
\ No newline at end of file \ 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