[MERGE] css improvements for etherpad and notes

bzr revid: fva@openerp.com-20130108175325-4d4kw7i6t18oox5b
This commit is contained in:
Frédéric van der Essen 2013-01-08 18:53:25 +01:00
commit c8fa4b1641
1 changed files with 14 additions and 7 deletions

View File

@ -74,11 +74,9 @@
}
.etherpad_readonly ul, .etherpad_readonly ol {
margin-before: 1em;
margin-after: 1em;
margin-start: 0px;
margin-end: 0px;
padding-start: 40px !important;
margin: 0;
margin-left: 1.5em;
padding: 0;
}
.etherpad_readonly ul li{
list-style-type: disc;
@ -92,8 +90,8 @@
.etherpad_readonly{
font-family: arial, sans-serif;
font-size: 13px;
line-height: 18px;
font-size: 15px;
line-height: 19px;
}
.openerp .oe_form_nomargin .etherpad_readonly{
@ -109,3 +107,12 @@
.etherpad_readonly ol ol ol ol ol ol li{ list-style-type: lower-roman !important; }
.etherpad_readonly ol ol ol ol ol ol ol li{ list-style-type: decimal !important; }
.etherpad_readonly ol ol ol ol ol ol ol ol li{ list-style-type: lower-latin !important; }
.etherpad_readonly ul li { list-style-type: disc !important; }
.etherpad_readonly ul ul li { list-style-type: circle !important; }
.etherpad_readonly ul ul ul li { list-style-type: square !important; }
.etherpad_readonly ul ul ul ul li { list-style-type: disc !important; }
.etherpad_readonly ul ul ul ul ul li { list-style-type: circle !important; }
.etherpad_readonly ul ul ul ul ul ul li { list-style-type: square !important; }
.etherpad_readonly ul ul ul ul ul ul ul li { list-style-type: disc !important; }
.etherpad_readonly ul ul ul ul ul ul ul ul li { list-style-type: circle !important; }
.etherpad_readonly ul ul ul ul ul ul ul ul ul li { list-style-type: square !important; }