summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/sidebar.scss
Commit message (Collapse)AuthorAgeFilesLines
* Move issuable bulk edit form into a new sidebar.28340-mass-edit-issues-and-mrs-from-sidebarBryce Johnson2017-06-061-2/+34
|
* Fix sidebar coming up short on mobile32735-fix-right-sidebar-coming-up-shortEric Eastwood2017-05-231-0/+4
| | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/32735
* MR zindex regressionLuke "Jared" Bennett2017-05-151-0/+1
|
* Remove trailing semicolonAnnabel Dunstone Gray2017-05-121-1/+1
|
* Add fixed positioning to top level navbarAnnabel Dunstone Gray2017-05-121-1/+1
|
* don't pad hidden sidebar on build and wiki pagesSimon Knox2017-03-241-2/+2
|
* Remove side padding from expanded sidebarright-sidebar-whitespaceAnnabel Dunstone Gray2017-03-011-4/+0
|
* Fix white square and sidebar animation28610-white-square-navAnnabel Dunstone Gray2017-02-231-6/+10
|
* Keep right padding the same whether sidebar is open or not28495-content-shiftingAnnabel Dunstone Gray2017-02-211-10/+6
|
* Remove global sidebar stylesAnnabel Dunstone Gray2017-02-151-113/+5
|
* Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-151-67/+0
|
* Keep sidebars absolute until fixed at top; remove unneeded JSAnnabel Dunstone Gray2017-02-101-0/+5
|
* Fix sidebar scrollingAnnabel Dunstone Gray2017-02-101-2/+6
|
* Remove fixed positioning from navbarAnnabel Dunstone Gray2017-02-101-1/+1
|
* Correctly keeps merge request tabs in place when editting value inmr-tabs-alignment-sidebar-openPhil Hughes2017-01-161-1/+5
| | | | | | | collapsed sidebar Previously the CSS would presume the sidebar is open, which it is but as an overlay so the CSS was pushing the tabs when it shouldnt of been
* 26504 Fix styling of MR jump to discussion button26504-mr-discussion-btntauriedavis2017-01-101-1/+3
|
* About GitLab link in sidebar that links to help pageview-ce-vs-eevictorwu2016-12-281-0/+11
|
* Finish refactoring graysvariablesAnnabel Dunstone Gray2016-12-131-1/+1
|
* Enable ColorVariable in scss-lintSam Rose2016-12-011-1/+1
|
* Merge branch '24726-remove-across-gitlab' into 'master' Annabel Dunstone Gray2016-12-011-5/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 24726 Remove Across GitLab from side navigation ## What does this MR do? Removes Across GitLab header from side navigation ## Screenshots (if relevant) Before: ![Screen_Shot_2016-12-01_at_11.09.12_AM](/uploads/7a8c32a1736a55e0baedf071c21e98db/Screen_Shot_2016-12-01_at_11.09.12_AM.png) After: ![Screen_Shot_2016-12-01_at_11.09.02_AM](/uploads/4d095ec6e4e756abf0301678bb40d59b/Screen_Shot_2016-12-01_at_11.09.02_AM.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) ## What are the relevant issue numbers? Closes #24726 See merge request !7883
| * 24726 Remove Across GitLab from side navigation24726-remove-across-gitlabtauriedavis2016-12-011-5/+0
| |
* | move wiki navbar content to right sidebarMike Greiling2016-11-301-1/+1
|/
* 24146 Add focus state to buttons and dropdowns24146-add-focus-statetauriedavis2016-11-081-1/+0
|
* Update links in side nav and headerAnnabel Dunstone Gray2016-11-011-0/+5
|
* Fixed sticky MR tabs positioning when sidebar is pinnedsticky-mr-tabs-pinned-navPhil Hughes2016-10-291-0/+12
| | | | Closes #23926
* Fixed issues with sticky mr tabs & sidebarPhil Hughes2016-10-201-0/+8
| | | | Closes #23504
* Remove redundant mixinsClement Ho2016-10-081-3/+3
|
* Fixes sidebar navigation.fix-sidebarFatih Acet2016-10-031-0/+1
|
* remove superfluous "collapsed" class and rename header classes for clarityMike Greiling2016-09-071-11/+3
|
* refactor sidebar logic into singleton classMike Greiling2016-09-071-3/+1
|
* Style build container box; add check mark to active build18516-collapse-build-tabsAnnabel Dunstone2016-08-171-0/+4
|
* Remove white background on clipboard button; position iconclipboard-buttonAnnabel Dunstone2016-07-181-0/+4
|
* Improves left static sidebar behaviourDmitriy Zaporozhets2016-07-141-6/+2
| | | | | | | | | | List of changes: * removed bottom 50px space that is no longer necessary with pin button at the top * increased side padding so sidebar links are closer to counters * use fixed weight pin icon so it correctly aligned with counters Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change sidebar drop shadow to rgba19659-sidebar-improvementsAnnabel Dunstone2016-07-121-1/+1
|
* Remove toggle partial; Move pin link to top of side navAnnabel Dunstone2016-07-121-28/+29
|
* Remove icons from sidebar; remove darker theme color from pin & toggle buttonsAnnabel Dunstone2016-07-121-1/+1
|
* Refactor box-shadow style for sidebar to satisfy css lintdz-sidebar-shadowDmitriy Zaporozhets2016-07-111-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add side shadow for unpinned sidebarDmitriy Zaporozhets2016-07-091-0/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix profile test to click on header user profile linkDmitriy Zaporozhets2016-07-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove current user link to the profile from sidebarDmitriy Zaporozhets2016-07-051-18/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Wiped old page and started on new UIlbennett/gitlab-ce-2542-implement-updated-ui-for-new-project-pageLuke "Jared" Bennett2016-06-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Completed new project page Updated CHANGELOG Corrected 'Create project' button Made responsive Added gitlab export button Changed Spinach test to match updated UI reverted test changes and fixed UI Corrected 'Repo by URL' text Fixed static namespace style Added errors partial Added padding to bottom of page-with-sidebar
* Fixed issue with navbar counts being misalignednav-count-alignment-ffPhil Hughes2016-06-211-1/+0
| | | | Closes #18916
* Lighten each logo path color instead of whiteAnnabel Dunstone2016-06-151-11/+0
|
* Moved pinned button to the bottomPhil Hughes2016-06-151-13/+23
| | | | Changed breakpoint width to 1440px
* Increased speed of sidebar transitionPhil Hughes2016-06-151-62/+21
|
* Pinned sidebar navigation optionPhil Hughes2016-06-151-52/+67
| | | | Closes #18542
* Put all sidebar icons in fixed width containerAnnabel Dunstone2016-06-141-0/+6
|
* Add back sidebar counters and usernameAnnabel Dunstone2016-06-101-3/+14
|
* Revert side nav to full width; remove border under nav; remove tooltips on ↵Annabel Dunstone2016-06-101-47/+8
| | | | nav links; stop page content shifting with side nav; put project nav in container
* Fix logo at all screen widths, update sidebar textAnnabel Dunstone2016-06-101-37/+27
|