summaryrefslogtreecommitdiff
path: root/web-ui/app/scss
AgeCommit message (Collapse)Author
2016-04-05Remove special chars to validate pipeline failingCaio Carrara
We're currently facing some build pipeline failures and this commit can make things work. As soon as we fix the locale settings on pipeline we can rollback theses changes.
2016-04-05Issue #648: Add review feedbackFelix Hammerl
2016-04-05Issue #648: Refactor mail-listFelix Hammerl
2016-03-31Remove unused _security.scssFelix Hammerl
2016-03-28Merge pull request #659 from cacarrara/security-labelsCaio Carrara
Issue #647: Refactor security labels stylesheet
2016-03-24Issue #656: Fix sandbox fontsFelix Hammerl
Add CORS headers to sandbox resource Add OpenSans in normal font weight (400) to the sandbox CSS
2016-03-24Work in progress: Fix loading webfonts in the sandbox.Tobias Adam
2016-03-22Issue #647: Refactor security labels stylesheetCaio Carrara
This change refactor the stylesheet of security labels. Now it's following the BEM naming conventions. Also, as the code is pretty coupled between css and js, it was necessary some changes on javascript code to keep the previous i18n key and rename the css classes.
2016-03-22Issue #649: Refactor TagsFelix Hammerl
2016-03-22Issue #649: Extract tags mixin to separate fileFelix Hammerl
2016-03-21Fix open issue from 195322bFelix Hammerl
2016-03-17Merge branch 'loading-logo'Gislene Pereira
* loading-logo: Adding spin logo to search event. Issue #238 Adding js unit tests + small refactoring. // pairing with @tuliocasagrande Issue #238 The logo will spin when the user opens a mail or draft. Issue #238 Adding logo loading event to Saving Draft; + Adding timeout to 0.6 secs before stopping the spinning; + Removing unnecessary defaultAttr. Creating events to spin and stop spinning the logo. Logo will spin when user selects another tag on the left bar and stops when the list of mails is rendered. Adding sass function to lighten the logo color for the spinner Adding new svg and dummy animation Conflicts: web-ui/app/scss/_alerts.scss web-ui/app/scss/_mixins.scss
2016-03-15Issue #620: Inline single-use mixinFelix Hammerl
2016-03-15Issue #620: Remove unused reply-box ruleFelix Hammerl
2016-03-15Issue #620: Fix close button background colorFelix Hammerl
2016-03-15Issue #620: Float composer right of close buttonFelix Hammerl
2016-03-15Issue #620: Remove unused layout stylesFelix Hammerl
2016-03-15Issue #620: Refactor read viewFelix Hammerl
2016-03-15Issue #620: Add SCUT to projectFelix Hammerl
2016-03-15Issue #620: Remove unnecessary ampersand operatorFelix Hammerl
2016-03-15Issue #620: Format mail-view and convert to normal CSS ruleFelix Hammerl
2016-03-15Issue #620: Remove unnecessary mixinFelix Hammerl
2016-03-10Creating events to spin and stop spinning the logo.Gislene Pereira
Logo will spin when user selects another tag on the left bar and stops when the list of mails is rendered. Issue #238
2016-03-09Issue #620: Refactor palceholderFelix Hammerl
2016-03-09Issue #620: Remove former main css fileFelix Hammerl
2016-03-09Issue #620: Spike growl CSS modularizationFelix Hammerl
2016-03-09Issue #617: Highlight search terms by altering mail contentFelix Hammerl
2016-03-09Issue #617: Add sandbox to user-agentFelix Hammerl
2016-03-09Issue #617: Create sandbox resoucesFelix Hammerl
2016-03-08Decreasing the spacing between email header and email bodyGabriel Albo
2016-03-08Test: making the email security indication corners round so it doesn't look ↵Gabriel Albo
so much like the actions buttons
2016-03-01Adding sass function to lighten the logo color for the spinnerGabriel Albo
Issue #238
2016-03-01Adding new svg and dummy animationGabriel Albo
Issue #238
2016-02-25changed logout to postNavaL
Issue #612
2016-02-24Consolidate stylesheetsFelix Hammerl
This removes styles.scss as intermediate stylesheet. Only main.scss is now built, thereby also removing duplicated imports.
2016-02-24Remove unused font and stylesheetgit sFelix Hammerl
2016-02-22Issue #616: Remove hardcoded colorsFelix Hammerl
2016-02-19Close the compose/inline box right after user clicks Send button andGislene Pereira
show message later when the email is sent or not. The Growl will be yellow if success and red if the email failed to be sent. Issue #609
2016-02-10Issue #559 increased width of recipient input fieldFiona Coath
2016-02-08Issue #549 - Add remove-icon stylesFelix Hammerl
2016-02-08Revert "Issue #549 - Implemented UI part of remote attachments"Felix Hammerl
This reverts commit e3939d4c1dff0f152fa13ce8a89f751c79ecace2.
2016-02-04Issue #551 - Remove unnecessary CSSFelix Hammerl
2016-02-03Issue #552 - Add upload abortFelix Hammerl
Cancels an upload and restores the user interface to ready-for-upload state
2016-02-03Display progress bar when an upload is in progressFelix Hammerl
Displays a progress bar when an upload is in progress and prohibits uploading multiple attachments in parallel.
2016-02-01Issue #549 - Implemented UI part of remote attachmentsJefferson Stachelski
2016-01-26Issue #550 - Alert user when attachment size exceeds 1MB limit.Gislene Pereira
2016-01-21Issue #572 - Adjusting attachment download icon positionGislene Pereira
2016-01-20Issue #572 - Removing unecessary space between end of body and send button ↵Gislene Pereira
(compose box)
2016-01-20Issue #572 - Increasing attachmentsArea li a bit according to suggestion in ↵Gislene Pereira
the issue.
2016-01-19Issue #572 - Remove Attachment text, attachment box takes full width +Gislene Pereira
+ Attachment size color in lighter gray + Add space between each attachment