Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1908a2

Browse files
author
vikasrohit
committedJul 7, 2016
AS#152122905738603, Fix alignment and copy for Files upload section
-- Fixed all sub tasks except >> On the right-hand side, move comma as so: "declaration.txt,"
1 parent ba119d8 commit a1908a2

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed
 

‎app/directives/tc-fp-file-input/tc-fp-file-input.directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import _ from 'lodash'
4040
} else if (scope.fieldId.indexOf('DESIGN_COVER') > -1) {
4141
scope.mimeTypes = 'image/png,image/jpeg,image/bmp'
4242
dragAreaClasses += ' tc-fp-file-drag-drop-image'
43-
dragText = 'Drag and Drop your PNG or JPG file here <br> or'
43+
dragText = 'Drag and drop your .png or .jpg file here <br> or'
4444
}
4545

4646
// set default services

‎app/directives/tc-fp-file-input/tc-fp-file-input.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.tc-file-field__label
22
label.tc-label {{labelText}}
3-
span.lowercase(ng-if="showFileType") {{ ' *(.' + fileType + ')'}}
3+
//- span.lowercase(ng-if="showFileType") {{ ' *(.' + fileType + ')'}}
44
55
.tc-file-field__inputs
66
.tc-label__wrapper

‎app/submissions/submit-design-files/submit-design-files.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
p Please be sure to double-check that you have submitted the correct files and that your JPG files (if applicable) are in RGB color mode.
2525

26-
a(ng-href="https://help.{{DOMAIN}}/hc/en-us/articles/219122667-Formatting-Your-Submission-for-Design-Challenges") Learn more about formatting your submission file
26+
a(ng-href="https://help.{{DOMAIN}}/hc/en-us/articles/219122667-Formatting-Your-Submission-for-Design-Challenges") Learn more about formatting your submission file.
2727

2828
.form-block__fields
2929
.fieldset.files

‎assets/css/directives/tc-fp-file-input.directive.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ tc-fp-file-input {
2727
z-index: 1;
2828
}
2929

30+
.tc-label__asterisk {
31+
right: 0px;
32+
}
33+
3034
.tc-fp-file-drag-drop {
3135
width: calc(100% - 4px);
3236
left: 0;
@@ -36,6 +40,7 @@ tc-fp-file-input {
3640
position: relative;
3741
color: $tc-gray-50 !important;
3842
padding: 25px !important;
43+
margin-left: 0px !important;
3944
text-align: center;
4045

4146
// div used to show progress bar for drop upload

‎assets/css/submissions/submit-file.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tc-fp-file-input {
7979
flex-wrap: wrap;
8080
justify-content: space-around;
8181

82-
@media screen and (min-width: 1000px) {
82+
@media screen and (min-width: 875px) {
8383
justify-content: space-between;
8484
}
8585
}

0 commit comments

Comments
 (0)