in reply to Discussion item title box width
This won't help you directly, but I have the following CSS in my Display Settings:
table.user-settings { width: 100%; } textarea { width: 100%; /* -moz-border-radius : 10px; */ } textarea:focus, input:focus, select:focus, option:focus { border-bottom-style: dashed; background: #f4f4ff; }
Having textarea { width: 100% } as an !important CSS setting in your browser is something I'm seriously considering, and that would be an option even for you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
PerlMonks CSS Hack: Set width of node title entry boxes
by jdporter (Paladin) on Oct 10, 2007 at 21:53 UTC | |
|
Re^2: Discussion item title box width
by jdporter (Paladin) on Oct 10, 2007 at 12:52 UTC |