Changeset 4249
- Timestamp:
- 08/16/07 07:48:06 (3 years ago)
- Location:
- trunk/style/admin/default
- Files:
-
- 2 added
- 1 modified
-
basic.css (modified) (1 diff)
-
image/bg_gray_textcube.gif (added)
-
image/bg_pink_textcube.gif (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/admin/default/basic.css
r4217 r4249 1040 1040 .ajaxMessage 1041 1041 { 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; 1044 1046 color: #000 !important; 1045 1047 } 1046 1048 1047 .ajaxProcessingMessage1048 {1049 background-color: #ffddb5 !important;1050 border: 1px solid #805624 !important;1051 }1052 1053 1049 .ajaxSuccessMessage 1054 1050 { 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; 1057 1055 } 1058 1056 1059 1057 .ajaxErrorMessage 1060 1058 { 1059 background-image: url('./image/bg_pink_textcube.gif') !important; 1061 1060 border: 1px solid #ff5f62 !important; 1062 background-color: #ffb7b8 !important; 1063 } 1061 background-color: #fcebeb !important; 1062 color: #000 !important; 1063 }
