Commit 007078b4 authored by Ivan Tyagov's avatar Ivan Tyagov

Make download widget visually appear on top of document rather than move...

Make download widget visually appear on top of document rather than move document below it by moving it below.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39370 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b224f91e
......@@ -1520,10 +1520,11 @@ div.searchDetails, span.found{\n
\n
/* Download widget */\n
div.download-document-format-list-container{\n
display:block;\n
float:left;\n
max-width: 200px;\n
color:#000000;\n
left:0px;\n
top:0px;\n
position:absolute;\n
z-index:100;\n
}\n
div.download-document-format-list-container span{\n
cursor: pointer; \n
......@@ -1536,10 +1537,13 @@ div.download-document-format-list-container span{\n
}\n
\n
div.download-document-format-list-menu{\n
display:block;\n
width: 200px;\n
float:left;\n
border: 1px solid #A8A799;\n
background-color: #FFFFFF;\n
left:-200px;\n
top:0px;\n
position:relative;\n
}\n
\n
div.download-document-format-list-container span:hover,\n
......
1622
\ No newline at end of file
1625
\ 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