Skip to content
Snippets Groups Projects
Commit 0e829905 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Partial revert of 0a10d2c8: do not remove styles from legacy css.

Otherwise we will break the old UI.
parent 16028665
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,28 @@ div.caution {
th.rowtitle {
text-align: left;
}
.enablebox table {
border: 1px solid #eee;
margin-left: 1em;
}
.enablebox.mini table {
float: right;
}
.enablebox tr td {
padding: .5px 1em 1px .5em;
margin: 0px;
}
.enablebox {
font-size: 85%;
}
.enablebox tr.enabled td {
background: #eee;
}
.enablebox tr.disabled td {
background: #ccc;
}
.metadatabox {
overflow: scroll;
border: 1px solid #eee;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment