1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Initial Commit : Fixes the thead spanning.

This commit is contained in:
raghunayyar 2013-06-01 01:36:53 +05:30
parent 385c288638
commit d349dc632e

View File

@ -582,12 +582,13 @@ fieldset.adr ul li input.label { margin-top: -4px !important; }
/* contact list */
#contactsHeader {
left: 315px; right: 15px; top: 45px;
top: 46px;
position: fixed;
height: 20px;
background: none repeat scroll 0 0 rgba(230, 230, 230, .9);
color: #999;
background: none repeat scroll 0 0 rgba(230,230,230,.9);
color: #999;
z-index: 1;
width: 100%;
}
#contactsHeader > tr {
}
@ -659,7 +660,7 @@ fieldset.adr ul li input.label { margin-top: -4px !important; }
max-width: 180px;
min-width: 180px;
}
#contactlist tbody > tr > td.adr { width: auto; }
#contactlist tbody > tr > td.adr { width: 100%; }
#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;
-webkit-transition:opacity 200ms; -moz-transition:opacity 200ms; -o-transition:opacity 200ms; transition:opacity 200ms;
@ -761,10 +762,13 @@ fieldset.adr ul li input.label { margin-top: -4px !important; }
}
@media screen and (max-width: 1400px) {
#contactlist tr td.adr { display: none; }
#contactlist tr td.tel { width:100%; }
}
@media screen and (max-width: 1200px) {
#contactlist tr td.tel { display: none; }
#contactlist tr td.email { width:100%; }
}
@media screen and (max-width: 900px) {
#contactlist tr td.email { display: none; }
#contactlist tr td.name { width:100%;}
}