Ignore:
Timestamp:
Jul 4, 2007 1:57:41 AM (17 years ago)
Author:
quinn
Message:

Some minor css tweaks.

File:
1 edited

Legend:

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

    r254 r267  
    3636.sc-help,
    3737.commandtext { font-size: 70%; }
     38
     39/* For fv err applied to tds. */
     40td.sc-msg-warning,
     41td.sc-msg-error,
     42td.sc-msg-success,
     43td.sc-msg-notice {
     44    background: #fff;
     45    color: #f00;
     46    border: none;
     47}
     48
    3849
    3950/*_____________________ HEADER ____________________*/
     
    244255#commandbox
    245256{
    246     padding: 5px;
    247     margin: 0 0 .5em 0;
     257    padding: 0 5px 5px 5px;
     258    margin: 0 0 15px 0;
    248259    border: black 1px dotted;
    249260    background-color: #DDD;
    250261    color: inherit;
     262    line-height: 160%;
    251263}
    252264
Note: See TracChangeset for help on using the changeset viewer.