Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pado
Behira Younes
Commits
4ddfbc5f
Commit
4ddfbc5f
authored
4 years ago
by
Ratnadeep Rajendra Kharade
Browse files
Options
Download
Email Patches
Plain Diff
moved error styles in css file
parent
467de020
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+4
-4
public/index.html
with
4 additions
and
4 deletions
+4
-4
public/index.html
+
4
-
4
View file @
4ddfbc5f
...
...
@@ -45,7 +45,7 @@
<div>
<textarea
oninput=
"handleTextAreaChange()"
placeholder=
"Enter text here..."
class=
"box-input"
name=
"textarea"
id=
"manual-text-entry"
cols=
"90"
rows=
"5"
value=
""
></textarea>
<div
id=
"textarea-validation"
style=
"color: red;display: none;
"
>
Please enter text.
</div>
<div
id=
"textarea-validation"
class=
"error-message
"
>
Please enter
the
text.
</div>
</div>
<div>
<label
for=
"calculatedTextCharacters"
>
Total characters in text:
</label>
...
...
@@ -57,7 +57,7 @@
<label
for=
"inputTextCharacters"
>
Enter number of characters:
</label>
<input
oninput=
"handleCharacterInputChange()"
placeholder=
"e.g. 120"
class=
"box-input"
type=
"number"
id=
"inputTextCharacters"
name=
"inputTextCharacters"
value=
""
>
<div
id=
"textCharacters-validation"
style=
"color: red;display: none;
"
>
Please enter number of characters.
</div>
<div
id=
"textCharacters-validation"
class=
"error-message
"
>
Please enter number
the
of characters.
</div>
</div>
</div>
<div>
...
...
@@ -69,7 +69,7 @@
<option
value=
"Third Year"
>
Third Year
</option>
<option
value=
"Fourth Year"
>
Fourth Year
</option>
</select>
<div
id=
"readerLevel-validation"
style=
"color: red;display: none;
"
>
Please select reader level.
</div>
<div
id=
"readerLevel-validation"
class=
"error-message
"
>
Please select
the
reader level.
</div>
</div>
<div>
<label
for=
"readerCategory"
>
Reader Category:
</label>
...
...
@@ -80,7 +80,7 @@
<option
value=
"Good-ability group"
>
Good-ability group
</option>
<option
value=
"Average-ability group"
>
Average-ability group
</option>
</select>
<div
id=
"readerCategory-validation"
style=
"color: red;display: none;
"
>
Please select reader category.
</div>
<div
id=
"readerCategory-validation"
class=
"error-message
"
>
Please select
the
reader category.
</div>
</div>
<div>
<div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets