[IMP][mis_builder] Add whitespace between buttons and table.

pull/170/head
Adrien Peiffer (ACSONE) 2016-03-10 17:12:19 +01:00
parent e89937c164
commit 95df211cce
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@
/* underline links on hover to give a visual cue */
text-decoration: underline;
}
.openerp .oe_mis_builder_buttons {
padding-bottom: 10px;
}