Changeset 306 for branches/1.1dev/css


Ignore:
Timestamp:
Jan 29, 2008 8:55:45 AM (16 years ago)
Author:
quinn
Message:

Adding some needed form css.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/css/utilities.inc.css

    r289 r306  
    4646BEAU: I want more text box widths! I find need for boxes that fit 5em, 10em, 20em, and 40em widths. These should be in EMs so text can resize and still fit. Since it is useful to apply a width to other form elements to have them similar sizes (not always a text box, such as <select multiple>) I propose renaming them to "input.tiny", "input.small", "input.medium", "input.large", and "input.half" (not sure how you would do "half" in EMs however.
    4747*/
     48input.textwide, textarea.textwide
     49{
     50    width: 500px;
     51}
     52
    4853input.text, textarea.text
    4954{
     
    7681{
    7782    height: 20em;
     83}
     84
     85textarea.tall
     86{
     87    height: 40em;
    7888}
    7989
Note: See TracChangeset for help on using the changeset viewer.