summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/events.scss
Commit message (Collapse)AuthorAgeFilesLines
* Ran migration scriptClement Ho2018-04-091-2/+2
|
* Fix UI breakdown for Create merge request buttonTakuya Noguchi2018-03-231-6/+3
|
* Apply new default and inline label designGeorge Tsiolis2018-02-151-1/+0
|
* Fix activity inline event line height on mobileGeorge Tsiolis2017-12-281-1/+6
|
* Enable BorderZero rule in scss-lintTakuya Noguchi2017-11-061-3/+3
|
* Changed all font-weight values to 400 and 600Dimitrie Hoekstra2017-08-241-1/+1
|
* Fix fenced code block misalignment in events/activity31263-fix-fenced-code-misalignment-with-activityEric Eastwood2017-06-131-1/+0
| | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31263 `.event-item` is only used within the `events/_event` partial. `.event-note` is only used within the `events/event/_common`(but no markdown) and `events/event/_note` partials. The fenced code `pre` style is scoped to `.event-item .event-note` Pages where events are used - User profile, ex. `/root` - Group Activity, ex. `/groups/foo/activity` - Project Activity, ex. `/foo/bar/activity
* Reuse system notes helper for profile event iconsAnnabel Dunstone Gray2017-04-111-3/+6
|
* Use avatars instead of icons in activity viewAnnabel Dunstone Gray2017-04-101-5/+8
|
* Give explicit height to SVG icons for SafariAnnabel Dunstone Gray2017-04-071-1/+1
|
* Add changelogAnnabel Dunstone Gray2017-04-031-1/+1
|
* Change color of iconsAnnabel Dunstone Gray2017-04-031-12/+31
|
* Differentiate between event typesAnnabel Dunstone Gray2017-04-031-1/+6
|
* Start adding profile iconsAnnabel Dunstone Gray2017-04-031-10/+6
|
* Removes random border on event items on mobileactivity-feed-border-mobilePhil Hughes2017-03-021-3/+2
| | | | It was taking up space when it didn't really need to be taking up space
* Fixes markdown in activity feed is light gray27608-fixes-markdown-in-activity-feed-is-light-grayNur Rony2017-02-131-1/+0
|
* 25701 standardize text colors25701-standardize-text-colorstauriedavis2017-01-041-1/+1
|
* Finish refactoring graysvariablesAnnabel Dunstone Gray2016-12-131-1/+1
|
* Enable ColorVariable in scss-lintSam Rose2016-12-011-5/+4
|
* Enable trailingWhitespace in scss-lintClement Ho2016-10-241-1/+1
|
* Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint23319-enable-trailingsemicolon-on-scss-lintClement Ho2016-10-141-1/+7
|
* Remove redundant mixinsClement Ho2016-10-081-1/+1
|
* Merge branch 'commit-message-scroll' into 'master' Fatih Acet2016-09-021-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit message blocks #### What does this MR do? * Wraps code commit message blocks * Consolidates similar shades of gray (cc @cperessini @tauriedavis) Related to #20831 #### Screenshots (if relevant) Before: ![Screen_Shot_2016-08-19_at_10.41.07_AM](/uploads/4529d178123e18b0aad35a252061902b/Screen_Shot_2016-08-19_at_10.41.07_AM.png) After: ![Screen_Shot_2016-08-19_at_10.40.42_AM](/uploads/499818f360e7c3cd9d31bc335cae1a82/Screen_Shot_2016-08-19_at_10.40.42_AM.png) See merge request !5906
| * Remove #faf9f9 and #f9f9f9 from color palette; replace with #fafafaAnnabel Dunstone2016-08-281-2/+2
| |
* | Make push events have equal vertical spacing.Bryce2016-08-291-4/+1
|/
* Hide namespace and project name on project activity page (!5068)winniehell2016-07-141-0/+8
|
* wrap code blocks on Activies and Todos pagewinniehell2016-06-201-0/+4
|
* Aligns create merge request button verticallylast-push-vertical-alignmentPhil Hughes2016-06-171-1/+2
|
* Revert "Merge branch '18047-event-item-links-dont-look-like-links' into ↵revert-b4e8d59bJacob Schatz2016-06-151-1/+1
| | | | | 'master'" This reverts merge request !4544
* Updated '.event-item a' colorLuke "Jared" Bennett2016-06-101-1/+1
| | | | | | Updated CHANGELOG Removed CHANGELOG entry
* fix labels not showing on todos pagefix_labels_not_showing_in_todosArinde Eniola2016-04-061-1/+10
|
* Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-4/+0
| | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
* Refactor colors and listsDmitriy Zaporozhets2016-03-181-6/+2
| | | | | | | | | | * Introduce 2 color links: black and blue * Use black color link for UI elements like lists * Refactor lists to use .title nested under li * Make all lists (events, todos, activity, projects etc) use style * List colorschema is now 333 for links and 555 for text Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Cleanup somce css colorsDmitriy Zaporozhets2016-03-181-3/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Follow the CSS Style Guide rules for including a space after the property colon.connorshea2016-03-161-2/+2
| | | | | | | | Fixes violations of SpaceAfterPropertyColon. Discussed in #14299. [ci skip]
* Follow the CSS Style Guide rules for unitless zero values.connorshea2016-03-161-1/+1
| | | | | | | | Updated Emoji Rake task to conform to style guide. Discussed in #14299. [ci skip]
* Follow the CSS Style Guide rules for HEX colors.connorshea2016-03-151-3/+3
| | | | | | | Use lowercase letters and shorthand values for HEX colors where possible. Discussed in #14299.
* New padding for listslist-paddingDmitriy Zaporozhets2016-02-041-6/+3
| | | | | | | * improve consistency for list padding * reduce padding for project/group/events lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* New layout without background colorDmitriy Zaporozhets2016-01-131-3/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* css change to height to make gray container fitbanner-out-of-placeJacob Schatz2016-01-071-0/+1
|
* Add right margin to event-body..Kjel Delaey2015-11-051-0/+2
| | | | | | Otherwise text will flow under the "timeago" element. The original value was 80px (see commit 8b0906c8), but a value of 174px makes more sense. (see event-title `calc` function).
* Make sure that multi-commit rows inside event bodies are aligned properly..Kjel Delaey2015-11-041-3/+2
| | | | | | | | | Prevent the second, third, ... rows from having a different indentation than the first commit row. Adding the extra "15px padding" to the event item prevents this. Having a 15px margin on the avatar only doesn't prevent this from happening.
* Combine selectors because the same style is being appliedKjel Delaey2015-11-041-4/+1
|
* Apply the same rules to block event items..Kjel Delaey2015-11-041-10/+3
| | | Try to avoid alignment issues as well.
* Style inline event items with titles containing long words properly..Kjel Delaey2015-11-041-0/+7
| | | | | | | | | | | | | | | | | | | On a tablet in portrait mode with a width of 768px the event-title isn't aligned properly when the title contains a long string. This also happens when resizing your browser viewport on a desktop. Example string: Administrator pushed new branch feature-branch-with-a-very-long-name at Gitlab Org / Gitlab Test In the UI it would look like the example below: ---------- | | | AVATAR | less than a minute ago | | ---------- Administrator pushed new branch feature-branch-with-a-very-long-name at...
* Make tables full width.Douwe Maan2015-10-191-1/+1
|
* Small ui improvements to activity feedDmitriy Zaporozhets2015-09-041-5/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Event feed use gl-padding varDmitriy Zaporozhets2015-09-041-2/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix even feed title overflowDmitriy Zaporozhets2015-09-031-2/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Increase use of variables in cssDmitriy Zaporozhets2015-09-031-0/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>