Commit 38c8fcdf authored by Ivan Tyagov's avatar Ivan Tyagov

Fix discussion listbox.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45581 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8ed6d4c7
......@@ -340,6 +340,15 @@ div.listbox-search-mode div.maximal-width{\n
-moz-box-shadow:4px 4px 4px rgba(0, 0, 0, 0.5);\n
-webkit-box-shadow:4px 4px 4px rgba(0, 0, 0, 0.5);\n
min-height:180px;\n
}\n
\n
/* forum */\n
.discussion-thread-listbox table.listbox tbody tr:hover td{\n
background-color:#FFF;\n
}\n
\n
.discussion-thread-listbox table.listbox thead{\n
display: none;\n
}
]]></unicode> </value>
......
1789
\ No newline at end of file
1790
\ 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