Changeset 1601
- Timestamp:
- 2010-07-07 14:49:25 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static-{build}.key/kauri.forms/css/forms.css
r1600 r1601 3 3 */ 4 4 .upload-loading { 5 background : url(../ img/loading.gif) left no-repeat;5 background : url(../../../static/img/loading.gif) left no-repeat; 6 6 height : 21px; 7 7 width : 260px; … … 13 13 */ 14 14 button.refresh { 15 background: url(../ img/refresh.gif);15 background: url(../../../static/img/refresh.gif); 16 16 background-repeat: no-repeat; 17 17 width: 14px; … … 92 92 93 93 .ac_loading { 94 background: white url(../ img/loading.gif) right center no-repeat;94 background: white url(../../../static/img/loading.gif) right center no-repeat; 95 95 } 96 96
Note: See TracChangeset
for help on using the changeset viewer.