Commit 14b4154a authored by Christophe Dumez's avatar Christophe Dumez

- Added left margin spaces for combobox in mainbar/contextbar to match html style

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9323 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 194fa5cf
......@@ -456,6 +456,14 @@ div.index_html table {\n
float: left;\n
}\n
\n
#main_bar .first{\n
margin-left: 10px;\n
}\n
\n
#context_bar #jump{\n
margin-left: 6px;\n
}\n
\n
#context_bar select,\n
#main_bar select {\n
color: <dtml-var font_color>;\n
......
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