forked from extern/egroupware
Style mailvelope display print frame
This commit is contained in:
parent
9a572dbf7d
commit
27e7c49e30
@ -802,6 +802,14 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
||||
div.mailDisplayHeaders {
|
||||
padding-top: 10px;
|
||||
}
|
||||
div.mailDisplayContainer.mailvelopeTopContainer {
|
||||
position:fixed !important;
|
||||
top:190px;
|
||||
}
|
||||
div.mailDisplayContainer.mailvelopeTopContainer > iframe {
|
||||
position: inherit;
|
||||
min-width: 860px;
|
||||
}
|
||||
}
|
||||
|
||||
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
||||
|
@ -799,6 +799,14 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
||||
div.mailDisplayHeaders {
|
||||
padding-top: 10px;
|
||||
}
|
||||
div.mailDisplayContainer.mailvelopeTopContainer {
|
||||
position:fixed !important;
|
||||
top:190px;
|
||||
}
|
||||
div.mailDisplayContainer.mailvelopeTopContainer > iframe {
|
||||
position: inherit;
|
||||
min-width: 860px;
|
||||
}
|
||||
}
|
||||
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
||||
@media only screen and (max-device-width: 1024px) {
|
||||
|
Loading…
Reference in New Issue
Block a user