Skip to content

Commit

Permalink
Merge pull request #35 from mdgio/Dev
Browse files Browse the repository at this point in the history
Query Results Grid
  • Loading branch information
Stephen Sporik committed May 12, 2015
2 parents f9138e8 + 2c80256 commit c851f60
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 243 deletions.
3 changes: 2 additions & 1 deletion basicviewer/src/css/imap.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ body {
}

.dojoxFloatingPaneTitle{
background:url(../../assets/imap/toolbar_bg.png) repeat-x;
background:url(../../assets/imap/toolbar_bg.png) repeat-x;
padding-left: 5px;
}

/* Background color for regular buttons*/
Expand Down
2 changes: 1 addition & 1 deletion basicviewer/src/modules/core/configuration/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ define(["dojo/_base/declare", "dojox/html/entities", "dojo/_base/lang", "dojo/Ev
//The ID for a web map from ArcGIS Online (AGO)
//If not going to specify a Web Map in AGO, then use empty quotes ("") here

webmap: "d1201eea7afb4ed49f08a310e9803f2f", //"blank" default map; an OpenStreetMap basemap
webmap: "1d6cee2d8c7145b79f45d96fd454e07b", //"blank" default map; an OpenStreetMap basemap
//Some sample web maps to try for testing:
//webmap: "252fb36ac7404043a0f3d2022958b5d0", //veterans services
//webmap: "c545bf8fde0a46c2aa52a10e9118750a", //growthprint
Expand Down
18 changes: 8 additions & 10 deletions basicviewer/src/modules/core/query/css/querying.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,15 @@
/* overflow: auto;
background-color: red;
color: grey; */
margin: 5px 5px 50px 5px;
/*margin: 5px 5px 50px 5px;*/
}

#infoContainer
{
/* for testing */
/* background-color: yellow;
color: black;
width: 100%;
overflow: auto;
height:500px; */
#exportInfoContainer {
padding: 5px 5px 5px 5px;
}

#rowCountContainer {
padding: 5px 5px 5px 5px;
}

#grid
Expand All @@ -101,7 +99,7 @@
height:500px;
width: 100%;
font-size:90%;*/
overflow: auto;
overflow: auto;
/* width: 900px;
height:300px; */

Expand Down
Loading

0 comments on commit c851f60

Please sign in to comment.