mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
slightly better layout
This commit is contained in:
parent
909fa47549
commit
fc7f3b1e80
@ -59,6 +59,10 @@
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#pendingEdits li {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.dj_ie .infowindow .window .top .right .user .content { position: relative; }
|
||||
.dj_ie .simpleInfoWindow .content {position: relative;}
|
||||
</style>
|
||||
@ -295,9 +299,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div data-dojo-type="dijit/layout/ContentPane" id="map" data-dojo-props="region:'center'"></div>
|
||||
<div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'right'" style="width: 222px;overflow:scroll;padding:1px;">
|
||||
<div id="templateDiv"></div>
|
||||
<div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'right'" style="width: 222px;padding:1px;">
|
||||
<div id="editorDiv"></div>
|
||||
<div id="templateDiv"></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user