forked from extern/egroupware
Fix padding in tutorials popup
This commit is contained in:
parent
8a3a6e3f94
commit
5761c2c4cc
@ -104,7 +104,7 @@ span.egw_tutorial_title {
|
|||||||
}
|
}
|
||||||
div.tutorial_iframe_wrapper {
|
div.tutorial_iframe_wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 211px;
|
left: 225px;
|
||||||
right: 2px;
|
right: 12px;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
}
|
}
|
||||||
|
@ -111,7 +111,7 @@ span.egw_tutorial_title {
|
|||||||
}
|
}
|
||||||
div.tutorial_iframe_wrapper {
|
div.tutorial_iframe_wrapper {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:211px;
|
left:225px;
|
||||||
right:2px;
|
right:12px;
|
||||||
height:90%;
|
height:90%;
|
||||||
}
|
}
|
@ -6471,8 +6471,8 @@ span.egw_tutorial_title {
|
|||||||
}
|
}
|
||||||
div.tutorial_iframe_wrapper {
|
div.tutorial_iframe_wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 211px;
|
left: 225px;
|
||||||
right: 2px;
|
right: 12px;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
}
|
}
|
||||||
span.egw_tutorial_title {
|
span.egw_tutorial_title {
|
||||||
|
@ -6460,8 +6460,8 @@ span.egw_tutorial_title {
|
|||||||
}
|
}
|
||||||
div.tutorial_iframe_wrapper {
|
div.tutorial_iframe_wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 211px;
|
left: 225px;
|
||||||
right: 2px;
|
right: 12px;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
}
|
}
|
||||||
span.egw_tutorial_title {
|
span.egw_tutorial_title {
|
||||||
|
Loading…
Reference in New Issue
Block a user