mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-12 06:54:28 +01:00
Fix the clickable area of the delete icon. Fixes #490
This commit is contained in:
parent
ae1b16638a
commit
e01fc7b66f
@ -248,8 +248,6 @@ span.ui-icon { margin: 1px 3px 10px 0px; }
|
|||||||
.action:not(.text), .icon:not(.text), [class^="icon-"]:not(.text), [class*=" icon-"]:not(.text) {
|
.action:not(.text), .icon:not(.text), [class^="icon-"]:not(.text), [class*=" icon-"]:not(.text) {
|
||||||
width: 16px; height: 16px;
|
width: 16px; height: 16px;
|
||||||
padding: 0; margin: 0;
|
padding: 0; margin: 0;
|
||||||
background-position: center;
|
|
||||||
background-size:contain;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -769,8 +767,8 @@ tbody tr.contact.active, tbody tr.contact:hover {
|
|||||||
|
|
||||||
#contactlist tbody > tr > td > a.delete {
|
#contactlist tbody > tr > td > a.delete {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: 17px;
|
padding: 25px;
|
||||||
right: 17px; clear: none;
|
right: 0px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
}
|
}
|
||||||
@ -871,7 +869,7 @@ tbody tr.contact.active, tbody tr.contact:hover {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1400px) {
|
@media screen and (min-width: 1201px) {
|
||||||
#contactlist tr td.categories { display: none; }
|
#contactlist tr td.categories { display: none; }
|
||||||
#contactsHeader tr td.categories { display: none; }
|
#contactsHeader tr td.categories { display: none; }
|
||||||
#app-navigation .oc-addnew input[type=text] { width: 204px; }
|
#app-navigation .oc-addnew input[type=text] { width: 204px; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user