diff options
author | Brice Maron <brice@bmaron.net> | 2012-06-22 20:58:28 +0000 |
---|---|---|
committer | Brice Maron <brice@bmaron.net> | 2012-06-22 20:58:52 +0000 |
commit | b5e3e150eb9737022d0c9080e84bac4d290c96a7 (patch) | |
tree | 8e12feba08f0b16bd225d0136f9e70e6c0dd6464 /apps/contacts/css/jquery.Jcrop.css | |
parent | ded9ea5ad3fd46516ca9ea7849dbdfbe753a1dc5 (diff) | |
download | nextcloud-server-b5e3e150eb9737022d0c9080e84bac4d290c96a7.tar.gz nextcloud-server-b5e3e150eb9737022d0c9080e84bac4d290c96a7.zip |
Correction of path looking for apps and css
Diffstat (limited to 'apps/contacts/css/jquery.Jcrop.css')
-rw-r--r-- | apps/contacts/css/jquery.Jcrop.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/css/jquery.Jcrop.css b/apps/contacts/css/jquery.Jcrop.css index c9b24a5ebe9..a9ba4746e07 100644 --- a/apps/contacts/css/jquery.Jcrop.css +++ b/apps/contacts/css/jquery.Jcrop.css @@ -14,7 +14,7 @@ } .jcrop-vline, .jcrop-hline { - background: white url('%webroot%/apps/contacts/img/Jcrop.gif') top left repeat; + background: white url('%appswebroot%/contacts/img/Jcrop.gif') top left repeat; font-size: 0px; position: absolute; } |