Browse Source

[IMP] Style for Odoo 9E

pull/220/head
Thomas Binsfeld 8 years ago
parent
commit
1bf98df351
  1. 48
      mis_builder/static/src/css/custom.css

48
mis_builder/static/src/css/custom.css

@ -28,3 +28,51 @@
.oe_mis_builder_content {
padding: 20px;
}
/* 9e */
.mis_builder_amount {
text-align: right;
}
.mis_builder_collabel {
text-align: center;
}
.mis_builder_rowlabel {
text-align: left;
}
.mis_builder a {
/* we don't want the link color, to respect user styles */
color: inherit;
}
.mis_builder a:hover {
/* underline links on hover to give a visual cue */
text-decoration: underline;
}
/* Table of contents for 9e */
.mis_builder{
width:100%;
}
.mis_builder tbody{
border-top: 2px solid #D3D3D3;
border-bottom: 2px solid #D3D3D3;
}
.mis_builder thead>tr{
border: 0;
}
.mis_builder tr{
border-top: 1px solid #D3D3D3;
}
.mis_builder td{
padding-left:10px;
padding-right:10px;
}
Loading…
Cancel
Save