Browse Source

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

pull/189/head
Adrien Peiffer (ACSONE) 9 years ago
committed by Stéphane Bidoul
parent
commit
1251399a93
  1. 4
      mis_builder/static/src/css/custom.css

4
mis_builder/static/src/css/custom.css

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