Changeset 267 for trunk/css


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

Some minor css tweaks.

Location:
trunk/css
Files:
2 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
  • trunk/css/utilities.inc.css

    r259 r267  
    3636.sc-help { color: #999; font-weight: normal; }
    3737.sc-hidden { display: none; visibility: hidden; }
    38 .sc-monospaced { font-family: monaco, courier; font-weight: normal; }
     38.sc-monospaced { font-family: monospace; }
    3939.sc-padleft { padding-left: 10px; }
    4040.sc-padright { padding-right: 10px; }
Note: See TracChangeset for help on using the changeset viewer.