From: Thomas Tanghus Date: Tue, 26 Jun 2012 02:09:45 +0000 (+0200) Subject: Adjust pic width a bit. X-Git-Tag: v4.5.0beta1~74^2~403^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8df59852a46b50a8ac0984a4500954dba2725d9b;p=nextcloud-server.git Adjust pic width a bit. --- diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css index a6ac55ca8ea..1766c28761e 100644 --- a/apps/contacts/css/contacts.css +++ b/apps/contacts/css/contacts.css @@ -73,7 +73,7 @@ label:hover, dt:hover { color: #333; } .contactsection { position: relative; float: left; /*max-width: 40em;*/ padding: 0.5em; height: auto: border: thin solid lightgray;/* -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; background-color: #f8f8f8;*/ } #cropbox { margin: auto; } -#contacts_details_photo_wrapper { min-width: 80px; } +#contacts_details_photo_wrapper { min-width: 120px; } #contacts_details_photo_wrapper.wait { opacity: 0.6; filter:alpha(opacity=0.6); z-index:1000; background: url('%webroot%/core/img/loading.gif') no-repeat center center; cursor: wait; } #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; }