fix(curriculum) - Add class box in json apis and ajax (#37725)

* Add class box in json apis and ajax

* Remove .box in id & add .box in seed code
This commit is contained in:
HoJeong Im 2019-11-15 16:56:28 +09:00 committed by Oliver Eyton-Williams
parent 687c4fdb98
commit 1fb202b742
9 changed files with 11 additions and 11 deletions

View File

@ -91,7 +91,7 @@ tests:
}
</style>
<h1>Cat Photo Finder</h1>
<p class="message">
<p class="message box">
The message will go here
</p>
<p>

View File

@ -73,7 +73,7 @@ tests:
}
</style>
<h1>Cat Photo Finder</h1>
<p class="message">
<p class="message box">
The message will go here
</p>
<p>

View File

@ -113,7 +113,7 @@ tests:
}
</style>
<h1>Cat Photo Finder</h1>
<p class="message">
<p class="message box">
The message will go here
</p>
<p>

View File

@ -97,7 +97,7 @@ tests:
}
</style>
<h1>Cat Photo Finder</h1>
<p id="message">
<p id="message" class="box">
The message will go here
</p>
<p>
@ -155,7 +155,7 @@ tests:
}
</style>
<h1>Cat Photo Finder</h1>
<p id="message">
<p id="message" class="box">
The message will go here
</p>
<p>

View File

@ -100,7 +100,7 @@ tests:
}
</style>
<h1>Cat Photo Finder</h1>
<p class="message">
<p class="message box">
The message will go here
</p>
<p>
@ -161,7 +161,7 @@ tests:
}
</style>
<h1>Cat Photo Finder</h1>
<p class="message">
<p class="message box">
The message will go here
</p>
<p>

View File

@ -83,7 +83,7 @@ tests:
}
</style>
<h1>Cat Photo Finder</h1>
<p class="message">
<p class="message box">
The message will go here
</p>
<p>

View File

@ -103,7 +103,7 @@ tests:
}
</style>
<h1>Cat Friends</h1>
<p class="message">
<p class="message box">
Reply from Server will be here
</p>
<p>

View File

@ -94,7 +94,7 @@ tests:
}
</style>
<h1>Cat Photo Finder</h1>
<p class="message">
<p class="message box">
The message will go here
</p>
<p>

View File

@ -85,7 +85,7 @@ tests:
}
</style>
<h1>Cat Photo Finder</h1>
<p class="message">
<p class="message box">
The message will go here
</p>
<p>