summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-01-05 09:08:08 +0100
committerYorhel <git@yorhel.nl>2018-01-05 09:08:08 +0100
commitc42d62b6e360b03cc9abcbb902becba2159e4b41 (patch)
tree0d4b947e6100fedb7ed8d3bc01a7f2b463f72bed /data
parentdc1cd727563b8c0712368dc12988db6bb8512a75 (diff)
Various fixes to the release icons feature
It's been a while since I had static/f/ in git, so I had to adjust .gitignore a bit. The CSS changes are purely opinion, but it does integrate better with the existing layout. Everything else are bug fixes.
Diffstat (limited to 'data')
-rw-r--r--[-rwxr-xr-x]data/global.pl0
-rw-r--r--[-rwxr-xr-x]data/style.css5
2 files changed, 3 insertions, 2 deletions
diff --git a/data/global.pl b/data/global.pl
index 0c1ba6d6..0c1ba6d6 100755..100644
--- a/data/global.pl
+++ b/data/global.pl
diff --git a/data/style.css b/data/style.css
index 1c956ba7..5b4e3f55 100755..100644
--- a/data/style.css
+++ b/data/style.css
@@ -366,6 +366,7 @@ div#vntags { margin: 15px 30px 0 30px; border-top: 1px solid
.releases td.tc1 { padding-left: 30px; width: 80px; }
.releases td.tc2 { text-align: center; width: 50px; }
.releases td.tc3 { text-align: right; padding: 0; width: 90px; }
+.releases td.tc_icons { padding: 0 4px }
.releases td.tc5 { width: 70px; }
.releases td.tc5 a { color: $maintext$; border: 0; }
.releases td.tc6 { text-align: right; width: 25px; padding: 0; }
@@ -913,8 +914,8 @@ a .icons { cursor: pointer }
$iconcss$
-.release_icons_container { width: 18px; height: 18px; float: right; margin-left: 4px; }
-.release_icons { width: 18px; height: 18px; }
+.release_icons_container { width: 16px; height: 16px; float: right; margin-left: 4px; }
+.release_icons { width: 16px; height: 16px; }
.release_icons.not_voiced, .story_not_animated, .ero_not_animated { }
.release_icons.ero_voiced, .story_simple_animated, .ero_simple_animated { filter: hue-rotate(30deg); }
.release_icons.partially_voiced, .story_some_fully_animated, .ero_some_fully_animated { filter: invert(100%) hue-rotate(240deg) }