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:
parent
13e7448fca
commit
3a42108028
@ -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 {
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user