Skip to content

Commit

Permalink
Modificato form e chat
Browse files Browse the repository at this point in the history
  • Loading branch information
achillecalegari committed May 23, 2016
1 parent b89a524 commit 8975a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<form role="form" class="request-form">
<div class="form-group">
<label for="customer-name" class="control-label">Nome:</label>
<input type="text" class="form-control customer-name" name="customer_name" required="required" value="Pippo">
<input type="text" class="form-control customer-name" name="customer_name" required="required" placeholder="Nome">
</div>
<div class="form-group">
<label for="problem-text" class="control-label">Email:</label>
<input type="text" class="form-control problem-text" name="problem_text" required="required" value="pippo@pippo.it"></textarea>
<input type="text" class="form-control problem-text" name="problem_text" required="required" placeholder="email@email.it"></textarea>
</div>
</form>
</div>
Expand Down
2 changes: 2 additions & 0 deletions web/css/customer.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ footer a:hover {opacity: .9}
font-weight: bold;
}

#textchat {display: none;}

@media (max-width: 768px) {
h1 {
font-size: 18px;
Expand Down

0 comments on commit 8975a71

Please sign in to comment.