Skip to content

Commit c851f60

Browse files
author
Stephen Sporik
committed
Merge pull request #35 from mdgio/Dev
Query Results Grid
2 parents f9138e8 + 2c80256 commit c851f60

File tree

4 files changed

+341
-243
lines changed

4 files changed

+341
-243
lines changed

basicviewer/src/css/imap.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ body {
2727
}
2828

2929
.dojoxFloatingPaneTitle{
30-
background:url(../../assets/imap/toolbar_bg.png) repeat-x;
30+
background:url(../../assets/imap/toolbar_bg.png) repeat-x;
31+
padding-left: 5px;
3132
}
3233

3334
/* Background color for regular buttons*/

basicviewer/src/modules/core/configuration/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ define(["dojo/_base/declare", "dojox/html/entities", "dojo/_base/lang", "dojo/Ev
1515
//The ID for a web map from ArcGIS Online (AGO)
1616
//If not going to specify a Web Map in AGO, then use empty quotes ("") here
1717

18-
webmap: "d1201eea7afb4ed49f08a310e9803f2f", //"blank" default map; an OpenStreetMap basemap
18+
webmap: "1d6cee2d8c7145b79f45d96fd454e07b", //"blank" default map; an OpenStreetMap basemap
1919
//Some sample web maps to try for testing:
2020
//webmap: "252fb36ac7404043a0f3d2022958b5d0", //veterans services
2121
//webmap: "c545bf8fde0a46c2aa52a10e9118750a", //growthprint

basicviewer/src/modules/core/query/css/querying.css

+8-10
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,15 @@
8181
/* overflow: auto;
8282
background-color: red;
8383
color: grey; */
84-
margin: 5px 5px 50px 5px;
84+
/*margin: 5px 5px 50px 5px;*/
8585
}
8686

87-
#infoContainer
88-
{
89-
/* for testing */
90-
/* background-color: yellow;
91-
color: black;
92-
width: 100%;
93-
overflow: auto;
94-
height:500px; */
87+
#exportInfoContainer {
88+
padding: 5px 5px 5px 5px;
89+
}
90+
91+
#rowCountContainer {
92+
padding: 5px 5px 5px 5px;
9593
}
9694

9795
#grid
@@ -101,7 +99,7 @@
10199
height:500px;
102100
width: 100%;
103101
font-size:90%;*/
104-
overflow: auto;
102+
overflow: auto;
105103
/* width: 900px;
106104
height:300px; */
107105

0 commit comments

Comments
 (0)