]> source.dussan.org Git - nextcloud-server.git/commitdiff
Adjust pic width a bit.
authorThomas Tanghus <thomas@tanghus.net>
Tue, 26 Jun 2012 02:09:45 +0000 (04:09 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Tue, 26 Jun 2012 02:09:45 +0000 (04:09 +0200)
apps/contacts/css/contacts.css

index a6ac55ca8ea5ec0f4b0c486fbb7993cf134eed00..1766c28761ec03e270afc03ec32e479a85b786bd 100644 (file)
@@ -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; }