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-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-06-13Fix fenced code block misalignment in events/activityEric Eastwood
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
2017-04-11Reuse system notes helper for profile event iconsAnnabel Dunstone Gray
2017-04-10Use avatars instead of icons in activity viewAnnabel Dunstone Gray
2017-04-08Give explicit height to SVG icons for SafariAnnabel Dunstone Gray
2017-04-03Add changelogAnnabel Dunstone Gray
2017-04-03Change color of iconsAnnabel Dunstone Gray
2017-04-03Differentiate between event typesAnnabel Dunstone Gray
2017-04-03Start adding profile iconsAnnabel Dunstone Gray
2017-03-02Removes random border on event items on mobilePhil Hughes
It was taking up space when it didn't really need to be taking up space
2017-02-13Fixes markdown in activity feed is light grayNur Rony
2017-01-0425701 standardize text colorstauriedavis
2016-12-13Finish refactoring graysAnnabel Dunstone Gray
2016-12-02Enable ColorVariable in scss-lintSam Rose
2016-10-24Enable trailingWhitespace in scss-lintClement Ho
2016-10-15Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lintClement Ho
2016-10-08Remove redundant mixinsClement Ho
2016-09-02Merge branch 'commit-message-scroll' into 'master' Fatih Acet
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
2016-08-29Make push events have equal vertical spacing.Bryce
2016-08-28Remove #faf9f9 and #f9f9f9 from color palette; replace with #fafafaAnnabel Dunstone
2016-07-14Hide namespace and project name on project activity page (!5068)winniehell
2016-06-20wrap code blocks on Activies and Todos pagewinniehell
2016-06-17Aligns create merge request button verticallyPhil Hughes
2016-06-16Revert "Merge branch '18047-event-item-links-dont-look-like-links' into ↵Jacob Schatz
'master'" This reverts merge request !4544
2016-06-10Updated '.event-item a' colorLuke "Jared" Bennett
Updated CHANGELOG Removed CHANGELOG entry
2016-04-06fix labels not showing on todos pageArinde Eniola
2016-04-01Remove "Congratulations!" tweet button on newly-created project.connorshea
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
2016-03-18Refactor colors and listsDmitriy Zaporozhets
* 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>
2016-03-18Cleanup somce css colorsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-02-04New padding for listsDmitriy Zaporozhets
* improve consistency for list padding * reduce padding for project/group/events lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-13New layout without background colorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-07css change to height to make gray container fitJacob Schatz
2015-11-05Add right margin to event-body..Kjel Delaey
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).
2015-11-04Make sure that multi-commit rows inside event bodies are aligned properly..Kjel Delaey
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.
2015-11-04Combine selectors because the same style is being appliedKjel Delaey
2015-11-04Apply the same rules to block event items..Kjel Delaey
Try to avoid alignment issues as well.
2015-11-04Style inline event items with titles containing long words properly..Kjel Delaey
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...
2015-10-19Make tables full width.Douwe Maan
2015-09-04Small ui improvements to activity feedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-04Event feed use gl-padding varDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03Fix even feed title overflowDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03Increase use of variables in cssDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03Improve paddings and set new colors for linksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03Redesign activity feed on dashboard and project pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-02Fix event-title max-width in the dashboardDominik Sander
For view port sizes between 1260px and 1200px pixels the event-title was too wide, thus not truncated and got pushed into a second line. 100% - 174px was chosen as the max-width because 141px is the widest .event-item-timestamp can get (with 'less than a minute ago') + 24px for the avatar + 8px avatar margin + 1px to fit into the gap.
2015-03-18Merge branch 'css-vars' into 'master'Dmitriy Zaporozhets
More actively use css variabled to prevent colors duplication See merge request !1715
2015-03-18Fix scroll for last push widgetDmitriy Zaporozhets