Valery Sizov
7c091d701b
Merge branch 'master' into ce_upstream
2015-12-03 14:09:00 +02:00
Dmitriy Zaporozhets
bb76a9e2ea
Merge branch 'ui/no-minimal-height' into 'master'
...
UI: Remove minimum container height
Depends on !1953
See the commits for more details, the messages mostly speak for themselves.
Before:

After:

See merge request !1957
2015-12-02 22:15:38 +00:00
Douwe Maan
845f26d07b
Remove minimum containe height
2015-12-02 15:49:21 +01:00
Douwe Maan
1fb3c0996a
Fix styling of empty repo message
2015-12-02 15:32:45 +01:00
Douwe Maan
8196d269eb
No bottom margin for form help blocks
2015-12-02 14:50:50 +01:00
Douwe Maan
09396b2eaa
Render all form controls at the same height
2015-12-02 14:50:41 +01:00
Douwe Maan
1c595681e5
Remove double border between gray blocks
2015-12-02 14:49:29 +01:00
Douwe Maan
0159d78a3b
Remove padding around form-actions
2015-12-02 14:48:06 +01:00
Douwe Maan
c95b64d1ca
Fix alignment of buttons in issue header
2015-12-02 14:46:55 +01:00
Douwe Maan
3ae7dba931
Use gl-padding instead of 15px/20px where appropriate
2015-12-02 14:46:15 +01:00
Douwe Maan
58dad2a9da
Remove bottom margin from page-titles
2015-12-02 14:43:23 +01:00
Valery Sizov
7b327b68e3
Merge remote-tracking branch 'origin/master' into ce_upstream
2015-12-01 19:54:45 +02:00
Dmitriy Zaporozhets
d9749c8d36
Improve UI for group members page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-25 10:24:29 +01:00
Valery Sizov
18c7336892
Merge remote-tracking branch 'origin/master' into ce_upstream
2015-11-24 18:06:46 +02:00
Dmitriy Zaporozhets
d1a7356398
Fix ultra-light color for small text
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-24 11:36:53 +01:00
Stan Hu
ab238a7677
Fix CSS styling for clipboard icon in new MR page
...
Closes #3602
2015-11-22 07:23:56 -08:00
Greg Smethells
d22435f3ff
fix syntax error in common.scss
2015-11-20 14:15:01 -06:00
Douwe Maan
5036d8d5d5
Fix styling of import error.
2015-11-18 12:02:09 +01:00
Douwe Maan
01d2b1943f
Move import form to partial.
2015-11-18 12:00:56 +01:00
Douwe Maan
76d9636351
Merge branch 'master' into mirror-repository
2015-11-17 10:18:42 +01:00
Robert Speicher
37fe73c337
Merge remote-tracking branch 'ce/master' into ce-to-ee
2015-11-15 00:30:17 -05:00
Dmitriy Zaporozhets
aec9f211e5
Merge branch 'impersonate' into 'master'
...
refactor login as to be impersonation with better login/logout
Modifies the existing "login as" feature to be called impersonation.
This also adds:
* Application keep track of who is impersonating the user so they can revert back to the original user without having to log out.
* Stores the user profile via `HTTP_REFERER` so you get redirected back to the person you have impersonated once you stop.
## Screenshots:


