-
- Downloads
Merge branch 'refactor-header' into 'master'
Refactor header css/html * Fixes UI issue with header on zoom * Replace duplicate numbers with variable * Better names for css classes * refactor header views Fixes #1640 See merge request !750
Showing
- app/assets/javascripts/application.js.coffee 4 additions, 0 deletionsapp/assets/javascripts/application.js.coffee
- app/assets/stylesheets/base/variables.scss 1 addition, 0 deletionsapp/assets/stylesheets/base/variables.scss
- app/assets/stylesheets/generic/common.scss 1 addition, 1 deletionapp/assets/stylesheets/generic/common.scss
- app/assets/stylesheets/generic/header.scss 95 additions, 121 deletionsapp/assets/stylesheets/generic/header.scss
- app/assets/stylesheets/generic/mobile.scss 1 addition, 1 deletionapp/assets/stylesheets/generic/mobile.scss
- app/assets/stylesheets/generic/sidebar.scss 3 additions, 5 deletionsapp/assets/stylesheets/generic/sidebar.scss
- app/assets/stylesheets/themes/gitlab-theme.scss 2 additions, 3 deletionsapp/assets/stylesheets/themes/gitlab-theme.scss
- app/views/layouts/_head_panel.html.haml 0 additions, 42 deletionsapp/views/layouts/_head_panel.html.haml
- app/views/layouts/_public_head_panel.html.haml 0 additions, 22 deletionsapp/views/layouts/_public_head_panel.html.haml
- app/views/layouts/application.html.haml 2 additions, 2 deletionsapp/views/layouts/application.html.haml
- app/views/layouts/devise.html.haml 1 addition, 1 deletionapp/views/layouts/devise.html.haml
- app/views/layouts/errors.html.haml 1 addition, 1 deletionapp/views/layouts/errors.html.haml
- app/views/layouts/header/_default.html.haml 43 additions, 0 deletionsapp/views/layouts/header/_default.html.haml
- app/views/layouts/header/_empty.html.haml 1 addition, 1 deletionapp/views/layouts/header/_empty.html.haml
- app/views/layouts/header/_public.html.haml 14 additions, 0 deletionsapp/views/layouts/header/_public.html.haml
Loading
Please register or sign in to comment