Commit ad1b0d2d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

make whole cell in listbox clickable.

parent 7eea96ef
......@@ -365,11 +365,16 @@ function redirectPDFPage(event, element){\n
}\n
}\n
\n
var makeWholeCellClickable = function() {\n
$(\'.listbox-table-data-cell > a\').each(function(i) {$(this).height($(this).parent().outerHeight())})\n
}\n
\n
if (navigator.userAgent.toLowerCase().indexOf(\'firefox\') != -1)\n
$(document).ready(rewriteIndentedSelect);\n
$(document).ready(resizeIFrameOnLoad);\n
$(document).ready(addOnChangeEventHandler);\n
$(document).ready(indexAllCheckBoxesAtBTInstallationOnLoad);
$(document).ready(indexAllCheckBoxesAtBTInstallationOnLoad);\n
$(document).ready(makeWholeCellClickable);
]]></string> </value>
</item>
......
23
\ No newline at end of file
24
\ No newline at end of file
......@@ -774,6 +774,10 @@ table.listbox input.listbox-select-action{\n
display:block;\n
}\n
\n
.listbox-table-data-cell > a{\n
display:block;\n
}\n
\n
table.listbox th button{\n
border-width:0;\n
cursor:pointer;\n
......
1096
\ No newline at end of file
1097
\ 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