summaryrefslogtreecommitdiff
path: root/frontend/views/page/page.css
diff options
context:
space:
mode:
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