Changeset 4249

Show
Ignore:
Timestamp:
08/16/07 07:48:06 (3 years ago)
Author:
graphittie
Message:

#470 : EAF의 response message를 스킨화.

  • AJAX 수행시 출력되는 메세지를 스킨화.
Location:
trunk/style/admin/default
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/style/admin/default/basic.css

    r4217 r4249  
    10401040.ajaxMessage 
    10411041{ 
    1042     font-weight: bold !important; 
    1043     padding: 10px 15px !important; 
     1042    background-repeat: no-repeat; 
     1043    background-position: center 11px; 
     1044    font-weight: normal !important; 
     1045    padding: 27px 25px 13px 25px!important; 
    10441046    color: #000 !important; 
    10451047} 
    10461048 
    1047 .ajaxProcessingMessage 
    1048 { 
    1049     background-color: #ffddb5 !important; 
    1050     border: 1px solid #805624 !important; 
    1051 } 
    1052  
    10531049.ajaxSuccessMessage 
    10541050{ 
    1055     background-color: #cfebf7 !important; 
    1056     border: 1px solid #2580b2 !important; 
     1051    background-image: url('./image/bg_gray_textcube.gif') !important; 
     1052    background-color: #dedede !important; 
     1053    border: 1px solid #999 !important; 
     1054    color: #000 !important; 
    10571055} 
    10581056 
    10591057.ajaxErrorMessage 
    10601058{ 
     1059    background-image: url('./image/bg_pink_textcube.gif') !important; 
    10611060    border: 1px solid #ff5f62 !important; 
    1062     background-color: #ffb7b8 !important; 
    1063 } 
     1061    background-color: #fcebeb !important; 
     1062    color: #000 !important; 
     1063}