summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-08-09 10:33:57 +0200
committerYorhel <git@yorhel.nl>2021-08-09 10:34:54 +0200
commit02448a7dd976344d29f698b84027686a6e64c673 (patch)
tree93328f73f0e509569cc17fb3194858111da289ca /css
parent5e7673e4543c104985c23ff1b21c949cbf14d48a (diff)
VNLengthVote: Add support for multiple release selection
Using a Postgres array for this is ugly, but releases are purely informative so no strong need for referential integrity. Also, display languages in length vote listing.
Diffstat (limited to 'css')
-rw-r--r--css/v2.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/css/v2.css b/css/v2.css
index 170c7df5..541af409 100644
--- a/css/v2.css
+++ b/css/v2.css
@@ -476,7 +476,15 @@ div.vndetails td.title abbr { float: right }
div.vndetails td.relations dt { float: none; font-style: normal; }
div.vndetails td.relations dd { margin-left: 15px; }
div.vndetails td.anime b { font-size: 10px; font-weight: normal; padding-right: 4px; }
-div.vndetails .lengthvotefrm { margin-top: -18px }
+div.vndetails .lengthvotefrm {
+ margin-top: -18px; text-align: right;
+ > form { text-align: left }
+ > form div > div {
+ display: flex;
+ select { flex: 1 }
+ input { flex: 0 0 30px }
+ }
+}
.ulistvn { padding: 5px 0 0 0 }
.ulistvn > b { font-size: 14px }
.ulistvn > span { float: right }
@@ -874,7 +882,7 @@ div.lengthlist {
.tc1 { width: 100px }
.tc3 { width: 60px; white-space: nowrap }
.tc4 { width: 100px; padding-left: 10px }
- .tc5 { width: 50px }
+ .tc5 { width: 70px; white-space: nowrap }
.tc7 { width: 10px; text-align: right; padding: 0 }
select { width: 70px }
}