diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-26 04:09:45 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-26 04:09:45 +0200 |
commit | 8df59852a46b50a8ac0984a4500954dba2725d9b (patch) | |
tree | a195a6f356abe61d3bb089eb0efddf061ec52990 /apps | |
parent | ac4e19218e526d94be8551711a2f1f25d0eea429 (diff) | |
download | nextcloud-server-8df59852a46b50a8ac0984a4500954dba2725d9b.tar.gz nextcloud-server-8df59852a46b50a8ac0984a4500954dba2725d9b.zip |
Adjust pic width a bit.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/contacts/css/contacts.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |