Commit 1f4bf921 authored by Christophe Dumez's avatar Christophe Dumez

- fixed vertical alignment of links in context bar

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8600 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a1d0089a
......@@ -476,6 +476,14 @@ div.index_html table {\n
color: inherit;\n
}\n
\n
#context_bar .tool_buttons a {\n
margin-top: 1px;\n
margin-left: 2px;\n
margin-right: 2px;\n
padding: 0;\n
position: relative;\n
}\n
\n
#context_bar .tool_buttons button {\n
float: left;\n
}\n
......
13
\ No newline at end of file
22
\ 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