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 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95900054.21</string> </value>
<value> <string>ts99244207.86</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -74,15 +74,16 @@ div, span, td\n
{\n
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;\n
}\n
a:link, a:visited\n
{\n
text-decoration: none;\n
color: #333;\n
}\n
input\n
{\n
border: solid 1px #3C7FB1; \n
}\n
# XXX - The css tag has been commented to preserve the standard\n
#a:link, a:visited\n
#{\n
# text-decoration: none;\n
# color: #333;\n
#}\n
#input\n
#{\n
# border: solid 1px #3C7FB1; \n
#}\n
\n
select\n
{\n
......@@ -90,7 +91,7 @@ select\n
}\n
input[type=\'text\']\n
{\n
border: solid 1px #3C7FB1; \n
# border: solid 1px #3C7FB1;\n
height:18px;\n
}\n
input[type=\'checkbox\']\n
......@@ -627,7 +628,7 @@ div.ViewgBlock>div.loading\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>11106</int> </value>
<value> <int>11178</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
13
\ No newline at end of file
14
\ 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