summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
Commit message (Collapse)AuthorAgeFilesLines
* add link to forks pages in fork counter buttonadd_link_to_fork_counter_buttonArinde Eniola2016-03-241-1/+1
|
* Fixed issue with width of project select dropdownPhil Hughes2016-03-241-0/+1
|
* Fix specs broken by !3270 and !3337.fix-frontend-specsRémy Coutable2016-03-241-1/+1
|
* Merge branch 'dropdown-alignment-fixes' into 'master' restrict_avatar_upload_to_image_filesJacob Schatz2016-03-233-21/+62
|\ | | | | | | | | | | | | Dropdown pixel perfect :tada: Closes #14333, #14331, #14472, #14515 See merge request !3337
| * Changed colour of no matching results bgPhil Hughes2016-03-232-0/+7
| | | | | | | | Highlights first row when filtering
| * Adjusted alignment for the new label formPhil Hughes2016-03-233-15/+33
| |
| * Added label color box in dropdownPhil Hughes2016-03-231-7/+7
| |
| * Added clear button to dropdown filterPhil Hughes2016-03-231-2/+18
| |
* | Merge branch 'issue_7959' into 'master' Jacob Schatz2016-03-232-0/+22
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Crop avatars on the client before upload <img src="/uploads/535d69956cc5904870ae5d95132a35af/Screen_Shot_2016-03-17_at_9.55.56_AM.png" width="700"> closes #7959 closes #600 See merge request !3270
| * | Move cropper.css to vendor folderissue_7959Alfredo Sumaran2016-03-231-379/+0
| | |
| * | Merge branch 'master' into issue_7959Alfredo Sumaran2016-03-2228-188/+288
| |\ \
| * | | Make it responsiveAlfredo Sumaran2016-03-171-2/+6
| | | |
| * | | Add modal dialogAlfredo Sumaran2016-03-171-0/+17
| | | |
| * | | Add cropper libraryAlfredo Sumaran2016-03-172-0/+380
| | | |
* | | | Removed hover background that wasn't neededissue-sidebar-overlapPhil Hughes2016-03-231-4/+3
| | | |
* | | | Fixed failing testsPhil Hughes2016-03-231-74/+60
| | | | | | | | | | | | | | | | Moved the scss out of a mixin as it was really confusing the hell out of the CSS
* | | | Issue sidebar overlaps on tabletPhil Hughes2016-03-231-16/+7
| |_|/ |/| |
* | | Fixes last remaining lints and enables scss-lint test for GitLab CI.connorshea2016-03-224-7/+11
| | | | | | | | | | | | | | | | | | | | | With this, builds will now fail if they break the SCSS style guide (at least, the parts enabled by the linter). Discussed in #14299.
* | | Merge branch 'header-mobile-overflow' into 'master' Jacob Schatz2016-03-222-1/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue with signin button overflowing on mobile Closes #14477 ![Screen_Shot_2016-03-22_at_13.52.51](/uploads/7c9b2c38be7d497c690a7d17ae0ca76d/Screen_Shot_2016-03-22_at_13.52.51.png) ![Screen_Shot_2016-03-22_at_13.52.43](/uploads/8b2432aeb4afec455286fced11c5490c/Screen_Shot_2016-03-22_at_13.52.43.png) See merge request !3342
| * | | Fixes issue with signin button overflowing on mobileheader-mobile-overflowPhil Hughes2016-03-222-1/+9
| | |/ | |/| | | | | | | Closes #14477
* | | Merge branch 'issue_13885' into 'master' Jacob Schatz2016-03-224-4/+44
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display nav controls on mobile Set inputs inside .nav-controls to full-width on viewports below 600px Fixes #13885 **Affected pages** /dashboard/groups /admin/builds /dashboard/projects /dashboard/issues /dashboard/merge_requests /dashboard/milestones /dashboard/todos /explore /groups/{group-name}/issues /groups/{group-name} /groups/{group-name}/milestones /{group-name}/{project-name}/builds /{group-name}/{project-name}/forks /{group-name}/{project-name}/issues /{group-name}/{project-name}/labels /{group-name}/{project-name}/merge_requests /{group-name}/{project-name}/milestones /{group-name}/{project-name}/wikis/home /{group-name}/{project-name}/wikis/pages Some Screenshots **Groups** ![Screen_Shot_2016-03-15_at_2.22.23_PM](/uploads/b55348676693cc3ff67cddc4528f7f6c/Screen_Shot_2016-03-15_at_2.22.23_PM.png) **Admin > Builds** ![admin-builds](/uploads/2e84119660f4895a1530883412c4b728/admin-builds.png) **TODOs** ![todos](/uploads/84344c43011e22f902701038932d3eaa/todos.png) **Dashboard > Projects** ![dashboards-projects](/uploads/f508d9107598038798aa10485d3d5cfe/dashboards-projects.png) **Project Issues** ![issues](/uploads/d6c69a8f81ee07da95b2a3b99b81cf51/issues.png) **Project Merge Requests** ![merge_requests](/uploads/b3c1a537f28931bd38077c36627a0d7a/merge_requests.png) See merge request !3214
| * | | Adjust CSSissue_13885Alfredo Sumaran2016-03-181-2/+2
| | | |
| * | | Fixes inputs width inside .nav-controlsAlfredo Sumaran2016-03-183-3/+24
| | | |
| * | | Sidebar should be on top of dropdownsAlfredo Sumaran2016-03-181-1/+1
| | | |
| * | | Display nav controls on mobileAlfredo Sumaran2016-03-181-3/+22
| | | |
* | | | Shows error messages when trying to create label in dropdown menulabel-dropdown-errorsPhil Hughes2016-03-221-0/+7
| |/ / |/| | | | | | | | Closes #14495
* | | Merge branch 'master' into issue_12658Douwe Maan2016-03-2119-37/+73
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb # app/views/projects/_home_panel.html.haml # app/views/shared/projects/_project.html.haml # db/schema.rb # spec/models/project_spec.rb
| * \ \ Merge branch 'change_css_class_has_tooltip_to_has-tooltip' into 'master' Jacob Schatz2016-03-211-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change the css class has_tooltip to has-tooltip universally closes #14432 See merge request !3321
| | * | | change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-1/+1
| | | | |
| * | | | Merge branch 'css-indentation' into 'master' Jacob Schatz2016-03-213-9/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Indentation lints in CSS. As discussed in #14299. cc: @jschatz1 See merge request !3312
| | * | | | Fix Indentation lints in CSS.connorshea2016-03-183-9/+9
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | As discussed in #14299. [ci skip]
| * | | | Merge branch 'css-shorthand' into 'master' Jacob Schatz2016-03-2110-23/+23
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow the CSS Style Guide rules for using shorthand where possible. Fixes violations of the Shorthand rule. All of these were done manually and I reviewed each change to verify, so they should all be right. Discussed in #14299. cc: @jschatz1 See merge request !3313
| | * | | | Follow the CSS Style Guide rules for using shorthand where possible.connorshea2016-03-1810-23/+23
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes violations of Shorthand. Discussed in #14299. [ci skip]
| * | | | Merge branch 'backport-ee-premailer' into 'master' Rémy Coutable2016-03-211-0/+24
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Backport premailer and diff changes from EE Backport part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 See merge request !3318
| | * | | Inline mailer CSS using premailer.Douwe Maan2016-03-191-0/+24
| | |/ / | | | | | | | | | | | | | | | | # Conflicts: # Gemfile.lock
| * | | Merge branch 'css-zero-unit-again' into 'master' Jacob Schatz2016-03-203-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few remaining uses of `0px`. See #14299 for more information. cc: @jschatz1 See merge request !3310
| | * | | Fix a few remaining uses of `0px`.connorshea2016-03-183-3/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | See #14299 for more information. [ci skip]
| * | | Merge branch 'edit-form-alignment' into 'master' Jacob Schatz2016-03-202-1/+13
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fix spacing below edit note form Also changed to allow the CSS to decide what should be hidden when editing Thanks @JobV for having eagle eyes :stuck_out_tongue_winking_eye: See merge request !3306
| | * | Fix spacing below edit note formedit-form-alignmentPhil Hughes2016-03-182-1/+13
| | | | | | | | | | | | | | | | Also changed to allow the CSS to decide what should be hidden when editting
* | | | Tweaks, refactoring, and specsDouwe Maan2016-03-201-1/+1
| | | |
* | | | Merge branch 'master' into issue_12658Douwe Maan2016-03-2058-542/+614
|\ \ \ \ | |/ / /
| * | | Refactor colors and listsDmitriy Zaporozhets2016-03-187-44/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce 2 color links: black and blue * Use black color link for UI elements like lists * Refactor lists to use .title nested under li * Make all lists (events, todos, activity, projects etc) use style * List colorschema is now 333 for links and 555 for text Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Cleanup somce css colorsDmitriy Zaporozhets2016-03-184-20/+25
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Re-group scss variablesDmitriy Zaporozhets2016-03-181-21/+47
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Merge branch 'improved-issue-sidebar' into 'master' Jacob Schatz2016-03-181-57/+84
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved issue sidebar Updated the spacing throughout the sidebar so that it fits better on smaller screens. Also adds a more participants button to show any other participants after the first row. Closes #13353 See merge request !3097
| | * | Links to user on collapsed issue sidebarPhil Hughes2016-03-181-0/+4
| | | |
| | * | Fixed issue when user doesnt existPhil Hughes2016-03-181-10/+1
| | | | | | | | | | | | | | | | Fixed button hover color
| | * | Fixed tooltip issue for participantsPhil Hughes2016-03-181-1/+1
| | | |
| | * | Improved issue sidebarPhil Hughes2016-03-181-57/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the spacing throughout the sidebar so that it fits better on smaller screens Added more participants button Closes #13353
| * | | Merge branch 'improve-diff-ui' into 'master' Jacob Schatz2016-03-181-1/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add space to separate different files in diff I propose to add some visual separation between files in diff. Originally this separation was removed in 8.0 because of different UI layout. Now when we have white layout back I think it will be better to add some space between files. - - - Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3275