summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '28186-long-group-names-overflow-out-of-todos-view' into 'master' Filipa Lacerda2017-02-211-7/+37
|\ | | | | | | | | | | | | Truncate long title text on Todo items Closes #28186 See merge request !9311
| * Truncate long title text on Todo items28186-long-group-names-overflow-out-of-todos-viewSam Rose2017-02-201-7/+37
| |
* | Merge branch '26206-fix-download-dropdown' into 'master' Clement Ho2017-02-202-0/+12
|\ \ | | | | | | | | | | | | | | | | | | Set dropdown height fixed to `250px;` and make it scrollable Closes #26206 See merge request !9063
| * | Set dropdown to fixed height of `250px` and make it scrollable26206-fix-download-dropdownKushal Pandya2017-02-092-0/+12
| | |
| * | Fix dropdown height regressionKushal Pandya2017-02-091-2/+0
| | |
| * | Set dropdown height fixed to `250px;` and make it scrollableKushal Pandya2017-02-091-0/+2
| | |
* | | Merge branch '27934-left-align-nav' into 'master' Alfredo Sumaran2017-02-203-46/+20
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Resolve "Left align nav items" Closes #27934 See merge request !9338
| * | Update positioning of nav scroll arrows27934-left-align-navAnnabel Dunstone Gray2017-02-171-4/+4
| | |
| * | Move tanuki to left of title; increase max-width of titleAnnabel Dunstone Gray2017-02-172-23/+4
| | |
| * | Refactor project stats & last_commit CSS; left align main nav itemsAnnabel Dunstone Gray2017-02-172-19/+12
| | |
* | | Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master' Clement Ho2017-02-181-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Todo done clicking is kind of unusable. Closes #25465 See merge request !8691
| * | | Todo done clicking is kind of unusable.Jacopo2017-02-171-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button.
* | | | Merge branch 'global-dropdown-edits' into 'master' Alfredo Sumaran2017-02-171-8/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Global dropdown edits See merge request !9336
| * | | | Remove badge styling in dropdown; remove blue outlineAnnabel Dunstone Gray2017-02-171-7/+5
| | | | |
| * | | | Make active links in dropdown boldAnnabel Dunstone Gray2017-02-171-1/+1
| | |/ / | |/| |
* | | | Merge branch '23819-fix-milestone-counters-to-top-right-of-panel-headings' ↵Clement Ho2017-02-171-0/+20
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix position of milestone panel counters Closes #23819 See merge request !7842
| * | | Fix position of counters within milestone panelsAndrew Smith2017-02-151-0/+20
| | | |
* | | | Merge branch '28236-browse-button-dropping' into 'master' Fatih Acet2017-02-171-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase right side of file header to accommodate browse files button Closes #28236 See merge request !9321
| * | | | Increase right side of file header to accommodate browse files button28236-browse-button-droppingAnnabel Dunstone Gray2017-02-161-1/+1
| | |/ / | |/| |
* | | | Merge branch '26200-convert-sidebar-to-dropdown' into 'master'Sean McGivern2017-02-179-382/+38
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Resolve "Update global sidebar to dropdown" Closes #26200 See merge request !9199
| * | | Cache js selectors; fix css26200-convert-sidebar-to-dropdownAnnabel Dunstone Gray2017-02-161-6/+6
| | | |
| * | | Make active links bold; fix badge stylingAnnabel Dunstone Gray2017-02-151-12/+28
| | | |
| * | | Remove sidebar toggle button; replace with dropdownAnnabel Dunstone Gray2017-02-151-1/+4
| | | |
| * | | Remove global sidebar stylesAnnabel Dunstone Gray2017-02-156-121/+10
| | | |
| * | | Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-155-252/+0
| | | |
* | | | Merge branch '28262-horizontal-scrolling-issue-on-long-project-names' into ↵Annabel Dunstone Gray2017-02-161-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Horizontal scrolling issue on long project names" Closes #28262 See merge request !9301
| * | | | Wrap long Project and Group titles28262-horizontal-scrolling-issue-on-long-project-namesSam Rose2017-02-161-0/+1
| | | | |
* | | | | Fix positioning of top scroll buttonAlfredo Sumaran2017-02-161-1/+1
| | | | |
* | | | | Merge branch 'fe-paginated-environments-api' into ↵paginate-environments-bundleFilipa Lacerda2017-02-161-7/+15
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'paginate-environments-bundle' Integrate with new environments API See merge request !8954
| * | | | Moves check for latest key to store instead of poluting the view making it ↵Filipa Lacerda2017-02-151-0/+1
| | | | | | | | | | | | | | | | | | | | reusable between endpoints.
| * | | | Move change page param to utility functionFilipa Lacerda2017-02-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests Adds folder name in the top of the table
| * | | | Fix underline styleFilipa Lacerda2017-02-151-0/+1
| | | | |
| * | | | Merge branch 'master' into fe-paginated-environments-apiFilipa Lacerda2017-02-1214-35/+121
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (97 commits) convert js-cookie dependency to an npm module convert timeago.js dependency to an npm module remove vue from vendor since it is now in node_modules Add CHANGELOG file Stylize blockquote in notification emails Add js prefix to right sidebar Replace accidentally deleted metaclick Remove right padding from navbar-collapse on large screens Add changelog common_utils merge conflicts Set sidebar height to 100% if at top of page Set height of fixed sidebars with js Add sticky sidebar on wiki page Fix comment button test for slash commands Fix time tracking spec Fix issue boards sidebar alignment and sidebar toggle spec Fix failing conflicts test Fix build sidebar scrolling Refactor JS Fix pinned sidebar alignment ...
| * | | | Environments folder should be underlined when on hover and on focus like a ↵Filipa Lacerda2017-02-091-1/+0
| | | | | | | | | | | | | | | | | | | | regular link
| * | | | Adjustments to receive new data schemaFilipa Lacerda2017-02-091-7/+9
| | |_|/ | |/| |
* | | | style links on system notes to look clickableSimon Knox2017-02-151-10/+1
| |_|/ |/| |
* | | Merge branch 'create-new-project-ui-fix' into 'master' Dmitriy Zaporozhets2017-02-151-6/+2
|\ \ \ | | | | | | | | | | | | | | | | Layout alignment fix in new project and edit project screen See merge request !9201
| * | | Layout alignment fix in new project and edit project screenPratik Borsadiya2017-02-131-6/+2
| | | |
* | | | Fix z index bugsAnnabel Dunstone Gray2017-02-142-1/+2
| | | |
* | | | Set max width for text in mini pipeline graph27924-set-max-width-mini-pipeline-textSam Rose2017-02-141-1/+1
| | | |
* | | | Merge branch '23535-folders-in-wiki-repository' into 'master' Douwe Maan2017-02-131-0/+30
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Show directory hierarchy when listing wiki pages Closes #23535 See merge request !8133
| * | | Merge branch 'master' into 23535-folders-in-wiki-repositoryAlex Braha Stoll2017-01-2967-745/+1386
| |\ \ \
| * | | | Add a breadcrumb at projects/wikis/show.html.hamlAlex Braha Stoll2016-12-311-0/+5
| | | | |
| * | | | Stop rendering page full path at projects/wikis/show.html.hamlAlex Braha Stoll2016-12-311-1/+0
| | | | |
| * | | | Fix scss style violationAlex Braha Stoll2016-12-311-1/+2
| | | | |
| * | | | Improve style of wiki page listsAlex Braha Stoll2016-12-311-0/+16
| | | | |
| * | | | Add tip about specifying the full path when creating new wiki pagesAlex Braha Stoll2016-12-311-0/+8
| | | | |
| * | | | Add component to show the full path of a wiki page when viewing its contentAlex Braha Stoll2016-12-311-1/+2
| | | | |
* | | | | Merge branch '28034-icon-in-issue-search-dropdown-still-animates' into 'master'Annabel Dunstone Gray2017-02-132-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Icon in issue search dropdown still animates" Closes #28034 See merge request !9156
| * | | | | Disable animation on avatars inside filter dropdowns28034-icon-in-issue-search-dropdown-still-animatesAlfredo Sumaran2017-02-101-0/+2
| | | | | |