Commit 9c5ee7b5 authored by Ivan Tyagov's avatar Ivan Tyagov

Better styling.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36803 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 605397db
...@@ -1526,6 +1526,7 @@ div.download-document-format-list-container{\n ...@@ -1526,6 +1526,7 @@ div.download-document-format-list-container{\n
display:block;\n display:block;\n
float:left;\n float:left;\n
max-width: 200px;\n max-width: 200px;\n
color:#000000;\n
}\n }\n
div.download-document-format-list-container span{\n div.download-document-format-list-container span{\n
cursor: pointer; \n cursor: pointer; \n
...@@ -1540,23 +1541,25 @@ div.download-document-format-list-container span{\n ...@@ -1540,23 +1541,25 @@ div.download-document-format-list-container span{\n
div.download-document-format-list-menu{\n div.download-document-format-list-menu{\n
display:block;\n display:block;\n
float:left;\n float:left;\n
border: 1px solid #ECEBE2;\n border: 1px solid #A8A799;\n
background-color: #FFFFFF;\n
}\n }\n
div.download-document-format-list-container span:hover,\n div.download-document-format-list-container span:hover,\n
div.download-document-format-list-menu ul li:hover{\n div.download-document-format-list-menu ul li:hover{\n
background-color: #ECEBE2;\n background-color: #A8A799;\n
}\n }\n
div.download-document-format-list-menu ul{\n div.download-document-format-list-menu ul{\n
list-style-type:none;\n list-style-type:none;\n
padding:0.4em;\n padding:0em; \n
margin-bottom:0;\n margin-bottom:0;\n
margin-top:0;\n margin-top:0;\n
}\n }\n
div.download-document-format-list-menu ul li{\n div.download-document-format-list-menu ul li{\n
margin-bottom:2px;\n margin-bottom:1px;\n
padding:0.2em;\n
}\n }\n
div.download-document-format-list-menu ul li.separator{\n div.download-document-format-list-menu ul li.separator{\n
border-bottom: 1px solid #ECEBE2;\n border-bottom: 1px solid #A8A799;\n
margin-bottom:5px;\n margin-bottom:5px;\n
padding-bottom:3px;\n padding-bottom:3px;\n
}\n }\n
......
1478 1482
\ 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