[IMP] small css fixes

bzr revid: fp@tinyerp.com-20121215125849-0gtgfjpmnnwdkjrb
This commit is contained in:
Fabien Pinckaers 2012-12-15 13:58:49 +01:00
parent ecb085fff6
commit b0cb3ed3fe
1 changed files with 5 additions and 1 deletions

View File

@ -93,7 +93,11 @@
.etherpad_readonly{
font-family: arial, sans-serif;
font-size: 13px;
line-height: 17px;
line-height: 18px;
}
.openerp .oe_form_nomargin .etherpad_readonly{
padding: 10px;
}
.etherpad_readonly ul.indent { list-style-type: none !important; }