mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
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 {
|
div.mailDisplayHeaders {
|
||||||
padding-top: 10px;
|
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 --------------*/
|
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
||||||
|
@ -799,6 +799,14 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
|||||||
div.mailDisplayHeaders {
|
div.mailDisplayHeaders {
|
||||||
padding-top: 10px;
|
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 --------------*/
|
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
||||||
@media only screen and (max-device-width: 1024px) {
|
@media only screen and (max-device-width: 1024px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user