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;
|
position: absolute;
|
||||||
content: '+';
|
content: '+';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 160%;
|
font-size: 150%;
|
||||||
left: 12px;
|
left: 12px;
|
||||||
}
|
}
|
||||||
#grouplist .add-contact {
|
#grouplist .add-contact {
|
||||||
@ -332,8 +332,7 @@ span.ui-icon { margin: 1px 3px 10px 0px; }
|
|||||||
.propertyname {
|
.propertyname {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
padding-right: 7px;
|
padding-right: 7px;
|
||||||
margin-top: 8px;
|
margin-top: 1px;
|
||||||
margin-bottom: 8px;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: right;
|
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 li,#contacts-settings li:hover { background-color: transparent; white-space: nowrap; }
|
||||||
#contacts-settings a.action:not(.settings) { width: 16px; height: 16px; }
|
#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 .actions > a { width: 20px; height: 20px; }
|
||||||
.addressbooklist > li > div {
|
.addressbooklist > li > div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -528,7 +527,7 @@ dt[data-element="org"] { margin-top: 4px; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
.import-upload, .import-status {
|
.import-upload, .import-status {
|
||||||
height: 60px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
.import-upload select {
|
.import-upload select {
|
||||||
width: 80%; height: 30px;
|
width: 80%; height: 30px;
|
||||||
|
@ -23,9 +23,19 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
content: '+';
|
content: '+';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 160%;
|
font-size: 150%;
|
||||||
left: 12px;
|
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] {
|
.oc-addnew input[type=text] {
|
||||||
width: 198px !important;
|
width: 198px !important;
|
||||||
|
@ -1107,7 +1107,8 @@ OC.Contacts = OC.Contacts || {};
|
|||||||
header: false,
|
header: false,
|
||||||
multiple: false,
|
multiple: false,
|
||||||
selectedList: 3,
|
selectedList: 3,
|
||||||
noneSelectedText: self.$addressBookSelect.attr('title')
|
noneSelectedText: self.$addressBookSelect.attr('title'),
|
||||||
|
minWidth: 300
|
||||||
});
|
});
|
||||||
self.$addressBookSelect.on('multiselectclick', function(event, ui) {
|
self.$addressBookSelect.on('multiselectclick', function(event, ui) {
|
||||||
console.log('AddressBook select', ui);
|
console.log('AddressBook select', ui);
|
||||||
|
@ -80,10 +80,10 @@
|
|||||||
<?php p($l->t('Delete')); ?>
|
<?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")); ?>" />
|
<img class="svg" alt="<?php p($l->t('Delete'))?>" src="<?php print_unescaped(OCP\image_path("core", "actions/delete.svg")); ?>" />
|
||||||
</a>
|
</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>
|
<option value="-1" disabled="disabled" selected="selected"><?php p($l->t('Groups')); ?></option>
|
||||||
</select>
|
</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>
|
<a class="download svg action text permanent"><?php p($l->t('Download')); ?></a>
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
@ -280,7 +280,8 @@
|
|||||||
<select class="hidden" id="contactgroups" title="<?php p($l->t('Select groups')); ?>" name="value" multiple></select>
|
<select class="hidden" id="contactgroups" title="<?php p($l->t('Select groups')); ?>" name="value" multiple></select>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
<select class="hidden" id="contactaddressbooks" title="<?php p($l->t('Select address book')); ?>" name="value"></select>
|
||||||
</div>
|
</div>
|
||||||
<div class="singleproperties">
|
<div class="singleproperties">
|
||||||
|
Loading…
Reference in New Issue
Block a user