summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorErnst Widerberg <ernstwi@kth.se>2021-10-06 16:43:27 +0200
committerErnst Widerberg <ernstwi@kth.se>2021-10-06 16:43:27 +0200
commitc5511c77a1011a0548cd8452a70458c1491fd09b (patch)
treea707bc95c62b08301f7c3c2c38e1e237f7f0b294 /src/styles
parentbef3961768f2c4280af93dafd82aff331d725d3d (diff)
Put user_presentation field descriptions in row below value
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/main.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index 4e78591..ba42d67 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -67,11 +67,19 @@ body {
margin-bottom: 0.5em;
}
-.object .user-presentation .description {
+.object > .user-presentation > .description {
font-style: italic;
margin-bottom: 1em;
}
+.object > .user-presentation > table .description {
+ font-style: italic;
+}
+
+.object > .user-presentation > table .spacer {
+ height: 1em;
+}
+
/* List */
#list-container > #controls {