mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Fixed merge and groups icon. Fixed add address book icon. CSS fixes for Firefox.
This commit is contained in:
parent
0986453a0b
commit
a00e0a030b
@ -112,7 +112,7 @@
|
||||
position: absolute;
|
||||
content: '+';
|
||||
font-weight: bold;
|
||||
font-size: 160%;
|
||||
font-size: 150%;
|
||||
left: 12px;
|
||||
}
|
||||
#grouplist .add-contact {
|
||||
@ -332,8 +332,7 @@ span.ui-icon { margin: 1px 3px 10px 0px; }
|
||||
.propertyname {
|
||||
width: 100px;
|
||||
padding-right: 7px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 1px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
}
|
||||
@ -493,7 +492,7 @@ dt[data-element="org"] { margin-top: 4px; }
|
||||
#contacts-settings li,#contacts-settings li:hover { background-color: transparent; white-space: nowrap; }
|
||||
#contacts-settings a.action:not(.settings) { width: 16px; height: 16px; }
|
||||
*/
|
||||
.addressbooklist .actions { position: absolute; right: 5px; }
|
||||
.addressbooklist .actions { position: absolute; right: 0px; }
|
||||
.addressbooklist .actions > a { width: 20px; height: 20px; }
|
||||
.addressbooklist > li > div {
|
||||
display: inline-block;
|
||||
@ -528,7 +527,7 @@ dt[data-element="org"] { margin-top: 4px; }
|
||||
}
|
||||
|
||||
.import-upload, .import-status {
|
||||
height: 60px;
|
||||
height: 40px;
|
||||
}
|
||||
.import-upload select {
|
||||
width: 80%; height: 30px;
|
||||
|
@ -23,9 +23,19 @@
|
||||
position: absolute;
|
||||
content: '+';
|
||||
font-weight: bold;
|
||||
font-size: 160%;
|
||||
font-size: 150%;
|
||||
left: 12px;
|
||||
}
|
||||
#app-settings .oc-addnew > li > a.oc-addnew-init:before {
|
||||
position: absolute;
|
||||
content: '+';
|
||||
font-weight: bold;
|
||||
font-size: 150%;
|
||||
left: 0;
|
||||
}
|
||||
#app-settings .oc-addnew > li > a.oc-addnew-init {
|
||||
padding-left: 17px;
|
||||
}
|
||||
|
||||
.oc-addnew input[type=text] {
|
||||
width: 198px !important;
|
||||
|
@ -1107,7 +1107,8 @@ OC.Contacts = OC.Contacts || {};
|
||||
header: false,
|
||||
multiple: false,
|
||||
selectedList: 3,
|
||||
noneSelectedText: self.$addressBookSelect.attr('title')
|
||||
noneSelectedText: self.$addressBookSelect.attr('title'),
|
||||
minWidth: 300
|
||||
});
|
||||
self.$addressBookSelect.on('multiselectclick', function(event, ui) {
|
||||
console.log('AddressBook select', ui);
|
||||
|
@ -80,10 +80,10 @@
|
||||
<?php p($l->t('Delete')); ?>
|
||||
<img class="svg" alt="<?php p($l->t('Delete'))?>" src="<?php print_unescaped(OCP\image_path("core", "actions/delete.svg")); ?>" />
|
||||
</a>
|
||||
<select class="groups svg action text permanent share" name="groups">
|
||||
<select class="groups svg action text permanent shared" name="groups">
|
||||
<option value="-1" disabled="disabled" selected="selected"><?php p($l->t('Groups')); ?></option>
|
||||
</select>
|
||||
<a class="action svg text permanent merge shared"><?php p($l->t('Merge')); ?></a>
|
||||
<a class="action svg text permanent merge edit"><?php p($l->t('Merge')); ?></a>
|
||||
<a class="download svg action text permanent"><?php p($l->t('Download')); ?></a>
|
||||
</span>
|
||||
</td>
|
||||
@ -280,7 +280,8 @@
|
||||
<select class="hidden" id="contactgroups" title="<?php p($l->t('Select groups')); ?>" name="value" multiple></select>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="singleproperties">
|
||||
<label class="propertyname"></label>
|
||||
<select class="hidden" id="contactaddressbooks" title="<?php p($l->t('Select address book')); ?>" name="value"></select>
|
||||
</div>
|
||||
<div class="singleproperties">
|
||||
|
Loading…
Reference in New Issue
Block a user