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-11-03Enable MergeableSelector in scss-lintTakuya Noguchi
2017-09-14Add missing classes to omniauth remember-me checkbox and add correct font-sizeJedidiah
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-06-10Fixes sign up active state underline misalignmentFrank Sierra
2017-03-23Change full colors to a more harmonious palettePedro Moreira da Silva
2017-01-05Decreases font-size on login pagedimitrieh
2016-12-28fix left border in session tabsMike Greiling
2016-12-02Enable ColorVariable in scss-lintSam Rose
2016-11-18Un-un-revert signin tab order fix.Bryce Johnson
2016-11-01Upgrade gl_field_errors to support more use cases.Bryce Johnson
2016-10-28Display last pipeline infoAnnabel Dunstone Gray
2016-10-25Merge branch 'enable-scss-lint-single-line-per-selector' into 'master' Annabel Dunstone Gray
Enable SingleLinePerSelector in scss-lint ## What does this MR do? Enables `SingleLinePerSelector` in `.scss-lint.yml` ## Are there points in the code the reviewer needs to double check? This MR touches a lot of files, just need another pair of eyes to look through and make sure I didn't break anything. ## Why was this MR needed? Improve SCSS maintainability and consistency ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? #23485 See merge request !7081
2016-10-24Enable SingleLinePerSelector in scss-lintClement Ho
2016-10-24Enable trailingWhitespace in scss-lintClement Ho
2016-10-22Merge branch 'master' into sign_in_forgot_passwordBernardo Anderson
2016-10-22Add empty line before media queryBernardo Anderson
2016-10-22Fix sign in page Forgot your password link overlapBernardo Anderson
2016-10-20Ensure custom provider tab labels don't break layout.Bryce Johnson
(Also fix some issues for session views on small screens.)
2016-10-20Change input order on Sign In form for better tabbing.Clement Ho
This *unreverts* 8751491b, which was mistakenly reverted in !6328. It also changes the implementation of the original commit to work with the new login styling and markup. cc: @ClemMakesApps
2016-10-18Use border-radius-default instead of hardcoding value.Bryce Johnson
2016-10-18Fix top border-radius of tabs.Bryce Johnson
2016-10-16Fix broken SCSS linter errors due to missing newlinesStan Hu
2016-10-15Revert "Improve tabbing usability for sign in page"Bryce Johnson
This reverts commit 8751491b8db471dc661daa19bc82a9dbd58e4aae.
2016-10-15Add third box shadow to validation focus, for depth.Bryce Johnson
2016-10-15Add submit button contain with custom margin.Bryce Johnson
2016-10-15Make style fixes, make all submit buttons full-width btn-block.Bryce Johnson
2016-10-15Add padding to fixed footer, to more quickly support scrolling.Bryce Johnson
2016-10-15Make UX upgrades to SignIn/Register views.Bryce Johnson
- Tab between register and sign in forms - Add individual input validation error messages - Validate username - Update many styles for all login-box forms
2016-10-15Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lintClement Ho
2016-10-13Improve tabbing usability for sign in pageClement Ho
2016-10-08Remove redundant mixinsClement Ho
2016-03-30Enable SpaceBeforeBrace rule for SCSS Lintconnorshea
Also resolve all instances of spaces not being included before opening braces.
2016-03-19Follow the CSS Style Guide rules for using shorthand where possible.connorshea
Fixes violations of Shorthand. Discussed in #14299. [ci skip]
2016-03-17Follow the CSS Style Guide rules for including a space after the property colon.connorshea
Fixes violations of SpaceAfterPropertyColon. Discussed in #14299. [ci skip]
2016-03-17Follow the CSS Style Guide rules for unitless zero values.connorshea
Updated Emoji Rake task to conform to style guide. Discussed in #14299. [ci skip]
2016-03-15Follow the CSS Style Guide rules for HEX colors.connorshea
Use lowercase letters and shorthand values for HEX colors where possible. Discussed in #14299.
2016-03-01Add bottom margin for flash container on login pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-03Fix background and padding of login and error pagesDouwe Maan
2015-12-02Remove minimum containe heightDouwe Maan
2015-03-22Restyle oauth accounts at profile page and add ability to unlink accountDmitriy Zaporozhets
2015-03-07Better name for pages css dirDmitriy Zaporozhets