Fix display of "edit draft" and "load images"

The buttons were placed one over the other.
This commit is contained in:
Francis Lachapelle
2013-12-23 15:54:22 -05:00
parent bd7ad5be16
commit a8e780516b
2 changed files with 17 additions and 16 deletions
+11 -12
View File
@@ -374,25 +374,24 @@ TR.mailer_listcell_regular TD A
}
/* mail viewer */
#editDraftButton
#actionButtons
{
position: absolute;
top: 2.5em;
right: 1em;
position: absolute;
top: 2.5em;
right: 1em;
}
.popup #actionButtons
{
top: 7.0em;
}
#editDraftButton,
#loadImagesButton
{
position: absolute;
top: 2.5em;
right: 1em;
float: right;
}
.popup #loadImagesButton
{
top: 9.0em;
right: 1em;
}
#signedImage
{