rollback validator template

This commit is contained in:
wing328 2015-06-09 13:01:11 +08:00
parent 6617af5209
commit 6efef51036

View File

@ -33,6 +33,8 @@
font-weight: bold; font-weight: bold;
} }
body { body {
font-family: "Droid Sans", sans-serif; font-family: "Droid Sans", sans-serif;
font-size: 0.9em; font-size: 0.9em;
@ -153,7 +155,7 @@
margin-bottom: 15px; margin-bottom: 15px;
} }
#content .head-info { #content .head-info{
font-size: 1.2em; font-size: 1.2em;
} }
@ -175,7 +177,6 @@
border-color: gray; border-color: gray;
background-color: white; background-color: white;
} }
table#validation-results th { table#validation-results th {
border-width: 1px; border-width: 1px;
padding: 10px; padding: 10px;
@ -185,18 +186,15 @@
text-align: left; text-align: left;
font-weight: bold;; font-weight: bold;;
} }
table#validation-results td { table#validation-results td {
border-width: 1px; border-width: 1px;
padding: 10px; padding: 10px;
border-style: solid; border-style: solid;
border-color: gray; border-color: gray;
} }
table#validation-results tr:nth-child(even) { table#validation-results tr:nth-child(even) {
background-color: rgb(240, 240, 230); background-color: rgb(240, 240, 230);
} }
table#validation-results tr:nth-child(odd) { table#validation-results tr:nth-child(odd) {
background-color: rgb(250, 250, 240); background-color: rgb(250, 250, 240);
} }
@ -249,12 +247,12 @@
</thead> </thead>
<tbody> <tbody>
{{#messages}} {{#messages}}
<tr> <tr>
<td>{{level}}</td> <td>{{level}}</td>
<td>{{elementType}}</td> <td>{{elementType}}</td>
<td>{{elementId}}</td> <td>{{elementId}}</td>
<td>{{message}}</td> <td>{{message}}</td>
</tr> </tr>
{{/messages}} {{/messages}}
</tbody> </tbody>
</table> </table>