Browse Source

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

pull/170/head
Adrien Peiffer (ACSONE) 8 years ago
parent
commit
95df211cce
  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 */
text-decoration: underline;
}
.openerp .oe_mis_builder_buttons {
padding-bottom: 10px;
}
Loading…
Cancel
Save