summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
Commit message (Collapse)AuthorAgeFilesLines
* Add nice new Todo bellnice-todos-bellJacob Schatz2016-05-062-1/+9
|
* Merge branch 'group-navigation-redesign' into 'master' Dmitriy Zaporozhets2016-05-068-8/+131
|\ | | | | | | | | | | | | Redesign navigation for group pages Part of #14838. This MR targets on desktop version. Mobile version improvements will be in separate merge request See merge request !3980
| * Remove duplicate cover-control mobile stylesgroup-navigation-redesignAnnabel Dunstone2016-05-051-12/+0
| |
| * Remove mobile styles; horizontally scroll layout nav linksAnnabel Dunstone2016-05-051-19/+3
| |
| * Merge branch 'master' into group-navigation-redesignDmitriy Zaporozhets2016-05-055-11/+5
| |\
| * | Reduce height of nav to 50pxAnnabel Dunstone2016-05-043-5/+6
| | |
| * | Update font colors, font sizes, caret icon, avatar sizeAnnabel Dunstone2016-05-044-3/+40
| | |
| * | Fixed layout nav, revert back to badge styles, general enhancementsAnnabel Dunstone2016-05-042-10/+34
| | |
| * | Redesign profile page and group page mobile navigationAnnabel Dunstone2016-05-035-7/+79
| | |
| * | Group navigation design updateAnnabel Dunstone2016-05-034-3/+20
| | |
* | | Change build icons into buttons; update testsAnnabel Dunstone2016-05-042-5/+2
| | |
* | | Builds page redesignAnnabel Dunstone2016-05-044-3/+36
| | |
* | | Start builds redesignAnnabel Dunstone2016-05-049-13/+43
| |/ |/|
* | Merge branch '17000-comment-links' into 'master' Jacob Schatz2016-05-041-4/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove break-all from links Closes #17000 See merge request !4042
| * | Remove break-all from links17000-comment-linksAnnabel Dunstone2016-05-041-4/+0
| | |
* | | Merge branch 'fix-files-page-colors' into 'master' Jacob Schatz2016-05-042-4/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix file list page border colors See merge request !4008
| * | | Fix table bordersfix-files-page-colorsDmitriy Zaporozhets2016-05-021-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Use correct border color between table rowsDmitriy Zaporozhets2016-05-022-2/+2
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'improve-milestone-ui' into 'master' Jacob Schatz2016-05-041-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Improve milestone page UI * remove button after edit button * use hex value for text color * re-use existing text color variables Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !4014
| * | Improve milestone page UIimprove-milestone-uiDmitriy Zaporozhets2016-05-031-2/+2
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Make files list more compact by reducing row height from 47px to 44pxcompact-files-listDmitriy Zaporozhets2016-05-021-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move modal css to separate file and fix danger text for confirmation modalDmitriy Zaporozhets2016-04-293-19/+23
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace outdated bluish colors with default bg colordz-update-outdated-colorsDmitriy Zaporozhets2016-04-282-3/+3
|
* Merge branch 'async-new-branch-button' into 'master' Jacob Schatz2016-04-281-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | Load the "New Branch" button asynchronously Here's how it looks like for logged in users: ![new_branch](/uploads/718e3d9016a50a0432b9541dde5ca74c/new_branch.gif) And here it is for anonymous users (or when a new branch can't be created by a logged in user): ![new_branch_anonymous](/uploads/dce42ee6a7dd7708443cdfdb56389d46/new_branch_anonymous.gif) See merge request !3855
| * Load the "New Branch" button asynchronouslyYorick Peterse2016-04-281-0/+4
| | | | | | | | | | | | | | This button depends on Issue#can_be_worked_on? which in turn depends on Issue#related_branches. By rendering this button asynchronously we can finally remove all usages of Issue#related_branches and Issue#referenced_merge_requests from the issues "show" page.
* | Merge branch 'protected-branches-ui' into 'master' Jacob Schatz2016-04-281-6/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Protected branches UI ![Screen_Shot_2016-04-26_at_15.50.10](/uploads/4b905db031aab412bc01616e0be36c1b/Screen_Shot_2016-04-26_at_15.50.10.png) ![Screen_Shot_2016-04-26_at_15.50.00](/uploads/b09229b364ec5361fce375299d39d99c/Screen_Shot_2016-04-26_at_15.50.00.png) Closes #14027 See merge request !3929
| * | Protected branches UIprotected-branches-uiPhil Hughes2016-04-263-6/+16
| | | | | | | | | | | | Closes #14027
* | | Merge branch 'project-webhooks-ui' into 'master' Jacob Schatz2016-04-281-0/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project webhooks updated UI Closes #13993 ![Screen_Shot_2016-04-26_at_10.55.52](/uploads/684f79be18f8a69e9b5cbcca2c9b20e8/Screen_Shot_2016-04-26_at_10.55.52.png) ![Screen_Shot_2016-04-26_at_10.55.37](/uploads/9b9f3a8a243dec955f23967e20ec514f/Screen_Shot_2016-04-26_at_10.55.37.png) See merge request !3922
| * | | Project webhooks updated UIPhil Hughes2016-04-261-0/+10
| |/ / | | | | | | | | | Closes #13993
* | | Merge branch 'project-deploy-keys-ui' into 'master' Jacob Schatz2016-04-281-2/+25
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Project deploy keys updated UI Closes #13992 See merge request !3912
| * | Project deploy keys updated UIPhil Hughes2016-04-251-2/+25
| | | | | | | | | | | | Closes #13992
* | | Merge branch 'updated-triggers-ui' into 'master' Jacob Schatz2016-04-281-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated triggers UI ![Screen_Shot_2016-04-27_at_14.05.35](/uploads/971bc907f62abd397368c8c088ff0cf1/Screen_Shot_2016-04-27_at_14.05.35.png) ![Screen_Shot_2016-04-27_at_14.05.32](/uploads/5e0e87998e25e7e89cdd6fb8d6035542/Screen_Shot_2016-04-27_at_14.05.32.png) Closes #14090 See merge request !3946
| * | | Updated triggers UIupdated-triggers-uiPhil Hughes2016-04-271-1/+1
| | |/ | |/| | | | | | | Closes #14090
* | | Merge branch 'project-group-ui' into 'master' Jacob Schatz2016-04-285-20/+44
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project group UI Closes #13991 ![Screen_Shot_2016-04-25_at_14.54.49](/uploads/e55fd1731a479d93660a1ff8359f56d6/Screen_Shot_2016-04-25_at_14.54.49.png) See merge request !3911
| * | | Changed settings icon color variableproject-group-uiPhil Hughes2016-04-272-2/+1
| | | |
| * | | Updated select box to match designPhil Hughes2016-04-251-0/+18
| | | |
| * | | Updated project group sharing UIPhil Hughes2016-04-254-20/+27
| | |/ | |/| | | | | | | Closes #13991
* | | Reuse more popular colorsDmitriy Zaporozhets2016-04-282-4/+4
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Make layout navigation gray and fluidnavigation-redesignDmitriy Zaporozhets2016-04-281-0/+19
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Make application header light grayDmitriy Zaporozhets2016-04-281-2/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'parallel-diff-alignment' into 'master' Jacob Schatz2016-04-261-1/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce width of parallel diffs At 50% width the alignment is off on parallel diffs (see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3785/diffs and view in Side-by-Side) Reducing width lines them up: <img src="/uploads/5775d35b0e86397abd10db6195a8a54d/Screen_Shot_2016-04-22_at_2.19.21_PM.png" width="400px"> Also shifted comment button over to center it properly: <img src="/uploads/c2468e15bb65523464a941001c3d7298/Screen_Shot_2016-04-22_at_2.24.33_PM.png" width="200px"> See merge request !3891
| * | | Break in middle of word if a span within parallel viewparallel-diff-alignmentAnnabel Dunstone2016-04-251-0/+5
| | | |
| * | | Reduce width of parallel diffsAnnabel Dunstone2016-04-221-1/+5
| | | |
* | | | Merge branch '15606-discussion-styling' into 'master' Jacob Schatz2016-04-261-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase screen width breakpoint for hide/show discussion Closes #15606 See merge request !3915
| * | | | Increase screen width breakpoint for hide/show discussion15606-discussion-stylingAnnabel Dunstone2016-04-251-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'master' into 'master' Jacob Schatz2016-04-261-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed width of .search-location-badge as it was causing issues in Safari. Fixed width of .search-location-badge as it was causing issues in Safari. Fixes issue #15541 and is a minor CSS only change so [ci skip] # Before Safari: ![Screen_Shot_2016-04-24_at_22.35.38](/uploads/74388670fde3af94429d83b954833bd3/Screen_Shot_2016-04-24_at_22.35.38.png) # After Safari: ![Screen_Shot_2016-04-24_at_21.59.49](/uploads/177d0d8fda665165dff5006930604fc6/Screen_Shot_2016-04-24_at_21.59.49.png) Chrome: ![Screen_Shot_2016-04-24_at_21.59.40](/uploads/6764cd5864901210f4f8eff4388fd6db/Screen_Shot_2016-04-24_at_21.59.40.png) # CSS class referenced in the following files: `./app/assets/javascripts/search_autocomplete.js.coffee` `./app/assets/stylesheets/pages/search.scss` …and is visible on the search bar on every page. See merge request !3900
| * | | | Fixed width of .search-location-badge as it was causing issues in Safari. #15541Jedidiah Broadbent2016-04-241-1/+1
| | | | |
* | | | | Consistent border radiusPhil Hughes2016-04-263-4/+2
| | | | |
* | | | | Fixed testsPhil Hughes2016-04-261-2/+6
| | | | |
* | | | | icons on search barPhil Hughes2016-04-261-0/+30
| | | | |