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

Image position in Basic tile is not working on view tab #317

Closed
agnogueira opened this issue Oct 10, 2013 · 1 comment
Closed

Image position in Basic tile is not working on view tab #317

agnogueira opened this issue Oct 10, 2013 · 1 comment
Assignees
Labels
Milestone

Comments

@agnogueira
Copy link
Contributor

The image positioning (left / right) is working only in compose tab.

@ghost ghost assigned agnogueira Nov 11, 2013
@hvelarde
Copy link
Member

I just tested this an I think is a CSS problem as the HTML generated is fine:

<div class="cover-basic-tile tile-content">
    <h2>
      <a href="http://localhost:8080/Plone/news/noticia-1">Noticia 1</a>
    </h2>
    <a class="imag" href="http://localhost:8080/Plone/news/noticia-1">
      <img src="http://localhost:8080/Plone/news/noticia-1/@@images/2cfd0a8e-c839-4f2f-a00b-d7b195c51b5b.jpeg" alt="Noticia 1" class="right" height="150" width="200">
    </a>
    <p>Aug 12, 2013 09:45 PM</p>
    <div class="visualClear"><!-- --></div>
</div>

probably we have no right class.

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

No branches or pull requests

2 participants