iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://www.usa.gov/core/modules/system/css/components/resize.module.css?snbqot
/** * @file * Resizable textareas. */ .resize-none { resize: none; } .resize-vertical { min-height: 2em; resize: vertical; } .resize-horizontal { max-width: 100%; resize: horizontal; } .resize-both { max-width: 100%; min-height: 2em; resize: both; }