fix filer bug; some interface tweaks
This commit is contained in:
parent
4f13618b18
commit
067865db9e
6 changed files with 23 additions and 2 deletions
|
@ -13,6 +13,7 @@
|
|||
<input type="hidden" name="location" id="jot-location" value="$defloc" />
|
||||
<input type="hidden" name="coord" id="jot-coord" value="" />
|
||||
<input type="hidden" name="post_id" value="$post_id" />
|
||||
<input type="hidden" name="source" value="$mobileapp" />
|
||||
<input type="hidden" name="preview" id="jot-preview" value="0" />
|
||||
<div id="jot-title-wrap"><input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none"></div>
|
||||
<div id="jot-category-wrap"><input name="category" id="jot-category" type="text" placeholder="$placeholdercategory" value="$category" class="jothidden" style="display:none" /></div>
|
||||
|
|
|
@ -360,7 +360,7 @@ section {
|
|||
}
|
||||
.tabs li { margin: 0px 0px 20px 0px; padding-left: 1em; list-style: none; }
|
||||
.tabs a {
|
||||
padding: 0.2em 2em;
|
||||
padding: 0.4em 2em;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue