summaryrefslogtreecommitdiffstats
path: root/public/stylesheets/application.css
Commit message (Collapse)AuthorAgeFilesLines
* Give numbers in query sort criteria consistent width for non-monospaced ↵Jean-Philippe Lang2015-11-011-0/+5
| | | | | | | | fonts (#21119). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move inline CSS to application.css for private checkbox (#21076).Jean-Philippe Lang2015-10-291-0/+1
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14754 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds Enumeration custom field format (#21060).Jean-Philippe Lang2015-10-251-2/+3
| | | | | | Similar to List format but stores possible values as records. git-svn-id: http://svn.redmine.org/redmine/trunk@14745 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display due date in red on overdue issues (#20812).Jean-Philippe Lang2015-10-241-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Thumbnails in issue history (#13429).Jean-Philippe Lang2015-10-241-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14731 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Lighter colors for journal details in issue history (#20370).Jean-Philippe Lang2015-10-171-2/+5
| | | | | | Patch by budo kaiman. git-svn-id: http://svn.redmine.org/redmine/trunk@14686 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display totals for each group on grouped queries (#1561).Jean-Philippe Lang2015-10-091-3/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14665 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-041-0/+3
| | | | | | Works for estimated hours, spent hours and any numeric custom field. git-svn-id: http://svn.redmine.org/redmine/trunk@14642 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds day numbers to HTML and PDF gantt (#3034).Jean-Philippe Lang2015-10-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14638 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds some rounded corners (#20368).Jean-Philippe Lang2015-09-301-1/+4
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14631 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Help cursor showing up on span tags with title (#20633).Jean-Philippe Lang2015-09-121-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14552 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Update styles to match CodeRay 1.1.0 (preserving changes of r10132).Toshi MARUYAMA2015-08-141-16/+23
| | | | | | | | | | | | | | | | | | | | | | | This commit updates the CSS styles to match with CodeRay 1.1.0, while it preserves the custom changes applied in r10132. The CSS styles were still based on CodeRay 1.0.6 (included since Redmine 1.4.0) with the custom changes from r10132 (included since Redmine 2.1.0). Redmine 2.3.2 till 2.3.4 came with CodeRay 1.0.9, an upgrade that didn't needed changes in the CSS styles. Starting with 2.4.0 Redmine comes with CodeRay 1.1.0, a minor upgrade that came with new/changed token_kinds and lots of changes in the alpha stylesheet, that in turn is used as a base for Redmine's own CodeRay CSS styles. As such, this upgrade needed CSS stylesheet changes like done before in r7618 and r7623 (for 1.0.0 upgrade) and r9389 (for 1.0.6 upgrade). But these changes, plus an update of the Redmine core documentation that is shipped along the core (wiki_syntax_detailed_[markdown|textile].html), aren't integrated up untill today. Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14488 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Remove line-numbers style (line numbers are removed per r10131).Toshi MARUYAMA2015-08-131-1/+0
| | | | | | Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14487 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Remove debug style (used only by CodeRay's internal debug scanner).Toshi MARUYAMA2015-08-131-1/+0
| | | | | | Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14486 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Spent time" panel: columns not wrapping (#20401).Jean-Philippe Lang2015-08-021-1/+1
| | | | | | Patch by Gord Brown. git-svn-id: http://svn.redmine.org/redmine/trunk@14474 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Contents inside <pre> are not rendered as monospace font in Chrome for Mac ↵Jean-Philippe Lang2015-07-251-0/+1
| | | | | | | | (#20372). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14451 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Align roles on new member form (#19844).Jean-Philippe Lang2015-06-141-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raises 60-character limit for document titles to 255 (#12312).Jean-Philippe Lang2015-05-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14261 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Space between lines in nested lists not equal (#13583).Jean-Philippe Lang2015-04-251-0/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14201 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include custom fields description in project settings and issue view (#19296).Jean-Philippe Lang2015-03-211-2/+1
| | | | | | Patch by Sebastian Paluch. git-svn-id: http://svn.redmine.org/redmine/trunk@14154 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrap parent task title on the issue list (#19120).Jean-Philippe Lang2015-02-181-1/+1
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@14025 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds rtl and ltr css classes for use in text formatting (#8121).Jean-Philippe Lang2015-01-271-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13951 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13856 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use of PRE tag in issue description results in wrapped text (#18464).Jean-Philippe Lang2014-11-281-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-151-9/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13600 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a single controller for users and groups memberships and support for ↵Jean-Philippe Lang2014-10-231-0/+13
| | | | | | adding multiple projects at once (#11702). git-svn-id: http://svn.redmine.org/redmine/trunk@13498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds buit-in groups to give specific permissions to anonymous and non ↵Jean-Philippe Lang2014-09-281-1/+4
| | | | | | members users per project (#17976). git-svn-id: http://svn.redmine.org/redmine/trunk@13417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Long strings such as URL break out of box (#17322).Jean-Philippe Lang2014-09-141-0/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@13401 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Long hyperlinks inserted in task description breaks right frame boundary ↵Jean-Philippe Lang2014-09-141-1/+1
| | | | | | | | | (#12580). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@13399 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mark private notes more clearly (#16240).Jean-Baptiste Barth2014-09-091-1/+1
| | | | | | | Contributed by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@13367 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set same width for all buttons (#16326).Jean-Philippe Lang2014-03-211-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12992 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk edit workflows for multiple trackers/roles (#16164).Jean-Philippe Lang2014-02-251-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12924 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed alignments.Jean-Philippe Lang2014-02-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent inline images to overflow (#3163).Jean-Philippe Lang2014-02-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12864 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings for disabling browser language detection and language ↵Jean-Philippe Lang2014-01-241-1/+1
| | | | | | preference (#2691). git-svn-id: http://svn.redmine.org/redmine/trunk@12691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed multiple scrollbars in project tree (#15741).Jean-Philippe Lang2013-12-211-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-3/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed repository browser alignment (#15307).Jean-Philippe Lang2013-11-111-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-9/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a CSS class for reorder links (#15307).Jean-Philippe Lang2013-11-101-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12265 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaced acronym with abbr tags (#15191).Jean-Philippe Lang2013-10-261-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Projects selection on custom field form (#15136).Jean-Philippe Lang2013-10-201-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12225 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Autocomplete fields rendering issue with alternate theme (#14340).Jean-Philippe Lang2013-07-281-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12059 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-0/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11994 e93f8b46-1217-0410-a6f0-8f06a7374b81
* JQuery Datepicker popup is missing multiple month/year modifiers (#13260).Jean-Philippe Lang2013-03-191-0/+4
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project select for new membership overflows with long project names.Jean-Philippe Lang2013-03-011-0/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11511 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use li tags for issue links in the sidebar (#13242).Jean-Philippe Lang2013-02-241-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use ti tags for sidebar queries (#13242).Jean-Philippe Lang2013-02-241-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11466 e93f8b46-1217-0410-a6f0-8f06a7374b81