« get me outta code hell

content, css: gRIContributionsLine: wiki edits tooltip - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-08-15 12:48:21 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-08-15 12:48:33 -0300
commit91dbbd7abb7fe526d775f4bc4958ad44938bc214 (patch)
treef667a421c0765adeb4a09164efb0339e5533132d /src/static
parenta2bf9ff61de1dcdc5406dc3c400aa4abc2dc0425 (diff)
content, css: gRIContributionsLine: wiki edits tooltip
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css22
1 files changed, 15 insertions, 7 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 92749110..c477fe8c 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -845,7 +845,8 @@ a:not([href]):hover {
 
 .text-with-tooltip.datetimestamp .text-with-tooltip-interaction-cue,
 .text-with-tooltip.missing-duration .text-with-tooltip-interaction-cue,
-.text-with-tooltip.commentary-date .text-with-tooltip-interaction-cue {
+.text-with-tooltip.commentary-date .text-with-tooltip-interaction-cue,
+.text-with-tooltip.wiki-edits .text-with-tooltip-interaction-cue {
   cursor: default;
 }
 
@@ -907,16 +908,22 @@ li:not(:first-child:last-child) .tooltip,
   left: -10px;
 }
 
-.thing-name-tooltip {
+.thing-name-tooltip,
+.wiki-edits-tooltip {
   padding: 3px 4px 2px 2px;
   left: -6px !important;
+}
 
-  /* Terrifying?
-   * https://stackoverflow.com/a/64424759/4633828
-   */
-  margin-right: -120px;
+.wiki-edits-tooltip {
+  font-size: 0.85em;
 }
 
+/* Terrifying?
+ * https://stackoverflow.com/a/64424759/4633828
+ */
+.thing-name-tooltip { margin-right: -120px; }
+.wiki-edits-tooltip { margin-right: -200px; }
+
 .contribution-tooltip .tooltip-content {
   padding: 6px 2px 2px 2px;
 
@@ -1056,7 +1063,8 @@ li:not(:first-child:last-child) .tooltip,
   font-size: 0.9em;
 }
 
-.thing-name-tooltip .tooltip-content {
+.thing-name-tooltip .tooltip-content,
+.wiki-edits-tooltip .tooltip-content {
   padding: 3px 4.5px;
 }