use placeholder for profile-jot-text and some minor alignment

This commit is contained in:
marijus 2013-11-23 01:10:54 +01:00
parent 45c10d6d0a
commit adad1b75cd
2 changed files with 5 additions and 4 deletions

View File

@ -54,6 +54,7 @@ a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; }
input[type="text"], input[type="text"],
input[type="password"], input[type="password"],
input[type="submit"], input[type="submit"],
select,
textarea { textarea {
font-family: arial,freesans,sans-serif; font-family: arial,freesans,sans-serif;
font-size: $body_font_size; font-size: $body_font_size;
@ -1464,7 +1465,7 @@ tr.mceLast {
} }
#profile-jot-text:hover { #profile-jot-text:hover {
color: #000000; color: #000000;
} }
#profile-jot-text-loading { #profile-jot-text-loading {
@ -2545,7 +2546,7 @@ brain is weird like that */
.field label { .field label {
float: left; float: left;
width: 200px; width: 350px;
} }
.field input, .field input,
@ -2555,7 +2556,7 @@ brain is weird like that */
.field textarea { height: 100px; } .field textarea { height: 100px; }
.field_help { .field_help {
display: block; display: block;
margin-left: 200px; margin-left: 350px;
color: #666666; color: #666666;
} }

View File

@ -24,7 +24,7 @@
<div id="jot-pagetitle-wrap"><input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}" class="jothidden" style="display:none" /></div> <div id="jot-pagetitle-wrap"><input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}" class="jothidden" style="display:none" /></div>
{{/if}} {{/if}}
<div id="jot-text-wrap"> <div id="jot-text-wrap">
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{if $content}}{{$content}}{{else}}{{$share}}{{/if}}</textarea> <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{$content}}</textarea>
</div> </div>
<div id="profile-jot-text-loading"></div> <div id="profile-jot-text-loading"></div>