Merge branch 'feature/2014-09-hackathon-ui-improvements' into develop
This commit is contained in:
commit
25d7087d9e
9 changed files with 34 additions and 10 deletions
|
@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
|
|||
.contact-photo:hover .contact-select {
|
||||
display: block;
|
||||
}
|
||||
#contats-actions {
|
||||
#contacts-actions {
|
||||
clear: both;
|
||||
}
|
||||
.contact-photo {
|
||||
|
|
|
@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
|
|||
.contact-photo:hover .contact-select {
|
||||
display: block;
|
||||
}
|
||||
#contats-actions {
|
||||
#contacts-actions {
|
||||
clear: both;
|
||||
}
|
||||
.contact-photo {
|
||||
|
|
|
@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
|
|||
.contact-photo:hover .contact-select {
|
||||
display: block;
|
||||
}
|
||||
#contats-actions {
|
||||
#contacts-actions {
|
||||
clear: both;
|
||||
}
|
||||
.contact-photo {
|
||||
|
|
|
@ -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; }
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue