Popups editor bootstrap

580
6
Jump to solution
11-30-2017 01:43 PM
by Anonymous User
Not applicable

Hi all,

I am trying to use (and mix) bootstarp css and ESRI's and I get an editor popup that looks like that:

Any idea how I could restore the esri.css to its original look without loosing the bootstrap look for other areas of the app.

Thanks,

Alex

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Alex,

  You just need to add the claro class to the body element:

<body class="claro">

View solution in original post

6 Replies
RobertScheitlin__GISP
MVP Emeritus

Alex,

   If you can provide a simple code sample, then I cal probably help.

0 Kudos
by Anonymous User
Not applicable

Create a new fiddle - JSFiddle . here is the code. Thanks Robert!

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Alex,

  Please provide the webapp.css please.

0 Kudos
by Anonymous User
Not applicable

Sorry,

Edit fiddle - JSFiddle. Just added it.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Alex,

  You just need to add the claro class to the body element:

<body class="claro">

by Anonymous User
Not applicable

That was it. I completely disregarded this <body class="claro">.

Thank you Robert!

0 Kudos