summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index abfa61c..200a74b 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -307,6 +307,14 @@ nav a i {
margin: 0 0 10px 0;
}
+.left-column h1 small {
+ font-size: 60%;
+ color: var(--color-text-dull);
+ display: block;
+ margin: -10px 0 0 0;
+ padding: 0;
+}
+
.left-column h2 {
margin: 10px 0 10px 0;
}
@@ -642,10 +650,15 @@ form .uploaded-image .buttons {
}
form .buttons {
+ clear: both;
text-align: right;
margin: -20px 0 15px 0;
}
+form .buttons:nth-of-type(2) {
+ padding-top: 15px;
+}
+
form p+.buttons,
form fieldset .buttons {
margin-top: 0;
@@ -794,14 +807,15 @@ h1.identity small {
table.metadata {
margin: -10px 0 0 0;
+ text-align: left;
}
table.metadata td {
padding: 0;
}
-table.metadata td.name {
- padding-right: 10px;
+table.metadata th {
+ padding: 0 10px 0 0;
font-weight: bold;
}