change title and search boxes style
This commit is contained in:
parent
afc839bee1
commit
e4f8b2f0a3
2
note.php
2
note.php
|
@ -142,7 +142,7 @@
|
|||
<input type="submit" name="download" value="download" accesskey="d">
|
||||
<input type="submit" name="delete" value="delete">
|
||||
<input hidden name="lastchanged" value="<?php echo $lastchanged; ?>">
|
||||
<div><span># </span><input autocomplete="off" class="title" name="title" value="<?php echo $title; ?>"></div>
|
||||
<input autocomplete="off" class="title" name="title" value="<?php echo $title; ?>">
|
||||
</div>
|
||||
<div class="editor">
|
||||
<textarea rows="<?php echo $rows; ?>" autofocus name="content" spellcheck="false"><?php echo $content; ?></textarea>
|
||||
|
|
Loading…
Reference in New Issue