1
0
Fork 0

Merge branch 'release/ui-improvements'

This commit is contained in:
hauke 2014-09-06 17:02:25 +02:00
commit 5205756898
10 changed files with 35 additions and 11 deletions

View file

@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
.contact-photo:hover .contact-select {
display: block;
}
#contats-actions {
#contacts-actions {
clear: both;
}
.contact-photo {

View file

@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
.contact-photo:hover .contact-select {
display: block;
}
#contats-actions {
#contacts-actions {
clear: both;
}
.contact-photo {

View file

@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
.contact-photo:hover .contact-select {
display: block;
}
#contats-actions {
#contacts-actions {
clear: both;
}
.contact-photo {

View file

@ -788,7 +788,7 @@ span[id^="showmore-wrap"] {
.contact-select { position: absolute; top:64px; left:64px; display:none; }
.contact-select:checked,
.contact-photo:hover .contact-select { display:block; }
#contats-actions { clear: both; }
#contacts-actions { clear: both; }
.contact-photo {
width: 48px; height: 48px;
img { width: 48px; height: 48px; }

View file

@ -246,6 +246,10 @@ div.pager {
float: left;
}
#contacts-actions {
clear: both;
}
#contact-edit-drop-link-end {
/* clear: both; */
}
@ -2723,4 +2727,3 @@ a.mail-list-link {
.mail-conv-delete-icon {
border: none;
}