Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-10432

"floating box" no longer floats

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 6.1-milestone-2
    • 6.0
    • Flamingo Skin
    • None
    • Debian Wheezy/Tomcat 7.0.47
    • Easy
    • N/A
    • N/A

    Description

      Hello,
      Floating box is not displayed correctly because CSS instruction (div.floatinginfobox) missing.
      You can test with this wiki code in a document:

      {{box cssClass="floatinginfobox" title="**Sommaire**"}}
      {{toc numbered="true" depth="3"/}}
      {{/box}}
      

      Note: http://extensions.xwiki.org/xwiki/bin/view/Extension/Box+Macro

      Do you want I add this line at: messages.less or misc.less to correct it ?

      div.floatinginfobox {
          background-color: #F3F3F3;
          float: right;
          margin: 0.66em 0 1em 1em;
          padding: 10px;
      }
      

      Thxs

      Pascal B

      Attachments

        1. after.png
          87 kB
          Ecaterina Moraru (Valica)
        2. before.png
          63 kB
          Ecaterina Moraru (Valica)

        Activity

          People

            evalica Ecaterina Moraru (Valica)
            Pbas Pascal BASTIEN
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: