summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'issue-boards-mobile-improvements' into 'master' Jacob Schatz2016-08-191-26/+3
|\
| * Improvements to issue boards on mobilePhil Hughes2016-08-191-26/+3
* | Merge branch 'expiration-date-on-memberships' into 'master' Douwe Maan2016-08-191-0/+26
|\ \
| * \ Merge branch 'master' into 'expiration-date-on-memberships'Sean McGivern2016-08-193-3/+106
| |\ \
| * \ \ Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-184-2/+56
| |\ \ \
| * \ \ \ Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-1829-66/+1070
| |\ \ \ \
| * | | | | Add MemberExpirationDate JS helperSean McGivern2016-08-181-0/+26
* | | | | | Merge branch 'issue-board-label-spacing' into 'master' Jacob Schatz2016-08-191-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Increased vertical alignment of labels for issues in listsPhil Hughes2016-08-191-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'issue-boards-tooltip-hide' into 'master' Jacob Schatz2016-08-191-7/+6
|\ \ \ \ \
| * | | | | Hides tooltips when dragging issuesPhil Hughes2016-08-191-7/+6
| |/ / / /
* | | | | Merge branch 'pipelines-ui-updates' into 'master' Jacob Schatz2016-08-193-19/+18
|\ \ \ \ \
| * | | | | Add play icon SVGAnnabel Dunstone2016-08-191-4/+11
| * | | | | Have hover color of builds span full widthAnnabel Dunstone2016-08-191-1/+4
| * | | | | Fix alignment of icon on commits pageAnnabel Dunstone2016-08-191-14/+3
* | | | | | Merge branch 'cs-fix-image-size-in-blob' into 'master' Jacob Schatz2016-08-191-2/+3
|\ \ \ \ \ \
| * | | | | | Decrease max-width for image previews to 80%.cs-fix-image-size-in-blobConnor Shea2016-08-121-1/+1
| * | | | | | Fix small image previews in the file viewer.Connor Shea2016-08-081-2/+3
* | | | | | | Merge branch 'mr-title' into 'master' Jacob Schatz2016-08-191-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Add space under MR titlemr-titleAnnabel Dunstone2016-08-181-0/+7
* | | | | | | | Merge branch '17932-move-to-project-dropdown' into 'master' Jacob Schatz2016-08-191-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdownPaco Guzman2016-08-181-1/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'cs-async-branch-dropdown' into 'master' Jacob Schatz2016-08-192-1/+9
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Add dynamic sizing for dropdown toggle, update Changelog.Connor Shea2016-08-171-0/+9
| * | | | | | | Initial implementation of an async branch dropdown for Revert and Cherry Pick.Connor Shea2016-08-171-1/+0
* | | | | | | | Merge branch 'fix-alignment-build-status-icon' into 'master' Jacob Schatz2016-08-191-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix spacing and vertical alignment on build status icon on commits pageClement Ho2016-08-101-0/+20
* | | | | | | | | Merge branch 'fix-gfm-commit-font' into 'master' Jacob Schatz2016-08-191-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix commit mention font inconsistencyClement Ho2016-08-151-1/+1
* | | | | | | | | | Merge branch 'fix-badge-alignment' into 'master' Jacob Schatz2016-08-191-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix badge count alignmentClement Ho2016-08-171-0/+1
* | | | | | | | | | | Merge branch 'scroll-code-blocks' into 'master' Jacob Schatz2016-08-192-8/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Remove unneeded codescroll-code-blocksAnnabel Dunstone2016-08-121-15/+0
| * | | | | | | | | | Wrap single lines of code; horizontally scroll multi-line code blocksAnnabel Dunstone2016-08-122-1/+17
* | | | | | | | | | | Merge branch 'diff-line-comment-vuejs' into 'master' Douwe Maan2016-08-193-3/+106
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Remove right margin on Jump button iconDouwe Maan2016-08-181-2/+6
| * | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-183-2/+51
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-184-11/+266
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-1710-11/+624
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-167-14/+75
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Add comment for v-cloak selector. [ci skip]Connor Shea2016-08-161-1/+2
| * | | | | | | | | | | | Fix Resolve All button.Connor Shea2016-08-161-5/+1
| * | | | | | | | | | | | Improve CSS for line comment resolution button.Connor Shea2016-08-161-5/+2
| * | | | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-128-23/+82
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Set color of resolve icon with CSS.Connor Shea2016-08-101-2/+6
| * | | | | | | | | | | | Replace CSS border'd check icon with real icon.Connor Shea2016-08-091-7/+3
| * | | | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-036-8/+33
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Moved the discussions count to be on the right of the tabsPhil Hughes2016-08-011-1/+1
| * | | | | | | | | | | | | Use default amount of padding before and after “N/M resolved” widgetDouwe Maan2016-07-281-1/+0
| * | | | | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-07-281-0/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \