Browse Source

css

pull/10/head
Aaron Parecki 9 years ago
parent
commit
61ede45ed3
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      views/appcache.php
  2. +2
    -2
      views/new-post.php

+ 1
- 1
views/appcache.php View File

@ -12,4 +12,4 @@ CACHE MANIFEST
NETWORK:
*
# v28
# v29

+ 2
- 2
views/new-post.php View File

@ -7,8 +7,8 @@
<h3>Date</h3>
<input type="date" class="form-control" style="max-width:160px; float:left; margin-right: 4px;" id="note_date" name="note_date" value="">
<input type="text" class="form-control" style="max-width:90px; float:left; margin-right: 4px;" id="note_time" name="note_time" value="">
<input type="text" class="form-control" style="max-width:90px;" id="note_tzoffset" name="note_tzoffset" value="">
<input type="text" class="form-control" style="max-width:85px; float:left; margin-right: 4px;" id="note_time" name="note_time" value="">
<input type="text" class="form-control" style="max-width:75px;" id="note_tzoffset" name="note_tzoffset" value="">
</div>
<div id="entry-buttons">

Loading…
Cancel
Save