summaryrefslogtreecommitdiffstats
path: root/css/comments.css
AgeCommit message (Collapse)Author
2018-01-09Rename remaining CSS files to SCSSJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-12-01Show submit working icon at the same position as the submit confirm iconDaniel Calviño Sánchez
The submit confirm icon is shown as the background image of an absolutely positioned input element, so the CSS rules for the submit working icon were modified to match those of the submit confirm icon. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-11-20Merge pull request #491 from nextcloud/force-breaks-on-extremely-long-wordsJoas Schilling
Force breaks on extremely long words in chat messages
2017-11-17Force breaks on extremely long wordsDaniel Calviño Sánchez
If not broken extremely long words overflow their container. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-11-16Add a header with the date when it changes between messagesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-11-16Group temporary near messages by same participantDaniel Calviño Sánchez
When two or more consecutive messages were sent by the same participant with a difference of less than 120 seconds between each message those messages are now shown grouped (the participant name is not shown for the intermediate messages and each message is pushed closer to the previous message). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-11-03Remove pointer cursor from chat messagesDaniel Calviño Sánchez
Chat messages are not interactive, so they should not use a pointer cursor. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-11-03Add chat view to sidebar tabDaniel Calviño Sánchez
The CSS was copied from the Comments app. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>