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

pull/189/head
Adrien Peiffer (ACSONE) 2016-03-10 17:12:19 +01:00 committed by Stéphane Bidoul
parent d61a88d6f0
commit 1251399a93
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;
}