Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch: better support for padding in captions #26

Closed
GoogleCodeExporter opened this issue May 6, 2015 · 1 comment
Closed

patch: better support for padding in captions #26

GoogleCodeExporter opened this issue May 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Try setting CSS padding on the slideshow-captions div.

What is the expected output? What do you see instead?

It makes the div end up wider than the slideshow (in Firefox at least).

Being able to set the padding is especially noticable if you remove the CSS
'height' setting on slideshow-captions so the captions will expand to be as
tall as needed to fit.  Then only the first line gets indented at all (via
the text-indent setting in the default slideshow.css).

I've attached a patch which adds a new div called slideshow-captions-text
within the slideshow-captions div.  Padding can be set on this new div, and
appears correctly.

Original issue reported on code.google.com by dgl...@gmail.com on 8 Jul 2008 at 3:03

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by aeron.gl...@gmail.com on 8 Jul 2008 at 1:41

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant