diff options
Diffstat (limited to 'www/templates/en/offline.html')
-rw-r--r-- | www/templates/en/offline.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/templates/en/offline.html b/www/templates/en/offline.html index 36fa2f5..8a7bd19 100644 --- a/www/templates/en/offline.html +++ b/www/templates/en/offline.html @@ -31,10 +31,14 @@ <% } %> </p> - <div class="gmailstyletest"> - <input data-role="none" type="text" value="<%= title %>" name="title" id="form_title" placeholder="Provide a title" required> + <div class="inputcard"> + <div> + <input data-role="none" type="text" value="<%= title %>" name="title" id="form_title" placeholder="Provide a title" required> + </div> - <textarea data-role="none" rows="7" cols="26" name="detail" id="form_detail" placeholder="Please fill in details of the problem." required><%= details %></textarea> + <div> + <textarea data-role="none" rows="7" cols="26" name="detail" id="form_detail" placeholder="Please fill in details of the problem." required><%= details %></textarea> + </div> <% if ( file != '' ) { %> <div id="add_photo" style="display: none"> |