Commit 2342f909 authored by Fabien Morin's avatar Fabien Morin

Use auto for breadcrumb and language-selection width. This way we can display...

Use auto for breadcrumb and language-selection width. This way we can display more than 4 flags for language selection.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38820 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cc5f6fbf
...@@ -476,12 +476,12 @@ ul.breadcrumb li {\n ...@@ -476,12 +476,12 @@ ul.breadcrumb li {\n
\n \n
div.breadcrumb{\n div.breadcrumb{\n
float:left;\n float:left;\n
width: 85%\n width: auto;\n
}\n }\n
\n \n
div.language-selection{\n div.language-selection{\n
float:right;\n float:right;\n
width: 15%\n width: auto;\n
}\n }\n
\n \n
\n \n
...@@ -1587,7 +1587,8 @@ div.pdf-preview-navigation img.next{\n ...@@ -1587,7 +1587,8 @@ div.pdf-preview-navigation img.next{\n
div.pdf-preview-navigation img.last{\n div.pdf-preview-navigation img.last{\n
background-image:url("km_img/2rightarrowv.png");\n background-image:url("km_img/2rightarrowv.png");\n
width: 5px;\n width: 5px;\n
} }\n
]]></string> </value> ]]></string> </value>
</item> </item>
......
1566 1567
\ 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