Orbeon Forms community mailing list
Login
Register
Search
everywhere
only in this topic
Advanced Search
pdf adjust margin-left margin-right of form
Classic
List
Threaded
♦
♦
Locked
4 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
mabu
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Feb 17, 2016; 2:02pm
pdf adjust margin-left margin-right of form
93 posts
Hi,
Is it possible to adjust margin-left and margin-right of the form in the generated pdf.
I was able to adjust margin-top as follows:
@media print {
.orbeon .navbar {
margin-top: 200px;
}
}
Martin
Erik Bruchez
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Feb 18, 2016; 4:36am
Re: pdf adjust margin-left margin-right of form
Administrator
6632 posts
Martin,
Try the following:
@page {
margin-left: 200px;
margin-right: 200px;
}
-Erik
mabu
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Feb 18, 2016; 6:50am
Re: pdf adjust margin-left margin-right of form
93 posts
Erik, thank you. It is working!
Erik Bruchez
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Feb 18, 2016; 5:22pm
Re: pdf adjust margin-left margin-right of form
Administrator
6632 posts
Good, thanks for confirming! -Erik
Free forum by Nabble
Edit this page