Set height, line-height and padding according to table component

pull/6827/head
Henriette Dinger 9 years ago
parent 9966249739
commit ba9af48c14
  1. 11
      lib/assets/stylesheets/reporting_engine/reporting.css.erb

@ -42,8 +42,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
.report td {
border: dotted 1px #ddd;
color: #666;
text-align: right;
padding-right: 5px;
text-align: center;
padding: 0 8px 0 8px;
line-height: 2rem;
vertical-align: middle;
}
.report tbody th, .report tbody td, .inner {
@ -65,6 +68,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
border: solid 1px #ccc;
background-color: #e3e3e3;
text-align: center;
font-size: 0.875rem;
line-height: 34px;
padding: 0 8px 0 8px;
}
.report .odd th.inner {

Loading…
Cancel
Save