Commit 8fa51da5 authored by Ivan Tyagov's avatar Ivan Tyagov

Bottom listbox actions should be placed in seperate containers.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37366 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b63c55f5
...@@ -205,16 +205,12 @@ div.listbox-tree-mode-selection input{\n ...@@ -205,16 +205,12 @@ div.listbox-tree-mode-selection input{\n
width: auto;\n width: auto;\n
}\n }\n
\n \n
.listbox-table-anchor-cell, .listbox-table-select-cell {\n
text-align: center; \n
vertical-align: middle;\n
}\n
\n \n
th.listbox-table-report-tree-selection-cell{\n th.listbox-table-report-tree-selection-cell{\n
width: 50px; \n width: 50px; \n
}\n }\n
\n \n
td.domain-tree-table-cell{\n td.listbox-table-domain-tree-cell{\n
text-align: left; \n text-align: left; \n
vertical-align: top; \n vertical-align: top; \n
white-space: nowrap;\n white-space: nowrap;\n
...@@ -260,7 +256,9 @@ div.listbox-list-style-selection ul{\n ...@@ -260,7 +256,9 @@ div.listbox-list-style-selection ul{\n
div.listbox-list-style-selection li{\n div.listbox-list-style-selection li{\n
display: inline;\n display: inline;\n
}\n }\n
div.listbox-list-style-selection li a.selected{\n div.listbox-list-style-selection li a.selected,\n
.listbox-table-report-tree-selection-cell a.selected,\n
.listbox-table-domain-tree-cell a.selected{\n
font-weight: bold;\n font-weight: bold;\n
}\n }\n
\n \n
......
1502 1503
\ No newline at end of file \ 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