redaxo / redaxo4

REDAXO 4
https://redaxo.org
41 stars 26 forks source link

rex_content_block() clear Problem.. #168

Closed jdlx closed 11 years ago

jdlx commented 11 years ago

..benutzt man die Funktion für be Elemente, überlagert das resultierende <div class="rex-content-block"> je nach Kontext vorhergehende Elemente.

staabm commented 11 years ago

In welchem kontext verwendest du das element z.b.?

jdlx commented 11 years ago

z.B.: sollte: https://dl.dropbox.com/u/10220684/screenshots/a27bf00e9fd84129dd2bc9fd73b37e37.PNG ist: https://dl.dropbox.com/u/10220684/screenshots/eda5532758110bb279aadd3689e3772f.PNG

(zum ersten Mal aufgefallen ists mir beim xform UI.. da kommts an manchen Stellen vor und erfordert dort auch BRs oder clearer damit es nicht überlappt.. )

jdlx commented 11 years ago

Nachtrag: in den screenshots ist das vorgehende element ein <div class="rex-addon-output"> .. in anderem Kontext, z.b. einer rex_list überlappt es nicht, hängt sich aber ohne jede margin an: http://dl.getdropbox.com/u/10220684/screenshots%2F7adca714184f8841a7c023826025e022.PNG

tbaddade commented 11 years ago

@jdlx Kannst du mal ein Kurz-Markup posten?

Das funktioniert:

<div class="rex-content-block">…</div>
<div class="rex-content-block">…</div>
jdlx commented 11 years ago

Pack das mal z.b. zwischen die beiden Code-Beispiel Blöcke von Textile.. oder hinter die rex_list von Metainfo.. (einmal hinter das innere div.rex-addon-output-v2 und einmal das äußere div.rex-output), dann siehste was ich meine..

<div class="rex-content-block">
  <div class="rex-content-block-content">
    <strong>plz clear & margin me...</strong>
  </div>
</div>
tbaddade commented 11 years ago

@jdlx Kannst du grad mal gegen prüfen? Hier passt es jetzt.

staabm commented 11 years ago

fyi: er hat nen commit gemacht und du musst den aktuellen master testen https://github.com/redaxo/redaxo4/commit/afc6fff0be378a2b03b1b87d1d48e03ee2b1321d

tbaddade commented 11 years ago

Scheint zu passen.