mapshaper 0.6.17 → 0.6.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/www/page.css CHANGED
@@ -56,6 +56,8 @@ body {
56
56
  }
57
57
 
58
58
  .colored-text,
59
+ .save-menu-link,
60
+ .save-menu-btn,
59
61
  .nav-menu-item {
60
62
  color: #10699b;
61
63
  }
@@ -72,6 +74,10 @@ body {
72
74
  border-bottom: 1px dotted black;
73
75
  }
74
76
 
77
+ /*.nav-btn * {
78
+ fill: #1385B7;
79
+ }*/
80
+
75
81
  .nav-btn * {
76
82
  fill: #1385B7;
77
83
  }
@@ -1160,6 +1166,10 @@ div.basemap-style-btn.active img {
1160
1166
 
1161
1167
  /* --- MAP BUTTONS --- */
1162
1168
 
1169
+ .pointer-btn {
1170
+ z-index: 2;
1171
+ }
1172
+
1163
1173
  .nav-buttons {
1164
1174
  z-index: 20;
1165
1175
  position: absolute;
@@ -1188,16 +1198,19 @@ div.basemap-style-btn.active img {
1188
1198
  fill: black !important;
1189
1199
  }
1190
1200
 
1201
+ .save-btn .save-menu {
1202
+ top: 23px;
1203
+ }
1204
+
1191
1205
  .nav-sub-menu {
1192
1206
  position: absolute;
1193
- /* top: 5px;
1194
- right: 21px; */
1195
- z-index: -1;
1207
+ z-index: -1;
1196
1208
  display: none;
1197
1209
  pointer-events: none;
1198
1210
  padding-top: 4px;
1199
- top: 26px;
1211
+ top: 27px;
1200
1212
  right: -3px;
1213
+ white-space: nowrap;
1201
1214
  }
1202
1215
 
1203
1216
  .nav-btn.open .nav-sub-menu {
@@ -1205,21 +1218,22 @@ div.basemap-style-btn.active img {
1205
1218
  pointer-events: inherit;
1206
1219
  }
1207
1220
 
1208
-
1209
1221
  .nav-menu-item {
1210
1222
  background-color: #fff;
1211
1223
  float: right;
1212
1224
  clear: right;
1213
1225
  white-space: nowrap;
1214
1226
  display: inline-block;
1215
- padding: 4px 7px 5px 7px;
1227
+ padding: 5px 7px 5px 7px;
1216
1228
  line-height: 11px;
1217
1229
  cursor: pointer;
1218
1230
  }
1219
1231
 
1232
+
1220
1233
  .nav-menu-item:hover,
1221
1234
  .nav-btn:hover .nav-sub-menu:not(.active):not(:hover) .nav-menu-item[data-name=info] {
1222
1235
  font-weight: bold;
1236
+ background: #e6f7ff;
1223
1237
  }
1224
1238
 
1225
1239
  .nav-menu-item.selected {
@@ -1251,13 +1265,71 @@ div.basemap-style-btn.active img {
1251
1265
 
1252
1266
  .nav-btn:hover:not(.disabled) svg *,
1253
1267
  .nav-btn.hover.menu-btn:not(.disabled) svg * {
1254
- fill: #1A6A96;
1268
+ fill: #166689;
1255
1269
  }
1256
1270
 
1257
1271
  .nav-btn.menu-btn.selected:not(.disabled) svg * {
1258
1272
  fill: white;
1259
1273
  }
1260
1274
 
1275
+ .save-menu {
1276
+ text-align: right;
1277
+ }
1278
+
1279
+ .save-menu-entry {
1280
+ /* padding: 4px 7px 5px 7px; */
1281
+ line-height: 11px;
1282
+ padding: 4px 7px 5px 7px;
1283
+ display: inline-block;
1284
+ background: white;
1285
+ }
1286
+
1287
+ .save-menu-btn {
1288
+ display: inline-block;
1289
+ border-radius: 4px;
1290
+ border: 1px solid #aaa;
1291
+ font-size: 12px;
1292
+ margin-left: 2px;
1293
+ padding: 1px 2px 3px 2px;
1294
+ }
1295
+
1296
+ .save-menu-link,
1297
+ .save-menu-btn {
1298
+ cursor: pointer;
1299
+ }
1300
+
1301
+ .save-menu-btn:hover {
1302
+ background: #e6f7ff;
1303
+ color: black;
1304
+ }
1305
+
1306
+ .save-menu-link:hover {
1307
+ /* background: #e6f7ff; */
1308
+ font-weight: bold;
1309
+ }
1310
+
1311
+ .save-item-label {
1312
+ font-weight: bold;
1313
+ }
1314
+
1315
+ .save-item-size {
1316
+ /*color: #999;*/
1317
+ font-weight: bold;
1318
+ font-size: 11px;
1319
+ letter-spacing: 0.5;
1320
+ }
1321
+
1322
+ .save-menu-item {
1323
+ position: relative;
1324
+ right: 0;
1325
+ text-align: right;
1326
+ background-color: #fff;
1327
+ white-space: nowrap;
1328
+ padding: 2px 7px 0px 7px;
1329
+ line-height: 11px;
1330
+ cursor: pointer;
1331
+ }
1332
+
1261
1333
  .nav-btn.disabled {
1262
1334
  opacity: 0.4;
1263
1335
  cursor: default;