Changeset 1601


Ignore:
Timestamp:
2010-07-07 14:49:25 (3 years ago)
Author:
jgou
Message:

fix relative path to images (which was broken during refactoring in r1588)

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  
    33 */ 
    44.upload-loading { 
    5     background : url(../img/loading.gif) left no-repeat; 
     5    background : url(../../../static/img/loading.gif) left no-repeat; 
    66    height : 21px; 
    77    width : 260px; 
     
    1313 */ 
    1414button.refresh { 
    15   background: url(../img/refresh.gif); 
     15  background: url(../../../static/img/refresh.gif); 
    1616  background-repeat: no-repeat; 
    1717  width: 14px; 
     
    9292 
    9393.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; 
    9595} 
    9696 
Note: See TracChangeset for help on using the changeset viewer.