mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
Reduce right margin for iframes
This commit is contained in:
parent
13f4ad2d59
commit
e62cee604d
@ -2253,7 +2253,7 @@ html * {
|
|||||||
html {
|
html {
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
width: 99% !important;
|
width: 99.9% !important;
|
||||||
height: 99% !important;
|
height: 99% !important;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
@ -2262,7 +2262,7 @@ body {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
width: 99% !important;
|
width: 99.9% !important;
|
||||||
height: 99% !important;
|
height: 99% !important;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 1.28;
|
line-height: 1.28;
|
||||||
|
@ -111,7 +111,7 @@ html {
|
|||||||
|
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
width: 99% !important;
|
width: 99.9% !important;
|
||||||
height: 99% !important;
|
height: 99% !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -124,7 +124,7 @@ body{
|
|||||||
|
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
width: 99% !important;
|
width: 99.9% !important;
|
||||||
height: 99% !important;
|
height: 99% !important;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 1.28;
|
line-height: 1.28;
|
||||||
|
Loading…
Reference in New Issue
Block a user