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

Fix td width change on selection

This commit is contained in:
Thomas Tanghus 2014-02-07 18:11:27 +01:00
parent 05a36cbc24
commit 462290c78d

View File

@ -779,12 +779,10 @@ tbody tr.contact.active, tbody tr.contact:hover {
vertical-align: top;
white-space: nowrap;
}
#contactlist tr > td {
#contactlist tbody > tr > td {
min-width: 80px;
line-height: 50px;
}
#contactlist:not(.multiselect) tr > td {
max-width: 250px;
line-height: 50px;
}
#contactlist tbody > tr > td.name > input[type=checkbox]:first-child:not(.toggle) {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0;