Changeset 106 for trunk/css


Ignore:
Timestamp:
Apr 21, 2006 8:53:42 PM (18 years ago)
Author:
scdev
Message:

Q - Updated codebase css

Location:
trunk/css
Files:
3 edited

Legend:

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

    r105 r106  
    229229}
    230230*/
     231
     232/*_____________________ COMMANDS ____________________*/
     233
     234/* Should this be an ID??? */
     235#commandbox
     236{
     237    padding: 5px;
     238    margin: 0 0 .5em 0;
     239    border: black 1px dotted;
     240    background-color: #DDD;
     241    color: inherit;
     242}
     243
     244.commanditem
     245{
     246    margin: 0 10px 0 0;
     247    white-space: nowrap;
     248}
     249
     250.commandtext
     251{
     252    padding-right: 1em;
     253}
     254
     255.command_left
     256{
     257    float: left;
     258    white-space: nowrap;
     259}
     260
     261.command_right
     262{
     263    position: relative;
     264    visibility: visible;
     265    white-space: nowrap;
     266    float: right;
     267}
     268
     269
    231270/*_____________________ FOOTER ____________________*/
    232271#footer {
  • trunk/css/codebase.inc.css

    r105 r106  
    1212.sc-msg { font-family: verdana,geneva,arial,sans-serif; }
    1313
    14 .warning,
    15 .error,
    16 .success,
    17 .notice,
    1814.sc-msg-warning,
    1915.sc-msg-error,
     
    2622    border: 1px solid #f00;
    2723}
    28 .success,
    2924.sc-msg-success { color: #090; border-color: #090; }
    30 .notice,
    3125.sc-msg-notice { color: #C60; border-color: #C60; }
    3226
    33 /*_____________________ pEdit Forms ____________________*/
     27/*_____________________ PEdit Forms ____________________*/
    3428
    3529.sc-pedit-form {}
  • trunk/css/utilities.inc.css

    r105 r106  
    2929textarea.fullscreen, select.fullscreen          { height: 40em; }
    3030
    31 /*_____________________ COMMANDS ____________________*/
    32 
    3331/*_____________________ UTILITIES ____________________*/
    3432.nowrap { white-space: nowrap; }
Note: See TracChangeset for help on using the changeset viewer.