[Opa] Bootstrap modification ?

Matthieu Guffroy mattgu74 at gmail.com
Sun Mar 18 12:07:41 UTC 2012


Hello,

I don't know in which revision the problem appeared but before when I was
doing this =>

import stdlib.themes.bootstrap
import stdlib.widgets.bootstrap
WB = WBootstrap

and call this functions


WB.Navigation.topbar(

    WB.Layout.fixed(

      WB.Navigation.brand(<>BDE-UTC :: Reservation de salle</>,
some("/"), ignore) <+>

      (c() |> WB.pull_right(_))

    )

  )


I was getting a black topbar really pretty, but now. it seams there is only
the positionnement and this is not really pretty...

With the function =>
 WB.Grid.row

there is no more positionnement, each block is under the other...


And with icons there is also problem, I'm calling colored icons and I'm
know getting black/white icons...

With this code there is also problem :
             status = match r.etat with
                       | {en_attente} -> WBootstrap.Label.make("En
attente", {default})
                       | {refuse=_} -> WBootstrap.Label.make("Refusé",
{important})
                       | {accepte=_} -> WBootstrap.Label.make("Accepté",
{success})
                      end

I'm always getting grey label, instead of green for success, and red for
important...


All of this was working before... But I can't say with wich revision of
opa... (like on the website, the older version than 0.9.0 are no more
available I can't test...)


It seams before, bootstrap was loaded on github directly, and now it is
integrated on the opa server, and some important part of css and icons had
not been added...


Thanks for help,

--
Matthieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.owasp.org/pipermail/opa/attachments/20120318/de3cd43e/attachment.html>


More information about the Opa mailing list