[Libreoffice-bugs] [Bug 143535] Border Radius

2021-08-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143535 --- Comment #5 from cson...@halmai.hu --- Created attachment 174175 --> https://bugs.documentfoundation.org/attachment.cgi?id=174175=edit Rounded border around individual cells This would also a useful and good-looking feature to have.

[Libreoffice-bugs] [Bug 143535] Border Radius

2021-08-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143535 --- Comment #4 from cson...@halmai.hu --- Rounding the individual cells also would be nice. Here is the CSS for it: table { border-collapse: separate; border-spacing: 0.2em; margin: 3em; } td { padding: 0.5em; border-radius:

[Libreoffice-bugs] [Bug 143535] Border Radius

2021-08-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143535 --- Comment #3 from cson...@halmai.hu --- Created attachment 174174 --> https://bugs.documentfoundation.org/attachment.cgi?id=174174=edit desired feature for rounded table border The file shows a 2x2 table with rounded border. I

[Libreoffice-bugs] [Bug 143535] Border Radius

2021-08-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143535 --- Comment #2 from cson...@halmai.hu --- Here is how I would do it in HTML: ``` table { border-collapse: separate; border-spacing: 0.2em; border-radius: 1em; border: 1px solid black; margin: 3em; } td { padding: 0.5em; }

[Libreoffice-bugs] [Bug 143535] Border Radius

2021-08-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143535 Dieter changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Libreoffice-bugs] [Bug 143535] Border Radius

2021-08-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143535 QA Administrators changed: What|Removed |Added Whiteboard|| QA:needsComment -- You