summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
Commit message (Collapse)AuthorAgeFilesLines
* Move public assets (images, javascripts, stylesheets, themes) to app/assets ↵Marius Balteanu2024-02-0715-3662/+0
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22696 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r22694 (#39111).Marius Balteanu2024-02-0715-0/+3662
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22695 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move public assets (images, javascripts, stylesheets, themes) to app/assets ↵Marius Balteanu2024-02-0715-3662/+0
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix cutoff of user select element in activity sidebar when displaying long ↵Go MAEDA2024-02-061-0/+4
| | | | | | | | | user names (#39780). Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22682 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extraneous whitespace when selecting and copying issue number on ↵Go MAEDA2024-01-291-0/+2
| | | | | | | | | Chrome/Windows (#37390). Patch by Thomas Löber (@tloeber). git-svn-id: https://svn.redmine.org/redmine/trunk@22663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use absolute URL (propshaft default format) for images in application.css ↵Marius Balteanu2024-01-291-138/+138
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22660 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use absolute URL (propshaft default format) for images in rtl and scm css ↵Marius Balteanu2024-01-292-31/+31
| | | | | | files (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use absolute URL (propshaft default format) for images in jstoolbar.css ↵Marius Balteanu2024-01-291-20/+20
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22658 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ensure url in context_menu css files is absolute (#39111).Marius Balteanu2024-01-292-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22657 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use images generated by the asset pipeline in context_menu CSS files (#39111).Marius Balteanu2024-01-272-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22649 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove copyright headers from tribute.css file (#37730).Marius Balteanu2024-01-111-6/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22604 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Shorten copyright headers for css files (#37730).Marius Balteanu2024-01-118-112/+36
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improves filter rendering on narrow screens by replacing the layout tables ↵Marius Balteanu2023-12-282-15/+47
| | | | | | | | | | with a flex layout. (#39806). Patch by Jens Krämer (@jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@22574 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix improper error highlighting for description field in issue form (#39795).Go MAEDA2023-12-221-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@22545 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing copyrights (#37730).Marius Balteanu2023-11-267-0/+124
| | | | | | Patch by Karel Pičman. git-svn-id: https://svn.redmine.org/redmine/trunk@22482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add description for issue statuses and display them in issue new/edit form ↵Go MAEDA2023-08-311-3/+3
| | | | | | | | | (#2568). Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@22288 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display calendar in vertical list layout on mobile screens (#33682).Go MAEDA2023-08-272-15/+86
| | | | | | | Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22283 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the new pagination style for the calendars view (#27346).Go MAEDA2023-05-071-0/+1
| | | | | | | Patch by Bernhard Rohloff. git-svn-id: https://svn.redmine.org/redmine/trunk@22235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue field labels for fields with descriptions are missing styling on ↵Go MAEDA2023-05-051-1/+1
| | | | | | | | | issues show view (#33502). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Align buttons in modal dialogs to the left instead of right (#38449).Go MAEDA2023-05-051-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22226 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "View annotation prior to this change" button in the annotate view of ↵Go MAEDA2023-04-301-0/+7
| | | | | | | | | Git (#35432). Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@22217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display color bars on the left side of `td.line-code` instead of on the ↵Go MAEDA2023-04-291-14/+16
| | | | | | right side of `td.author` in the annotate view (#35432). git-svn-id: https://svn.redmine.org/redmine/trunk@22216 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a margin below the Submit button on the issue edit page (#38448).Go MAEDA2023-04-151-0/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22192 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Increase max-width of operator select in filters (#38435).Go MAEDA2023-04-151-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22190 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Nested CommonMark Markdown task lists are not indented (#38215).Go MAEDA2023-01-311-1/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Jump to project is misaligned in Safari 15.4 and later (#36901).Go MAEDA2022-10-011-0/+4
| | | | | | | Patch by Vitaly vit9696. git-svn-id: https://svn.redmine.org/redmine/trunk@21876 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove comment (#37282).Marius Balteanu2022-09-301-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21873 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix subtask list is not properly displayed (#37282).Marius Balteanu2022-09-302-1/+8
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21872 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.13.2 (#37492).Go MAEDA2022-09-137-1/+1
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21808 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix ordered list rendering inside project description (#37566).Go MAEDA2022-08-121-2/+2
| | | | | | | Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@21769 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Normalize HTML in settings/_users, and remove broken CSS left over from the ↵Go MAEDA2022-07-281-6/+0
| | | | | | | | | old times (#37507). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21743 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-171-0/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: https://svn.redmine.org/redmine/trunk@21713 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.31.1 (#37256).Marius Balteanu2022-06-162-7/+7
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21647 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix issue subject overflows in subtasks and relations tables (#36453).Marius Balteanu2022-06-162-14/+10
| | | | | | | | Patch by Dmitry Makurin. git-svn-id: https://svn.redmine.org/redmine/trunk@21642 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render mentioned users with leading @ and highlight (#36699, #13919).Marius Balteanu2022-03-191-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21468 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show a custom field description as a placeholder (#14275).Go MAEDA2022-03-171-0/+4
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21460 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix code copying in common browsers (#36580).Go MAEDA2022-02-191-1/+7
| | | | | | | Patch by Vitaly vit9696. git-svn-id: http://svn.redmine.org/redmine/trunk@21415 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Structured Document list for more flexible UI design with CSS (#17924).Go MAEDA2022-02-081-0/+6
| | | | | | | Patch by Yonghwan SO and Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21403 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable task list items for Common Mark text formatting (#35742).Marius Balteanu2022-01-222-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21383 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display "Two-factor authentication" on two lines to save some space (#35934).Marius Balteanu2022-01-221-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21381 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Text custom field values are not aligned with their labels when text ↵Go MAEDA2022-01-201-0/+1
| | | | | | | | | formatting is enabled (#36455). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21372 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Edit" misaligned in project members view (#13199).Go MAEDA2022-01-161-0/+1
| | | | | | | Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21366 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop OpenID support (#35755).Go MAEDA2021-12-142-4/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21312 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-1/+1
| | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@21275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix cursor no longer shown as pointer on whole wrapper when flyout menu is ↵Marius Balteanu2021-10-271-1/+1
| | | | | | | | active (#30448). Patch Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@21266 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Line breaks in the description of a custom field are ignored in a tooltip ↵Go MAEDA2021-09-241-1/+2
| | | | | | | | | (#34834). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21222 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Query links for related issues on issue page (#35559).Go MAEDA2021-08-231-2/+2
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21200 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add some space around the versions on the Roadmap (#35758).Go MAEDA2021-08-151-0/+2
| | | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove wrapper2 and wrapper3 wrapping containers (#30448).Marius Balteanu2021-08-102-9/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21151 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Long text custom field values are not aligned with their labels (#35642).Go MAEDA2021-08-051-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21137 e93f8b46-1217-0410-a6f0-8f06a7374b81