/* +------------------------------------------------------------------+ | Green-Beast.com | | PHP: Textarea Resizer | | Cascading Style Sheet | | Copyright Nov 2007 | | Use with attribution by visible link please! | | Attribute to: Mike Cherim | +------------------------------------------------------------------+ */ /* I felt it would be most beneficial to show all the styles associated with this form add-on so others can style it more easily. The XHTML file will show where the mark-up/output goes. */ /* To float the label (text-only) to the left */ #ptr-fld label span { float : left; } /* To float the control buttons to the right */ input.ptr { float : right; cursor : pointer; background-color : #669900; color : #fff; padding : 0 1px; margin-left : 2px; font-size : 80%; font : 80% 'lucida sans', helvetica, arial, sans-serif; text-transform : uppercase; border : 1px solid #000; } /* Selected button, and hover/focus styles */ input.ptr.ptr-on, input.ptr:hover, input.ptr:focus { background-color : #333; color : #eecc11; } /* Set the cursor for selected */ input.ptr.ptr-on { cursor : default; } /* End Styles */