|
|
@@ -11,13 +11,13 @@
|
|
|
<input type="submit" value="Add" class="button" />
|
|
|
</form>
|
|
|
<% if (notFound) { %>
|
|
|
- <p class="empty-label">User not found!</p>
|
|
|
+ <p class="empty-label" style="display: initial; margin-top: 0">User not found!</p>
|
|
|
<% } %>
|
|
|
<% if (found) { %>
|
|
|
- <p class="empty-label">Chat created!</p>
|
|
|
+ <p class="empty-label" style="display: initial; margin-top: 0">Chat created!</p>
|
|
|
<% } %>
|
|
|
<% if (exists) { %>
|
|
|
- <p class="empty-label">Chat already exists!</p>
|
|
|
+ <p class="empty-label" style="display: initial; margin-top: 0">Chat already exists!</p>
|
|
|
<% } %>
|
|
|
</div>
|
|
|
</div>
|