Commit 6ccf7d01 authored by Ivan Tyagov's avatar Ivan Tyagov

Integrate better download document menu with global collapse menu.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41244 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f9f975e3
......@@ -887,10 +887,11 @@ div.searchDetails, span.found{\n
/* Download Document in various format widget */\n
div.download-document-format-list-container{\n
color:#000000;\n
left:0px;\n
left:525px;\n
top:0px;\n
position:absolute;\n
z-index:100;\n
z-index:200; /* Collapse menu z-index is 100 */\n
width:200px;\n
}\n
div.download-document-format-list-container span{\n
cursor: pointer; \n
......@@ -907,8 +908,8 @@ div.download-document-format-list-menu{\n
float:right;\n
border: 1px solid #A8A799;\n
background-color: #FFFFFF;\n
left:80px;\n
top:20px;\n
left:0px;\n
top:0px;\n
position:relative;\n
}\n
\n
......
1711
\ No newline at end of file
1712
\ 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