[MERGE] Merged PNA's branch to add new style for adding bullets

bzr revid: pso@tinyerp.com-20120821111206-8x2qjbv49xsafand
This commit is contained in:
pso (OpenERP) 2012-08-21 16:42:06 +05:30
commit 21bfcaf05a
1 changed files with 5 additions and 0 deletions

View File

@ -148,6 +148,11 @@
.openerp li {
list-style-type: none;
}
.openerp .oe_form_field_html li {
list-style-type: disc;
}
.openerp input, .openerp textarea, .openerp select {
padding: 2px 4px;
border: 1px solid #cccccc;