Commit b533fe2c authored by Ivan Tyagov's avatar Ivan Tyagov

CSS fixes to support better different browsers.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39228 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dc1a6ebf
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</item> </item>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <unicode encoding="cdata"><![CDATA[
/****************************************************************/\n /****************************************************************/\n
/* TODO: XXX-JPS */\n /* TODO: XXX-JPS */\n
...@@ -1002,16 +1002,17 @@ form p,\n ...@@ -1002,16 +1002,17 @@ form p,\n
.meta div.input > select {\n .meta div.input > select {\n
border: none;\n border: none;\n
margin-left:0.1em;\n margin-left:0.1em;\n
height: 20px;\n
}\n }\n
\n \n
.meta input.search_text {\n .meta input.search_text {\n
\n \n
color:#777777;\n color:#777777;\n
padding:2px;\n
font-size:1em;\n font-size:1em;\n
border: none;\n border: none;\n
width: 120px;\n width: 120px;\n
margin-left: 10px;\n margin-left: 10px;\n
height: 18px\n
\n \n
}\n }\n
\n \n
...@@ -1609,7 +1610,7 @@ div.pdf-preview-navigation img.last{\n ...@@ -1609,7 +1610,7 @@ div.pdf-preview-navigation img.last{\n
width: 5px;\n width: 5px;\n
} }
]]></string> </value> ]]></unicode> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
...@@ -1623,9 +1624,13 @@ div.pdf-preview-navigation img.last{\n ...@@ -1623,9 +1624,13 @@ div.pdf-preview-navigation img.last{\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>layout.css</string> </value> <value> <string>layout.css</string> </value>
</item> </item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <unicode></unicode> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
1601 1603
\ 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