Commit b74e8a51 authored by Fabien Morin's avatar Fabien Morin

* improve a bit css to have better rendering of listbox in search style

* add a alt attribute to be valid

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26398 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 67611966
......@@ -50,6 +50,7 @@
<h4 i18n:translate="" tal:content="cell/getTitle"/>\n
\n
<img tal:condition="image_id"\n
alt="gadget screenshot"\n
tal:attributes="src python:\'%s/%s\' \n
%(gadget.absolute_url(), image_id)"/>\n
<p i18n:translate="" tal:content="cell/getDescription"/>\n
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts36808113.24</string> </value>
<value> <string>ts39376843.32</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -315,6 +315,16 @@ div.block table.listbox{\n
border:medium none!important;\n
margin:0em!important;\n
}\n
.box_inner_content .input,\n
.box_inner_content .search.result .resultList{\n
width:100%!important;\n
margin:0em!important;\n
padding:0em!important;\n
}\n
\n
.box_inner_content .search.result .extendedSearchBar{\n
display:none;\n
}\n
\n
div.block table.listbox .right{\n
float:right;\n
......@@ -566,7 +576,8 @@ div.block div.worklist_list ul li table.listbox thead td,div.block div.worklist_
\n
div.block div.worklist_list ul li a:hover{\n
text-decoration:none;\n
}</string> </value>
}\n
</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
......@@ -574,7 +585,7 @@ div.block div.worklist_list ul li a:hover{\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>9223</int> </value>
<value> <long>9446</long> </value>
</item>
<item>
<key> <string>title</string> </key>
......
382
\ No newline at end of file
384
\ 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