Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-07Finish combining nav stylesAnnabel Dunstone Gray
2017-10-06FixesAnnabel Dunstone Gray
2017-10-06Remove nav images; remove old nav styles; create new file for other ↵Annabel Dunstone Gray
navigation elements
2017-09-25Remove unused admin subnavsAnnabel Dunstone Gray
2017-09-14Remove extra space between profile header and navbarAnnabel Dunstone Gray
2017-09-08Normalize styles for empty-state group-level new issue/MR combo buttonBryce Johnson
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-08-16Make sort by dropdown style consistentWinnie Hellmann
2017-08-07Group-level new issue & MR using previously selected projectBryce Johnson
2017-07-31Moves the Performance Bar to the top instead of being at the bottomRémy Coutable
2017-07-24Fixed duplicate new milestone buttons in new navigationPhil Hughes
Closes #35454
2017-07-24Bulk update sidebar UI polishBryce Johnson
2017-07-19Simplify width for dropdown-menu on mobileTakuya Noguchi
2017-06-21Revert to using links instead of buttons in Issuable Index tabs.Bryce Johnson
2017-06-06Use button instead of fake buttonClement Ho
2017-06-06Perform filtered search when state tab is changedClement Ho
2017-05-2032570 Fix border-bottom for project activity tabtauriedavis
2017-05-16prevent dropdowns from being cut-off by scrollable tab containerSimon Knox
rerender scrollable-tab area after Resolve Discussions button is rendered
2017-05-15Merge branch '31106-tabs-alignment' into 'master' Annabel Dunstone Gray
fix Resolved Discussions counter wrapping to next line Closes #31106 See merge request !10775
2017-05-13fix Resolved Discussions counter wrapping to next lineSimon Knox
change all .nav-links to use flex place Resolve Discussions above tabs on small screens, and to the right on large
2017-05-12Add fixed positioning to top level navbarAnnabel Dunstone Gray
2017-04-21Fix border color on activities pageAnnabel Dunstone Gray
2017-03-30Fixed a gap underneath the scrolling inner page linksPhil Hughes
2017-03-28Fixed alignment on some pagesPhil Hughes
Fixed pipelines tabs not showing arrows
2017-03-28Fixed tabs on desktop being all over the placePhil Hughes
2017-03-28Fixed inner page tabs not being scrollablePhil Hughes
Some inner page tabs where not scrollable like the top nav & this caused them to break onto new lines mobile. This pages include: - dashboard/projects - project -> merge_requests - search - project -> milestones - project -> pipelines Closes #18853
2017-03-23genericise sidebar vertical offset css as it relates to the subnavMike Greiling
2017-03-17Remove width from nav linksFilipa Lacerda
2017-03-08Remove extra space for settings dropdownAnnabel Dunstone Gray
2017-02-21Revert "Merge branch '27934-left-align-nav' into 'master'"Annabel Dunstone Gray
This reverts merge request !9338
2017-02-17Update positioning of nav scroll arrowsAnnabel Dunstone Gray
2017-02-17Move tanuki to left of title; increase max-width of titleAnnabel Dunstone Gray
2017-02-17Refactor project stats & last_commit CSS; left align main nav itemsAnnabel Dunstone Gray
2017-02-11Keep sidebars absolute until fixed at top; remove unneeded JSAnnabel Dunstone Gray
2017-02-11Remove fixed positioning from navbarAnnabel Dunstone Gray
2017-01-31Remove settings cog from within admin scroll tabs; keep links centeredAnnabel Dunstone Gray
2017-01-3119164 Add settings dropdown to mobile screenstauriedavis
2017-01-05Merge branch 'master' into '26207-add-hover-animations'Dimitrie Hoekstra
# Conflicts: # app/assets/stylesheets/framework/variables.scss
2017-01-0425701 standardize text colorstauriedavis
2017-01-03hover animations for award buttons, buttons, dropdowns, rows in file list, ↵dimitrieh
links, navigation tabs, labels
2016-12-29Merge branch '25925-fix-tag-sorting-and-filtering-options' into 'master' Annabel Dunstone Gray
Set default sort for tags to Last updated and fix nav controls spacing Closes #25925 See merge request !8263
2016-12-28fix mobile view for branch index headerMike Greiling
2016-12-28Set default sort for tags to Last updatedSam Rose
Fix spacing between nav control elements Wrap navigation text on Tags list page
2016-12-27Truncate tag description and fix mobile for inidividual tagSam Rose
2016-12-16Merge branch 'master' into 'badge-color-on-white-bg'Dimitrie Hoekstra
# Conflicts: # app/assets/stylesheets/framework/nav.scss # app/assets/stylesheets/pages/environments.scss # app/views/layouts/nav/_group.html.haml # app/views/layouts/nav/_project.html.haml
2016-12-13Finish refactoring graysAnnabel Dunstone Gray
2016-12-13Combining more graysAnnabel Dunstone Gray
2016-12-13Remove duplicate shades of gray and blackAnnabel Dunstone Gray
2016-12-09Merge branch 'fix-active-nav-badges' into 'master' Fatih Acet
Fix active nav badges not inheriting the link color ## What does this MR do? Fix active navigation and tabs badges not inheriting the link color (in this case, black). ## Screenshots (if relevant) ![image](/uploads/ab4e8ea99531106f9ddc4297e10c327b/image.png) ## Does this MR meet the acceptance criteria? - [ ] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !7950
2016-12-06Fix active nav badges not inheriting the link color.Pedro Moreira da Silva