Our team is standardizing on the built in Date Picker widget so we ensure normalized dates throughout the wiki (i.e. no more June 30th, 6/30, 30/6, 6/30/15 just a nice simple 30 Jun 2015). Unfortunately when exported to PDF this looks really clunky with the widget showing a dark gray box around it.
I'm spelunking through the PDF export stylesheet docs; is there a way to alter the export look/feel for macros like this?
Customize this macro with the following CSS style in your pdf space stylesheet (the example below cancels any formatting and shows a normal format):
.wiki-content time{ background-image: none !important; background-repeat: no-repeat !important; background-position: left center !important; background-color: #FFFFFF !important; border: 0px solid #FFFFFF !important; border-radius: 0px !important; padding: 0 0px 0 0px !important; white-space: none !important; }
Thank you Benoit, that is perfect!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Really nice solution! And thanks for asking the question; this was one of those things I didn't know I cared about until I saw the better result.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.