summaryrefslogtreecommitdiff
path: root/public/stylesheets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r--public/stylesheets/style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 9096f12..09dd30c 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -23,6 +23,9 @@
}
}
+/**
+ * Forms
+ */
table.cj-form th {
text-align: right;
min-width: 300px;
@@ -37,3 +40,23 @@ table.cj-form tbody td,
table.cj-form tbody input {
width: 100%;
}
+
+/**
+ * Item's data table
+ */
+table.data-table {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
+table.data-table th {
+ text-align: right;
+ padding-right: 1em;
+ font-weight: bold;
+ min-width: 120px;
+}
+
+table.data-table th,
+table.data-table td {
+ vertical-align: top;
+}