E2EE on private mail (also fixed autocomplete results dropdown for recipient which was positioned below the navbar instead of next to the recipient input box)

This commit is contained in:
friendica
2013-11-13 23:10:29 -08:00
parent 412ebdade7
commit ee629534d5
4 changed files with 22 additions and 8 deletions

View File

@@ -1721,6 +1721,7 @@ tr.mceLast {
#prvmail-attach-wrapper,
#prvmail-link-wrapper,
#prvmail-expire-wrapper,
#prvmail-encrypt-wrapper,
#prvmail-rotator-wrapper {
float: left;
margin-top: 10px;
@@ -2897,11 +2898,6 @@ div.jGrowl div.info {
}
.autocomplete-w1 {
position: fixed;
top: 24px;
}
.autocomplete {
color: $font_colour;
border: 1px solid $nav_bg_1;