summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
Commit message (Collapse)AuthorAgeFilesLines
* Change colors for charcoal and graphite sidebar themesdz-change-sidebar-colorsDmitriy Zaporozhets2016-05-141-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Extract LegacyDiffNote out of NoteDouwe Maan2016-05-131-2/+1
|
* Merge branch '17338-sidebar-width' into 'master' Dmitriy Zaporozhets2016-05-132-2/+2
|\ | | | | | | | | | | | | | | | | | | Reduce width of side nav Closes #17338 Part of #14838 Left: old; Right: new <img src="/uploads/7dba5f22d6bdf1249bab5166addb25b5/Screen_Shot_2016-05-10_at_4.34.07_PM.png" width="500px"> See merge request !4109
| * Undo changes; reduce sidebar internal width17338-sidebar-widthAnnabel Dunstone2016-05-121-9/+4
| |
| * No extra link padding at xs screen sizeAnnabel Dunstone2016-05-101-2/+4
| |
| * Reduce width of side navAnnabel Dunstone2016-05-102-5/+8
| |
* | Merge branch '17501-dropdown-bug' into 'master' Dmitriy Zaporozhets2016-05-131-0/+19
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mobile dropdown bug Closes #17501 ![dropdown](/uploads/d0cc6d9472bd8aa1aaf392d5c4eb3791/dropdown.gif) See merge request !4142
| * | Fix mobile dropdown bugAnnabel Dunstone2016-05-131-0/+19
| |/
* | Fix login btn vertical alignDmitriy Zaporozhets2016-05-131-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix issue sidebar top position after header height changeDmitriy Zaporozhets2016-05-132-3/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Remove background color differentiation from gitlab logo/text in sidebardz-improve-sidebar-designDmitriy Zaporozhets2016-05-131-4/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change dashboard button color to white on hoverDmitriy Zaporozhets2016-05-101-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Minor consistency fixes to sidebar & headerDmitriy Zaporozhets2016-05-102-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix media queries for absolutely positioned nav elementAnnabel Dunstone2016-05-093-4/+14
|
* Hide navbar on mobileAnnabel Dunstone2016-05-094-4/+89
|
* Merge branch 'nice-todos-bell' into 'master' Dmitriy Zaporozhets2016-05-062-1/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | Add nice new Todo bell ![H5bp___Html5_Boilerplate___GitLab](/uploads/e8725396a5d77a8db09742f977595605/H5bp___Html5_Boilerplate___GitLab.png) ![H5bp___Html5_Boilerplate___GitLab](/uploads/011a21ee1653502c4f78543e28d97b67/H5bp___Html5_Boilerplate___GitLab.png) ![H5bp___Html5_Boilerplate___GitLab](/uploads/0858cb9621463ef6a32237fcb0b4f63d/H5bp___Html5_Boilerplate___GitLab.png) Fixes: #15671 See merge request !4077
| * Add nice new Todo bellnice-todos-bellJacob Schatz2016-05-062-1/+9
| |
* | Merge branch '17343-a-tag-code' into 'master' Jacob Schatz2016-05-061-0/+5
|\ \ | |/ |/| | | | | | | | | | | | | Align code within links in comments Closes #17343 <img src="/uploads/78e03c1dc0e99c7bdb686d9d120a4525/Screen_Shot_2016-05-06_at_9.28.26_AM.png" width="800px"> See merge request !4073
| * Align code within links in comments17343-a-tag-codeAnnabel Dunstone2016-05-061-0/+5
| |
* | 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