Commit 61c630c2 authored by Ivan Tyagov's avatar Ivan Tyagov

Fix CSS styling for top path wrapper.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35922 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48893dc6
......@@ -365,6 +365,7 @@ button, select, input {\n
#wrapper_path {\n
\n
\tfloat:left;\n
\twidth: 100%;\n
\n
}\n
\n
......@@ -476,6 +477,16 @@ ul.breadcrumb li {\n
\n
}\n
\n
div.breadcrumb{\n
float:left;\n
width: 85%\n
}\n
\n
div.language-selection{\n
float:right;\n
width: 15%\n
}\n
\n
\n
ul.widget_management_box,\n
ul.language_box{\n
......
1428
\ No newline at end of file
1429
\ 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