mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Fix display of "edit draft" and "load images"
The buttons were placed one over the other.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user