]> source.dussan.org Git - nextcloud-server.git/commitdiff
Contacts: Move gif used by jquery.Jcrop and make style sheet use %webroot% path.
authorThomas Tanghus <thomas@tanghus.net>
Thu, 3 May 2012 09:11:53 +0000 (11:11 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Thu, 3 May 2012 09:15:44 +0000 (11:15 +0200)
apps/contacts/css/Jcrop.gif [deleted file]
apps/contacts/css/contacts.css
apps/contacts/css/jquery.Jcrop.css
apps/contacts/img/Jcrop.gif [new file with mode: 0644]
apps/contacts/img/contact-new.png [new file with mode: 0644]

diff --git a/apps/contacts/css/Jcrop.gif b/apps/contacts/css/Jcrop.gif
deleted file mode 100644 (file)
index 72ea7cc..0000000
Binary files a/apps/contacts/css/Jcrop.gif and /dev/null differ
index c09cb0825b1fb4f44427135467456cb6dfbb0e60..a19e0a222f97b1c5b8619442225b45ab58d690e5 100644 (file)
@@ -66,7 +66,7 @@ dl.form { width: 100%; float: left; clear: right; margin: 0; padding: 0; }
 
 /*.contactpart legend { width:auto; padding:.3em; border:1px solid #ddd; font-weight:bold; cursor:pointer; background:#f8f8f8; color:#555; text-shadow:#fff 0 1px 0; -moz-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; } */
 #cropbox { margin: auto; }
-#contacts_details_photo { border-radius: 0.5em; border: thin solid #bbb; margin: 0.3em; background: url('%webroot%/core/img/loading.gif') no-repeat center center; display: block; -moz-box-shadow: 0 1px 3px #777; -webkit-box-shadow: 0 1px 3px #777; box-shadow: 0 1px 3px #777; }
+#contacts_details_photo { border-radius: 0.5em; border: thin solid #bbb; margin: 0.3em; background: url('%webroot%/core/img/loading.gif') no-repeat center center; -moz-box-shadow: 0 1px 3px #777; -webkit-box-shadow: 0 1px 3px #777; box-shadow: 0 1px 3px #777; }
 #contacts_details_photo:hover { background: #fff; cursor: default; }
 #phototools { position:absolute; margin: 5px 0 0 10px; width:auto; height:22px; padding:0px; background-color:#fff; list-style-type:none; border-radius: 0.5em; -moz-box-shadow: 0 1px 3px #777; -webkit-box-shadow: 0 1px 3px #777; box-shadow: 0 1px 3px #777; }
 #phototools li { display: inline; }
index 554f013fd777da4c52cd3040cdbb9df94a8170d7..c9b24a5ebe9e0c6871a488aeda82a3ac9592c941 100644 (file)
@@ -14,7 +14,7 @@
 }
 
 .jcrop-vline, .jcrop-hline {
-       background: white url('Jcrop.gif') top left repeat;
+       background: white url('%webroot%/apps/contacts/img/Jcrop.gif') top left repeat;
        font-size: 0px;
        position: absolute;
 }
diff --git a/apps/contacts/img/Jcrop.gif b/apps/contacts/img/Jcrop.gif
new file mode 100644 (file)
index 0000000..72ea7cc
Binary files /dev/null and b/apps/contacts/img/Jcrop.gif differ
diff --git a/apps/contacts/img/contact-new.png b/apps/contacts/img/contact-new.png
new file mode 100644 (file)
index 0000000..437e4e2
Binary files /dev/null and b/apps/contacts/img/contact-new.png differ