| changeset 389 | 2204faa0b41a |
| parent 387 | 7fba86fa8604 |
| child 396 | c8f651e7e4ff |
--- a/server/src/public/css/app.css Thu Nov 03 03:05:43 2016 +0100 +++ b/server/src/public/css/app.css Thu Nov 03 04:43:18 2016 +0100 @@ -5967,6 +5967,10 @@ body, label, .checkbox label { font-weight: 300; } +@-moz-document url-prefix() { + fieldset { + display: table-cell; } } + .doc_details_title { margin-top: 0; } @@ -6070,4 +6074,7 @@ #baseExceptionCollapse { margin-top: 10px; } +table.sparql-results th:first-child { + width: 2.5em; } + /*# sourceMappingURL=app.css.map */