Blame view

framework/scss/SubmittedFormReportField.scss 249 Bytes
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  div.report table {
  	margin-left: 10px;
  	margin-bottom: 20px;
  }
  
  div.report span.submitted {
  	font-style: italic;
  }
  
  div.report table * {
  	font-size: 1em;
  }
  
  div.report table td.field {
  	font-weight: bold;
  	padding-right: 10px;
  	padding-left: 0px;
  }