fixed list css in overay

This commit is contained in:
David Convent 2013-04-13 15:09:41 +02:00
parent 81e5cd5369
commit e62f591f4b
2 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,8 @@
<div tal:replace="structure provider:plone.belowcontenttitle" />
</tal:contents_header>
<div id="dmskeywords-navigation">
<form id="thesaurus-search-form" tal:content="structure view/renderForm">
</form>
@ -48,6 +50,7 @@ function preplinks() {
preplinks();
</script>
</div>
</metal:main>
</body>

View File

@ -6,6 +6,18 @@
width: 100%;
}
#dmskeywords-navigation ul {
margin-bottom: 0.25em;
margin-left: 2em;
line-height: 1.5em;
list-style: none outside none;
list-style-type: disc;
}
#dmskeywords-navigation ul li {
display: list-item;
}
#dmskeywords-navigation-left-column {
width: 75%;
}