Development

Changeset 5471 for branches/1.0/data

You must first sign up to be able to contribute.

Show
Ignore:
Timestamp:
10/11/07 19:03:37 (1 year ago)
Author:
fabien
Message:

fixed admin main.css - absolute to relative paths (closes #1889)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/data/web/sf/sf_admin/css/main.css

    r3323 r5471  
    101101  font-size: 11px; 
    102102  color: #fff; 
    103   background: #73B65A url(/sf/sf_admin/images/ok.png) no-repeat 5px 2px; 
     103  background: #73B65A url(../images/ok.png) no-repeat 5px 2px; 
    104104} 
    105105 
     
    128128  font-size: 11px; 
    129129  color: #fff; 
    130   background: #f33 url(/sf/sf_admin/images/error.png) no-repeat 5px 2px; 
     130  background: #f33 url(../images/error.png) no-repeat 5px 2px; 
    131131} 
    132132 
     
    226226#sf_admin_container .sf_admin_action_create 
    227227{ 
    228   background: url(/sf/sf_admin/images/add.png) no-repeat 3px 2px; 
     228  background: url(../images/add.png) no-repeat 3px 2px; 
    229229  border-right: 4px solid #73B65A !important; 
    230230} 
     
    232232#sf_admin_container .sf_admin_action_save 
    233233{ 
    234   background: url(/sf/sf_admin/images/save.png) no-repeat 3px 2px; 
     234  background: url(../images/save.png) no-repeat 3px 2px; 
    235235  border-right: 4px solid #73B65A !important; 
    236236} 
     
    238238#sf_admin_container .sf_admin_action_save_and_add 
    239239{ 
    240   background: url(/sf/sf_admin/images/save.png) no-repeat 3px 2px; 
     240  background: url(../images/save.png) no-repeat 3px 2px; 
    241241  border-right: 4px solid #73B65A !important; 
    242242} 
     
    244244#sf_admin_container .sf_admin_action_save_and_list 
    245245{ 
    246   background: url(/sf/sf_admin/images/save.png) no-repeat 3px 2px; 
     246  background: url(../images/save.png) no-repeat 3px 2px; 
    247247  border-right: 4px solid #73B65A !important; 
    248248} 
     
    250250#sf_admin_container .sf_admin_action_delete 
    251251{ 
    252   background: url(/sf/sf_admin/images/delete.png) no-repeat 3px 2px; 
     252  background: url(../images/delete.png) no-repeat 3px 2px; 
    253253  border-right: 4px solid #E75C58 !important; 
    254254} 
     
    256256#sf_admin_container .sf_admin_action_cancel 
    257257{ 
    258   background: url(/sf/sf_admin/images/cancel.png) no-repeat 3px 2px; 
     258  background: url(../images/cancel.png) no-repeat 3px 2px; 
    259259  border-right: 4px solid #E75C58 !important; 
    260260} 
     
    262262#sf_admin_container .sf_admin_action_filter 
    263263{ 
    264   background: url(/sf/sf_admin/images/filter.png) no-repeat 3px 2px; 
     264  background: url(../images/filter.png) no-repeat 3px 2px; 
    265265  border-right: 4px solid #66f !important; 
    266266} 
     
    268268#sf_admin_container .sf_admin_action_reset_filter 
    269269{ 
    270   background: url(/sf/sf_admin/images/reset.png) no-repeat 3px 2px; 
     270  background: url(../images/reset.png) no-repeat 3px 2px; 
    271271  border-right: 4px solid #E75C58 !important; 
    272272} 
     
    274274#sf_admin_container .sf_admin_action_list 
    275275{ 
    276   background: url(/sf/sf_admin/images/list.png) no-repeat 3px 2px; 
     276  background: url(../images/list.png) no-repeat 3px 2px; 
    277277  border-right: 4px solid #66f !important; 
    278278}