Skip to content

Commit

Permalink
Include popup CSS in apidoc inline examples
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjansen committed Jan 14, 2016
1 parent 987abc2 commit 51e62f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docresources/eg-iframe.html
Expand Up @@ -8,6 +8,17 @@

<link rel="stylesheet" type="text/css" href="http://openlayers.org/en/master/css/ol.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/classic/theme-crisp/resources/theme-crisp-all.css"/>
<link rel="stylesheet" type="text/css" href="../resources/css/gx-popup.css">
<style>
.gx-popup p {
padding: 5px 5px 0 5px;
border-radius: 7px;
background-color: rgba(255,255,255,0.85);
border: 3px solid white;
margin: 0;
text-align: center;
}
</style>

<script src="http://openlayers.org/en/master/build/ol.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/ext-all.js"></script>
Expand Down

0 comments on commit 51e62f2

Please sign in to comment.