See merge request !1702
2015-11-14 09:04:10 +00:00
Robert Speicher
6afca45028
Merge remote-tracking branch 'ce/master' into ce-to-ee
2015-11-13 12:34:34 -05:00
Douwe Maan
80651c5adf
Fix styling of import error.
2015-11-12 12:46:33 +01:00
Douwe Maan
519f24f595
Move import form to partial.
2015-11-11 16:40:30 +01:00
Robert Speicher
afcced01e5
Remove text-rendering property
...
Closes #3220
[ci skip]
2015-11-10 13:15:18 -05:00
Stan Hu
99c05363ea
Remove CSS property preventing hard tabs from rendering in Chromium 45
...
This is to workaround a bug in Chromium 45 (https://code.google.com/p/chromium/issues/detail?id=446434 ),
which is the default browser in Ubuntu 14.04 and older.
Closes #3220
2015-11-10 07:19:31 -08:00
Dmitriy Zaporozhets
354b69dde2
Merge remote-tracking branch 'origin/release-notes'
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-10 10:20:22 +01:00
Dmitriy Zaporozhets
4099751ce9
Render same markdown hint for issue, merge request, wiki and comment forms
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-07 20:22:16 +01:00
Dmitriy Zaporozhets
0d9fb211f3
Merge branch 'small-ui-improvements' into 'master'
...
Small UI improvements to merge request page
Make gray block under tabs identical height. Also same height have blocks on pages like `Groups` etc. So this improvement is targeted for consistency in UI too
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Fixes internal issues
* https://dev.gitlab.org/gitlab/gitlabhq/issues/2591
* https://dev.gitlab.org/gitlab/gitlabhq/issues/2592
cc @DouweM
See merge request !1759
2015-11-07 10:43:00 +00:00
Dmitriy Zaporozhets
c5ec2a23a4
Small UI improvements to merge request page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-06 16:27:18 +01:00
Dmitriy Zaporozhets
c1a893d91a
Fix list rendering issue when dropdown was hidden in row
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-06 14:44:46 +01:00
Dmitriy Zaporozhets
2765aed62c
Merge pull request #9730 from ImanMh/master
...
ugly outlines removed form sidebar
2015-11-06 14:04:18 +01:00
Dmitriy Zaporozhets
850bb21b12
Create show page for tag and render release notes there and on index page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-05 13:49:34 +01:00
Valery Sizov
93bcc9ca7f
Merge remote-tracking branch 'origin/master' into ce_upsteram
2015-11-05 14:26:35 +02:00
Dmitriy Zaporozhets
a4d75e3aec
Add ability to edit and show release notes
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-05 12:15:25 +01:00
Dmitriy Zaporozhets
c5d637b2ca
Improvements to profile page UI
...
* add separator between tabs
* show project avatars
* fix tooltip offset on user calendar
* remove gray hover for tabs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-04 14:13:25 +01:00
Dmitriy Zaporozhets
482a17089f
Merge branch 'improve-profile-page'
2015-11-03 17:33:29 +01:00
Dmitriy Zaporozhets
ef6f6f80ec
Add extra padding between user description and links on profile page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-03 16:42:02 +01:00
Dmitriy Zaporozhets
00ac792cfb
Fix clipboard button overflow
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-03 15:44:52 +01:00
Dmitriy Zaporozhets
4d7f00fdea
Apply new design for user profile page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-03 15:32:40 +01:00
James Newton
3bb626f91c
refactor login as to be impersonation with better login/logout
...
Modifies the existing "login as" feature to be called impersonation, as
well as keeping track of who is impersonating to revert back to that
user without having to log out.
2015-10-29 11:00:17 +01:00
Valery Sizov
0f30be02eb
Merge remote-tracking branch 'origin/master' into ce_upstream
2015-10-23 13:01:19 +02:00
Dmitriy Zaporozhets
8655f4793e
Remove bad css style
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-10-22 17:25:06 +02:00
Dmitriy Zaporozhets
01315cfe76
Merge branch 'hanloong/gitlab-ce-add-dates-snippets-show' into 'master'
...
Update style of snippets pages


Replaces !1567 .
Fixes #1767 and #2538 .
See merge request !1637
2015-10-22 13:34:34 +00:00
Douwe Maan
de9886bece
Restyle dashboard snippets visibility level tabs.
2015-10-21 11:10:09 +02:00
Robert Speicher
d25b50fda6
Merge branch 'markdown-tabs-margin' into 'master'
...
Fix margin around Markdown Write/Preview tabs.
Reverts !1354 and uses another fix for #2585 .
See merge request !1654
2015-10-21 08:22:56 +00:00
Dmitriy Zaporozhets
c93bc72834
Merge branch 'animated-logo' into 'master'
...
Animate the logo on hover
The logo is now rendered as pure SVG, rather than image referencing a
svg. The SVG has an id and the shapes of the logo have a shared class.
The shapes change their fill color on hover with a transition.
Identical to how it looks on about.gitlab.com
cc @skyruler
See merge request !1557
2015-10-21 08:21:46 +00:00
Douwe Maan
ab1b4936f4
Fix margin around Markdown Write/Preview tabs.
2015-10-21 10:15:13 +02:00
Job van der Voort
2a28b21054
the logo svg should not mess with replacement imgs
2015-10-21 08:59:30 +02:00