Commit graph

23 commits

Author SHA1 Message Date
Connor Shea
a604553890
Adds focus state style to markdown area buttons. 2016-06-22 16:02:44 -06:00
Jacob Schatz
5804b6a0a2 Merge branch 'fix-list-style' into 'master'
Make lists on notes to look the same in preview mode and published

## What does this MR do?
Makes list styles on notes to be the same. Previously the styles weren't shared.

## Screenshots (if relevant)
**Previous**

![label-style-old](/uploads/f121fe99e9255cf0d75185185f51fec2/label-style-old.gif)

**After**

![label-style](/uploads/23febf41aaf8796d250a662fa6dc15d2/label-style.gif)

See merge request !4765
2016-06-20 20:23:16 +00:00
Alfredo Sumaran
22ea25ae1a Make lists looks the same when preview mode and published 2016-06-17 13:42:21 -05:00
Phil Hughes
14d08d1400 Updated design of markdown buttons 2016-06-17 11:52:22 +01:00
Jacob Schatz
7717cb727f Move buttons to upper right. 2016-06-17 11:52:22 +01:00
Annabel Dunstone
328db9de27 Don't break line in middle of word 2016-04-21 15:32:38 -05:00
Annabel Dunstone
25f592cf9c Wrap all code in diffs 2016-04-20 11:48:24 -05:00
Phil Hughes
c5d7b467ab Updated dropzone hover styling 2016-04-14 10:28:05 +01:00
Annabel Dunstone
dcdf0b2af2 Horizontally scroll code blocks instead of wrapping 2016-04-06 13:20:58 -07:00
Phil Hughes
af3284d98b Focus style for comment form 2016-04-04 10:48:49 +01:00
Phil Hughes
3c2b0e7572 Added toolbar to comment form 2016-04-04 10:48:49 +01:00
Phil Hughes
0331fa3f3d Restyling on elements in comment form 2016-04-04 10:48:49 +01:00
connorshea
e03d0b2892 Follow the CSS Style Guide rules for HEX colors.
Use lowercase letters and shorthand values for HEX colors where
possible.

Discussed in #14299.
2016-03-15 13:56:28 -06:00
Robert Speicher
933834c4a6 Allow manual resize of js-autosize textareas
First, the autosize library was being too controlling and removed the
`resize` property from any elements to which it was attached, removing
the drag handle.

Second, we detect when the user manually resizes an autosize textarea,
and then remove the autosize behavior from it and increase its
max-height.

This should allow for the best of both worlds.

Closes #12832
2016-02-01 17:00:03 -05:00
Dmitriy Zaporozhets
fc9a2a3e70 Merge remote-tracking branch 'origin/rs-autosize' 2016-01-14 16:19:16 +01:00
Robert Speicher
552c179acd Autosize textareas 2016-01-13 14:51:07 -05:00
Dmitriy Zaporozhets
3238b0bc9f
Replace nav-tabs with nav-links
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-13 17:13:36 +01:00
Dmitriy Zaporozhets
c44b927bc0
Allign md header components
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-13 16:10:06 +01:00
Douwe Maan
79c90821ac Rename .issuable-details to .detail-page (and -header and -description) 2015-12-16 16:13:22 +01:00
Douglas Barbosa Alexandre
0decc7f941 Fix specs 2015-12-03 19:46:30 -02:00
Douglas Barbosa Alexandre
c204aca83b Improve style of the warning when mentioning many people in a comment 2015-12-03 15:30:10 -02: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
bdd477a0f8
Re-organize GitLab css into 2 directories: framework and page specific css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-12 15:00:04 +02:00
Renamed from app/assets/stylesheets/generic/markdown_area.scss (Browse further)