Commit ec0c3366 authored by Christophe Dumez's avatar Christophe Dumez

improved icon display in konqueror (files & folders names are still badly placed)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6781 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent acb8e509
......@@ -51,7 +51,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n
"DTD/xhtml1-strict.dtd">\n
<?xml-stylesheet href="erp5.css" rel="stylesheet" type="text/css"?>\n
\n
<tal:block tal:define="layout_form_id here/getApplicableLayout | nothing;\n
editable_mode request/editable_mode | nothing;\n
global ignore_layout request/ignore_layout | nothing;\n
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts42951022.83</string> </value>
<value> <string>ts45365325.01</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
......@@ -32,18 +32,23 @@
</item>
<item>
<key> <string>data</string> </key>
<value> <string>.defaultTreeTable{\r\n
\t\t\tmargin : 0;\r\n
\t\t\tpadding : 0;\r\n
\t\t\tborder : 0;\r\n
}\r\n
.containerTableStyle { overflow : auto; font-size : 12px;}\r\n
.standartTreeRow{\tfont-family : Verdana, Geneva, Arial, Helvetica, sans-serif; \tfont-size : 12px; -moz-user-select: none; }\r\n
.selectedTreeRow{ background-color : navy; color:white; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; \t\tfont-size : 12px; -moz-user-select: none; }\r\n
.standartTreeImage{ width:18px; height:18px; overflow:hidden; border:0; padding:0; margin:0; }\r\n
.hiddenRow { width:1px; overflow:hidden; }\r\n
.dragSpanDiv{ \tfont-size : 12px; \tborder: thin solid 1 1 1 1; }\r\n
</string> </value>
<value> <string encoding="cdata"><![CDATA[
.defaultTreeTable{\n
\t\t\tmargin : 0;\n
\t\t\tpadding : 0;\n
\t\t\tborder : 0;\n
}\n
.containerTableStyle { overflow : auto; font-size : 12px;}\n
/* folders & files names */\n
.standartTreeRow{ font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; \tfont-size : 12px; -moz-user-select: none;}\n
.selectedTreeRow{ background-color : blue; color:white; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; \t\tfont-size : 12px; -moz-user-select: none; }\n
.standartTreeImage{ /*width:18px; height:18px;*/ overflow:hidden; border:0; padding:0; margin:0; }\n
.hiddenRow { width:1px; overflow:hidden; }\n
.dragSpanDiv{ \tfont-size : 12px; }\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
......@@ -51,7 +56,7 @@
</item>
<item>
<key> <string>size</string> </key>
<value> <int>632</int> </value>
<value> <int>622</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
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