summaryrefslogtreecommitdiffstats
path: root/apps/comments/css
Commit message (Collapse)AuthorAgeFilesLines
* Make it clear that you can now click on usernamesJoas Schilling2017-04-271-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add contactsmenu popover to commentsGeorg Ehrke2017-04-261-1/+5
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* display avatar (if enabled) alongside displaynamesArthur Schiwon2016-10-191-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #1407 from nextcloud/multiline_commentsMorris Jobke2016-10-111-2/+7
|\ | | | | Bring back multiline comments
| * fix textarea submitskjnldsv2016-10-111-2/+3
| |
| * Add autosize to comments inputRoeland Jago Douma2016-10-041-1/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Make sure the CSS rules apply to the activityTabView as wellJoas Schilling2016-10-051-5/+9
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* white-space: pre-wrap is supported on all current browsersMorris Jobke2016-08-181-8/+1
| | | | | * Chrome 1, Firefox 3, IE8, Opera 8 and Safari 3 * see https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
* Improve layout of cancel button in the comments sidebarMorris Jobke2016-08-181-0/+4
|
* Fix layout of comments submit button on all screen sizesMorris Jobke2016-08-181-4/+4
| | | | * tested in IE10, IE11, Edge, Chrome and Firefox
* Fix edit comment layoutRoeland Jago Douma2016-08-171-1/+1
|
* fix design details in comments sidebarJan-Christoph Borchardt2016-08-171-14/+40
|
* remove comments count because it is not that relevant to show directlyJan-Christoph Borchardt2016-02-251-2/+2
|
* Collapse long commentsVincent Petry2016-02-081-0/+43
| | | | | | | Very crude a naive implementation that relies on length and number of newlines. Should be good enough for most cases. Clicking on such comments will expand them.
* Limit comment size to 1000 in UIVincent Petry2016-02-051-1/+9
| | | | | | | | Whenever the limit is almost reached (90% of the length), a tooltip will appear. Once the limit is exceeded, the "Post" button will be disabled and the field will become red.
* Move comment delete action into edit modeVincent Petry2016-02-031-1/+1
|
* Comment owner can now edit or deleteVincent Petry2016-02-031-0/+27
|
* Add file row indicator for unread commentsVincent Petry2016-02-031-0/+4
|
* Add spinner when submitting commentsVincent Petry2016-02-021-2/+2
|
* Improve comments style, add avatarsVincent Petry2016-02-021-0/+51