]> source.dussan.org Git - nextcloud-server.git/commitdiff
Contacts: Tried to format NOTE field a bit. Needs to be improved more though.
authorThomas Tanghus <thomas@tanghus.net>
Mon, 23 Apr 2012 22:43:08 +0000 (00:43 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 23 Apr 2012 23:44:07 +0000 (01:44 +0200)
apps/contacts/css/contacts.css
apps/contacts/templates/part.contact.php

index 04700aa456a2afc652633b8c985095da2da89d61..7338eed4a7fc966c90e90c717c13957fef0cd5e8 100644 (file)
@@ -60,6 +60,7 @@ dl.form { width: 100%; float: left; clear: right; margin: 0; padding: 0; }
 #identityprops { /*position: absolute; top: 2.5em; left: 0px;*/ }
 /*#contact_photo { max-width: 250px; }*/
 #contact_identity { min-width: 30em; }
+#note { min-width: 200px; }
 .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;*/ }
 
 .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; }
index b90fa92c2c53bdf10b85fccabc2783ab8c82d286..dec081a9b8930b5d6966fdc920c4562873a6e230 100644 (file)
@@ -112,7 +112,7 @@ $id = isset($_['id']) ? $_['id'] : '';
        <div id="contact_note" class="contactsection">
        <form class="float" method="post">
        <fieldset id="note" class="formfloat propertycontainer contactpart" data-element="NOTE">
-       <textarea class="contacts_property note" name="value" cols="40" rows="10" required="required" placeholder="<?php echo $l->t('Add notes here.'); ?>"></textarea>
+       <textarea class="contacts_property note" name="value" cols="60" rows="15" required="required" placeholder="<?php echo $l->t('Add notes here.'); ?>"></textarea>
        </fieldset>
        </form>
        </div> <!-- contact_note -->