summaryrefslogtreecommitdiff
path: root/frontend/views/page/page.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-06 23:18:47 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-06 23:18:47 +0200
commitdbc42f5c3bec4d7fd04f3ce9d684089d6fcb4393 (patch)
tree75a902d209bbe4f5b75ad3547d9b49125d44a8b9 /frontend/views/page/page.css
parentc32c72c3f4640ede867907b4c8de8811a508a6c3 (diff)
UI niceties
Diffstat (limited to 'frontend/views/page/page.css')
-rw-r--r--frontend/views/page/page.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/frontend/views/page/page.css b/frontend/views/page/page.css
index 887ec0f..5c29a9a 100644
--- a/frontend/views/page/page.css
+++ b/frontend/views/page/page.css
@@ -68,6 +68,27 @@
opacity: 0.6;
}
-.row.buttons {
+.row.imageUrl label {
+ width: 13rem;
+}
+.row.imageUrl .thumb {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 1.5rem;
+ width: 2rem;
+ margin-right: 0.5rem;
+}
+.row.imageUrl img {
+ max-width: 100%;
+ max-height: 100%;
+}
+.box .row.buttons {
+ justify-content: space-between;
+}
+.box .row.pair {
justify-content: space-between;
}
+.box .pair label:last-child {
+ margin-right: 0;
+} \ No newline at end of file