1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Contacts: Limit height of address book list. Fix #1006

This commit is contained in:
Thomas Tanghus 2013-04-12 12:34:03 +02:00
parent 13e7448fca
commit 3a42108028
2 changed files with 5 additions and 1 deletions

View File

@ -401,6 +401,10 @@ ul.propertylist { width: 450px; }
font-size: 1.2em;
}
#contacts-settings .addressbooklist {
max-height: 250px;
overflow-y: auto;
}
/* Single elements */
#file_upload_target, #import_upload_target, #crop_target { display:none; }
#import_fileupload {

View File

@ -15,7 +15,7 @@
<div id="contacts-settings">
<h3 class="settings action text" tabindex="0" role="button" title="<?php p($l->t('Settings')); ?>"></h3>
<h2 data-id="addressbooks" tabindex="0" role="button"><?php p($l->t('Address books')); ?></h2>
<ul class="hidden">
<ul class="hidden addressbooklist">
</ul>
<button class="addaddressbook icon-plus text"><?php p($l->t('New')); ?></button>
<ul class="hidden">