From b33ef31e808414cb9dc5ae5c4ae3ec6f82d12186 Mon Sep 17 00:00:00 2001 From: Jack Dougherty Date: Tue, 30 Jan 2024 15:40:42 -0500 Subject: [PATCH] redesign by @kitzj --- .DS_Store | Bin 0 -> 6148 bytes data.csv | 1 - data.geojson | 5003 ++++++++++++++++++++++++++++++++++++++++++++++++++ data.js | 1 - favicon.ico | Bin 1406 -> 0 bytes index.html | 639 ++++--- style.css | 63 +- 7 files changed, 5399 insertions(+), 308 deletions(-) create mode 100644 .DS_Store delete mode 100644 data.csv create mode 100644 data.geojson delete mode 100644 data.js delete mode 100644 favicon.ico diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0nj{5W@{65N;_adJ}iC?Ucj5i|IuDODx)z2xQF zS8il*a6%J>7BPW>hB*R>LeGb}k_Ja0QRuhlDrs;85``9_DXB0x0*ONNk^+Un5l9qT zghN_ka0C*C7871m6r(x#}Xza=Dz(ALYc@-e+hpEB*7mL!P+Ndgw2I^tt}G^S}Dbb{T&g{Z}4-FUJ?-)L#nA H@n7X9jf555 diff --git a/index.html b/index.html index 6b7dc7c..9ca9d90 100644 --- a/index.html +++ b/index.html @@ -1,280 +1,365 @@ - - MetroMerger - - - - - - - - - - - - - - - -
- -
-

Metro Region 1

-
-
No towns selected
-
    - Data sources 2012-13 - Export results -
    -

    Metro Region 2

    -
    -
    No towns selected
    -
      - Data sources 2012-13 - Export results -
      -

      Metro Region 3

      -
      -
      No towns selected
      -
        - Data sources 2012-13 - Export results -
        -
        - - - + + MetroMerger + + + + + + + + + + + + + + + + +
        + +
        +

        Metro Region 1

        +
        +
        No towns selected
        +
          + Export results +
          +

          Metro Region 2

          +
          +
          No towns selected
          +
            + Export results +
            +

            Metro Region 3

            +
            +
            No towns selected
            +
              + Export results +
              +
              + + + diff --git a/style.css b/style.css index d34f824..b266eef 100644 --- a/style.css +++ b/style.css @@ -1,39 +1,44 @@ #map { - width: 100%; - height: 100%; - position:absolute; - top:0px; - left:0px; - } + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; +} #body { font: 14px/16px Arial, Helvetica, sans-serif; } #accordion { - position:absolute; - bottom: 1%; /* or top: 20% */ - left: 1%; - width:245px; /* my best match for info box auto-width */ - font: 14px/16px Arial, Helvetica, sans-serif; - } + position: absolute; + bottom: 1%; /* or top: 20% */ + left: 1%; + width: 400px; /* my best match for info box auto-width */ + font: 14px/16px Arial, Helvetica, sans-serif; +} #accordion .ui-accordion-content { - padding: 6px; - } + padding: 6px; +} .info { - padding: 6px 8px; - font: 14px/16px Arial, Helvetica, sans-serif; - background: white; - background: rgba(255,255,255,0.8); - box-shadow: 0 0 15px rgba(0,0,0,0.2); - border-radius: 5px; - } + padding: 6px 8px; + font: 14px/16px Arial, Helvetica, sans-serif; + background: white; + background: rgba(255, 255, 255, 0.8); + box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); + border-radius: 5px; +} .info h4 { - margin: 0 0 5px; - color: "black"; - } + margin: 0 0 5px; + color: "black"; +} .towns_list { - height:210px; - overflow:auto; - } + height: 10px; + overflow: auto; +} .merged_stats { - height:auto; - } + height: auto; +} + +.table { + border-collapse: collapse; + border: 1px solid black; +}