Commit e8a9f665 authored by Gabriel Monnerat's avatar Gabriel Monnerat

comment the code to preserve the standard of inputs

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43976 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7ea77ad3
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</item> </item>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95900054.21</string> </value> <value> <string>ts99244207.86</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -74,15 +74,16 @@ div, span, td\n ...@@ -74,15 +74,16 @@ div, span, td\n
{\n {\n
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;\n font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;\n
}\n }\n
a:link, a:visited\n # XXX - The css tag has been commented to preserve the standard\n
{\n #a:link, a:visited\n
text-decoration: none;\n #{\n
color: #333;\n # text-decoration: none;\n
}\n # color: #333;\n
input\n #}\n
{\n #input\n
border: solid 1px #3C7FB1; \n #{\n
}\n # border: solid 1px #3C7FB1; \n
#}\n
\n \n
select\n select\n
{\n {\n
...@@ -90,7 +91,7 @@ select\n ...@@ -90,7 +91,7 @@ select\n
}\n }\n
input[type=\'text\']\n input[type=\'text\']\n
{\n {\n
border: solid 1px #3C7FB1; \n # border: solid 1px #3C7FB1;\n
height:18px;\n height:18px;\n
}\n }\n
input[type=\'checkbox\']\n input[type=\'checkbox\']\n
...@@ -627,7 +628,7 @@ div.ViewgBlock>div.loading\n ...@@ -627,7 +628,7 @@ div.ViewgBlock>div.loading\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>11106</int> </value> <value> <int>11178</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
13 14
\ 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