Changeset 16533


Ignore:
Timestamp:
2007/10/22 11:10:07 (17 years ago)
Author:
nanasess
Message:

font-size: 12px; 追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/util/SC_Utils.php

    r16531 r16533  
    9292    function sfErrorHeader($mess, $print = false) { 
    9393        global $GLOBAL_ERR; 
    94         $GLOBAL_ERR.="<div style='color: #F00; font-weight: bold; " 
     94        $GLOBAL_ERR.="<div style='color: #F00; font-weight: bold; font-size: 12px;" 
    9595            . "background-color: #FEB; text-align: center; padding: 5px;'>"; 
    9696        $GLOBAL_ERR.= $mess; 
Note: See TracChangeset for help on using the changeset viewer.