Commit 87e81ece authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Revert "make whole cell in listbox clickable.", because it makes quite...

Revert "make whole cell in listbox clickable.", because it makes quite difficult to select a text (but still possible...).

This reverts commit ad1b0d2d.
parent 8bac3dda
......@@ -365,16 +365,11 @@ 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);\n
$(document).ready(makeWholeCellClickable);
$(document).ready(indexAllCheckBoxesAtBTInstallationOnLoad);
]]></string> </value>
</item>
......
25
\ No newline at end of file
26
\ No newline at end of file
......@@ -774,10 +774,6 @@ 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
......
1097
\ No newline at end of file
1096
\ 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