Skip to content
Snippets Groups Projects
Commit 85dd7129 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

correct paths for css images

parent 0385cc52
No related branches found
No related tags found
No related merge requests found
...@@ -33,10 +33,10 @@ ...@@ -33,10 +33,10 @@
padding-left: 2em; 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 { #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; width: 14em;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment