1
0
Fork 0

Merge branch 'feature/2014-09-hackathon-ui-improvements' into develop

This commit is contained in:
hauke 2014-09-06 16:55:07 +02:00
commit 25d7087d9e
9 changed files with 34 additions and 10 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; */
}
@ -2724,3 +2728,6 @@ a.mail-list-link {
border: none;
}
.settings-heading {
cursor: pointer;
}