correct paths for css images

This commit is contained in:
Arthur Schiwon 2011-04-19 12:46:32 +02:00
parent 0385cc52dc
commit 85dd7129a8
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@
padding-left: 2em;
}
#file_upload_start {background-image:url(/owncloud-dev/img/mimetypes/file.png);}
#file_upload_start {background-image:url(../../img/mimetypes/file.png);}
#file_newfolder_name {
background-image:url(/owncloud-dev/img/places/folder.png); font-weight: bold;
background-image:url(../../img/places/folder.png); font-weight: bold;
width: 14em;
}