Changeset 680 for branches/1.1dev/css


Ignore:
Timestamp:
May 18, 2019 1:32:39 AM (5 years ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

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

    r310 r680  
    11/**
    2  * utilities.css 
     2 * utilities.css
    33 * code by strangecode :: www.strangecode.com :: this document contains copyrighted information
    44 *
     
    4343}
    4444
    45 /* 
     45/*
    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*/
     
    102102
    103103/*_____________________ COMMANDS ____________________*/
    104 #commandbox
     104#commandbox, .commandbox
    105105{
    106106    padding: 5px;
     
    123123.command_left
    124124{
    125     float:left; 
     125    float:left;
    126126    white-space: nowrap;
    127127}
     
    132132    visibility: visible;
    133133    white-space: nowrap;
    134     float:right; 
     134    float:right;
    135135}
    136136
Note: See TracChangeset for help on using the changeset viewer.