Fossil

Diff
Login

Differences From Artifact [5b00997a01]:

To Artifact [47ef7abff5]:


1516
1517
1518
1519
1520
1521
1522

















1523
1524
1525
1526
1527
1528
1529
  padding: 0 0.5em 0.15em 0.5em;
  cursor: pointer;
  white-space: nowrap;
}
body.chat .fossil-tooltip.help-buttonlet-content {
  font-size: 80%;
}

















/* The popup element for displaying message timestamps
   and deletion controls. */
body.chat .chat-message-popup {
  font-family: monospace;
  font-size: 0.8em;
  text-align: left;
  display: flex;







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
  padding: 0 0.5em 0.15em 0.5em;
  cursor: pointer;
  white-space: nowrap;
}
body.chat .fossil-tooltip.help-buttonlet-content {
  font-size: 80%;
}
body.chat .message-widget.subsequent {
  /* When a single user posts multiple messages in a row,
     the 2nd and subsequent ones get the 'subsequent' class
     added to them. */
  margin-left: 2.5em;
  margin-right: 2.5em;
}
body.chat .message-widget.subsequent .message-widget-tab:before {
  content: "↳ ";
}
body.chat.my-messages-right .message-widget.subsequent.mine .message-widget-tab:before {
  content: revert;
}
body.chat.my-messages-right .message-widget.subsequent.mine .message-widget-tab:after {
  content: " ↲";
}

/* The popup element for displaying message timestamps
   and deletion controls. */
body.chat .chat-message-popup {
  font-family: monospace;
  font-size: 0.8em;
  text-align: left;
  display: flex;