Closed (fixed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2009 at 18:27 UTC
Updated:
27 Feb 2009 at 21:40 UTC
Comments
Comment #1
icecreamyou commentedTo remove the [status][time] text use CSS to set
div.facebook_status_status { display: none; }. (I should probably get rid of that text by default with JS off, huh.)To move the save button next to the form use CSS to set
div#facebook-status-update-form div#edit-name-wrapper { float: left; }. You may have to do more tweaking to get everything nicely aligned, and it may not look like it worked if you don't have enough room for the Save button on the same line.Comment #2
liliplanet commentedTremendous, thank you! Beautiful ..