Changeset 22 for trunk/css


Ignore:
Timestamp:
Nov 23, 2005 9:29:33 PM (18 years ago)
Author:
scdev
Message:

More bugs and shifting things about.

Location:
trunk/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin.inc.css

    r21 r22  
    230230{
    231231    vertical-align: top;
    232     padding: 8px 6px 0 0 ;
     232    padding: 8px 6px 0 0;
    233233}
    234234
  • trunk/css/utilities.inc.css

    r21 r22  
    1010
    1111/* BEAU: I format my CSS using BBEdit's Markup->CSS->Format command. Would you like to use that as well so our code looks consistant? */
    12 
    1312/*_____________________ FORMS ____________________*/
    1413input, select, input.submit
    1514{
    16     color: #000;
    17     margin: 0 0.5em 0 0;
    18     padding: 0;
     15    color: #000;
     16    margin: 0 0.5em 0 0;
     17    padding: 0;
    1918}
    2019
     
    2221input.submit
    2322{
    24     font-weight: bold;
    25     margin: 0.5em;
     23    font-weight: bold;
     24    margin: 0.5em;
    2625}
    2726
    2827input
    2928{
    30     margin: 0.5em 0.5em 0 0;
     29    margin: 0.5em 0.5em 0 0;
    3130}
    3231
    3332form table select, form table input
    3433{
    35     margin-top: 0;
     34    margin-top: 0;
    3635}
    3736
     
    3938BEAU: 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.
    4039*/
    41 input.tiny, textarea.tiny
     40
     41input.tiny, textarea.tiny, select.tiny
    4242{
    4343    width: 4.75em;
    4444}
    4545
    46 input.small, textarea.small
     46input.small, textarea.small, select.small
    4747{
    4848    width: 10em;
    4949}
    5050
    51 input.medium, textarea.medium
     51input.medium, textarea.medium, select.medium
    5252{
    5353    width: 20.5em;
    5454}
    5555
    56 input.large, textarea.large
     56input.large, textarea.large, select.large
    5757{
    5858    width: 41.5em;
    5959}
    6060
    61 textarea
     61textarea.twolines, select.twolines
    6262{
    63     height: 8em;
     63    height: 3em;
    6464}
    6565
    66 textarea.twolines
     66textarea.short, select.short
    6767{
    68     height: 3em;
     68    height: 8em;
    6969}
    7070
    71 textarea.short
     71textarea.tall, select.tall
    7272{
    73     height: 8em;
     73    height: 25em;
    7474}
    7575
    76 textarea.tall
     76textarea.fullscreen, select.fullscreen
    7777{
    78     height: 25em;
    79 }
    80 
    81 textarea.fullscreen
    82 {
    83     height: 40em;
     78    height: 40em;
    8479}
    8580
     
    9792form label
    9893{
    99     padding: 7px 0px 0px 0px;
    100     font-weight: bold;
     94    padding: 7px 0px 0px 0px;
     95    font-weight: bold;
    10196}
    10297
    10398/* BEAU: We need a .formtext substitute...something like a label tag but not bold! */
    104 
    10599/*_____________________ COMMANDS ____________________*/
    106100#commandbox
    107101{
    108     padding: 5px;
    109     margin: 0 0 .5em 0;
    110     border: black 1px dotted;
    111     background-color: #DDD;
     102    padding: 5px;
     103    margin: 0 0 .5em 0;
     104    border: black 1px dotted;
     105    background-color: #DDD;
    112106}
    113107
    114108.commanditem
    115109{
    116     margin: 0 10px 0 0;
    117     white-space: nowrap;
     110    margin: 0 10px 0 0;
     111    white-space: nowrap;
    118112}
    119113
    120114.commandtext
    121115{
    122     padding-right: 1em;
     116    padding-right: 1em;
    123117}
    124118
    125119.command_left
    126120{
    127     float:left; 
    128     white-space: nowrap;
     121    float: left;
     122    white-space: nowrap;
    129123}
    130124
    131125.command_right
    132126{
    133     position: relative;
    134     visibility: visible;
    135     white-space: nowrap;
    136     float:right; 
     127    position: relative;
     128    visibility: visible;
     129    white-space: nowrap;
     130    float: right;
    137131}
    138132
     
    140134.nowrap
    141135{
    142     white-space: nowrap;
     136    white-space: nowrap;
    143137}
    144138
    145139.clearboth
    146140{
    147     clear: both;
     141    clear: both;
    148142}
    149143
    150144.center
    151145{
    152     text-align: center;
     146    text-align: center;
    153147}
    154148
    155149.right
    156150{
    157     text-align: right;
     151    text-align: right;
    158152}
    159153
    160154.padright
    161155{
    162     padding: 0 10px 0 0;
     156    padding: 0 10px 0 0;
    163157}
    164158
    165159.padleft
    166160{
    167     padding: 0 0 0 10px;
     161    padding: 0 0 0 10px;
    168162}
    169163
    170164.help
    171165{
    172     color: #999;
    173     font-weight: normal;
     166    color: #666;
     167    font-weight: normal;
    174168}
    175169
    176170.monospaced
    177171{
    178     font-family: monaco, courier;
    179     font-weight: normal;
     172    font-family: monaco, courier;
     173    font-weight: normal;
    180174}
Note: See TracChangeset for help on using the changeset viewer.