From 2d2a9481bf26a1252228e534f865ee431b945c57 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 5 Jun 2010 05:09:25 +0000 Subject: [PATCH] Feature Request#4029: Added PlaceMap elements to all style sheets. Thanks Serge Noiraud. svn: r15528 --- src/data/Web_Basic-Ash.css | 19 +++++++++++++++++++ src/data/Web_Basic-Blue.css | 19 +++++++++++++++++++ src/data/Web_Basic-Cypress.css | 19 +++++++++++++++++++ src/data/Web_Basic-Lilac.css | 19 +++++++++++++++++++ src/data/Web_Basic-Peach.css | 19 +++++++++++++++++++ src/data/Web_Basic-Spruce.css | 19 +++++++++++++++++++ src/data/Web_Mainz.css | 19 +++++++++++++++++++ src/data/Web_Nebraska.css | 19 +++++++++++++++++++ src/data/Web_Print-Default.css | 24 +++++++++++++++++++++++- src/data/Web_Visually.css | 19 +++++++++++++++++++ 10 files changed, 194 insertions(+), 1 deletion(-) diff --git a/src/data/Web_Basic-Ash.css b/src/data/Web_Basic-Ash.css index 4a1f32970..e0132f82d 100644 --- a/src/data/Web_Basic-Ash.css +++ b/src/data/Web_Basic-Ash.css @@ -1450,3 +1450,22 @@ table.oneday tbody tr td.ColumnText { table.oneday tbody tr td.ColumnEvent { width: 10%; } + +/* PlaceMaps +-------------------------------------------------------------------------------- */ +div#mapdiv { + height: 400px; +} +table#mapdiv { + border: none; + width: 50%; + float: center; +} +table#mapdiv tr td div#googlev3 { + height: 400px; + width: 600px; +} +table#mapdiv tr td div#openlayers { + height: 400px; + width: 600px; +} diff --git a/src/data/Web_Basic-Blue.css b/src/data/Web_Basic-Blue.css index 84e4a5e43..9115cbf84 100644 --- a/src/data/Web_Basic-Blue.css +++ b/src/data/Web_Basic-Blue.css @@ -1597,3 +1597,22 @@ table.oneday tbody tr td.ColumnText { table.oneday tbody tr td.ColumnEvent { width: 10%; } + +/* PlaceMaps +-------------------------------------------------------------------------------- */ +div#mapdiv { + height: 400px; +} +table#mapdiv { + border: none; + width: 50%; + float: center; +} +table#mapdiv tr td div#googlev3 { + height: 400px; + width: 600px; +} +table#mapdiv tr td div#openlayers { + height: 400px; + width: 600px; +} diff --git a/src/data/Web_Basic-Cypress.css b/src/data/Web_Basic-Cypress.css index 0d176ffdf..723bef45e 100644 --- a/src/data/Web_Basic-Cypress.css +++ b/src/data/Web_Basic-Cypress.css @@ -1453,3 +1453,22 @@ table.oneday tbody tr td.ColumnText { table.oneday tbody tr td.ColumnEvent { width: 10%; } + +/* PlaceMaps +-------------------------------------------------------------------------------- */ +div#mapdiv { + height: 400px; +} +table#mapdiv { + border: none; + width: 50%; + float: center; +} +table#mapdiv tr td div#googlev3 { + height: 400px; + width: 600px; +} +table#mapdiv tr td div#openlayers { + height: 400px; + width: 600px; +} diff --git a/src/data/Web_Basic-Lilac.css b/src/data/Web_Basic-Lilac.css index 48dfa8bd2..d353c2d7b 100644 --- a/src/data/Web_Basic-Lilac.css +++ b/src/data/Web_Basic-Lilac.css @@ -1470,3 +1470,22 @@ table.oneday tbody tr td.ColumnText { table.oneday tbody tr td.ColumnEvent { width: 10%; } + +/* PlaceMaps +-------------------------------------------------------------------------------- */ +div#mapdiv { + height: 400px; +} +table#mapdiv { + border: none; + width: 50%; + float: center; +} +table#mapdiv tr td div#googlev3 { + height: 400px; + width: 600px; +} +table#mapdiv tr td div#openlayers { + height: 400px; + width: 600px; +} diff --git a/src/data/Web_Basic-Peach.css b/src/data/Web_Basic-Peach.css index 819f85bb9..e039c6557 100644 --- a/src/data/Web_Basic-Peach.css +++ b/src/data/Web_Basic-Peach.css @@ -1476,3 +1476,22 @@ table.oneday tbody tr td.ColumnText { table.oneday tbody tr td.ColumnEvent { width: 10%; } + +/* PlaceMaps +-------------------------------------------------------------------------------- */ +div#mapdiv { + height: 400px; +} +table#mapdiv { + border: none; + width: 50%; + float: center; +} +table#mapdiv tr td div#googlev3 { + height: 400px; + width: 600px; +} +table#mapdiv tr td div#openlayers { + height: 400px; + width: 600px; +} diff --git a/src/data/Web_Basic-Spruce.css b/src/data/Web_Basic-Spruce.css index d41d40fdb..5c069287f 100644 --- a/src/data/Web_Basic-Spruce.css +++ b/src/data/Web_Basic-Spruce.css @@ -1472,3 +1472,22 @@ table.oneday tbody tr td.ColumnText { table.oneday tbody tr td.ColumnEvent { width: 10%; } + +/* PlaceMaps +-------------------------------------------------------------------------------- */ +div#mapdiv { + height: 400px; +} +table#mapdiv { + border: none; + width: 50%; + float: center; +} +table#mapdiv tr td div#googlev3 { + height: 400px; + width: 600px; +} +table#mapdiv tr td div#openlayers { + height: 400px; + width: 600px; +} diff --git a/src/data/Web_Mainz.css b/src/data/Web_Mainz.css index a1650576c..f02d64f93 100644 --- a/src/data/Web_Mainz.css +++ b/src/data/Web_Mainz.css @@ -1483,3 +1483,22 @@ body#fullyearlinked table.calendar tbody tr td { body#OneDay { background:url(../images/Web_Mainz_Mid.png) #FFF2C6 repeat; } + +/* PlaceMaps +-------------------------------------------------------------------------------- */ +div#mapdiv { + height: 400px; +} +table#mapdiv { + border: none; + width: 50%; + float: center; +} +table#mapdiv tr td div#googlev3 { + height: 400px; + width: 600px; +} +table#mapdiv tr td div#openlayers { + height: 400px; + width: 600px; +} diff --git a/src/data/Web_Nebraska.css b/src/data/Web_Nebraska.css index 9f6b1ba3f..c1f2f0326 100644 --- a/src/data/Web_Nebraska.css +++ b/src/data/Web_Nebraska.css @@ -1512,3 +1512,22 @@ table.oneday tbody tr td.ColumnText { table.oneday tbody tr td.ColumnEvent { width: 10%; } + +/* PlaceMaps +-------------------------------------------------------------------------------- */ +div#mapdiv { + height: 400px; +} +table#mapdiv { + border: none; + width: 50%; + float: center; +} +table#mapdiv tr td div#googlev3 { + height: 400px; + width: 600px; +} +table#mapdiv tr td div#openlayers { + height: 400px; + width: 600px; +} diff --git a/src/data/Web_Print-Default.css b/src/data/Web_Print-Default.css index 6b9962783..5471dd0c4 100644 --- a/src/data/Web_Print-Default.css +++ b/src/data/Web_Print-Default.css @@ -1034,8 +1034,11 @@ div#WebLinks { div#WebLinks table.Weblinks tbody tr td.ColumnType { width: 20%; } +div#WebLinks table.WebLinks tbody tr td.ColumnPath { + width: 50%; +} div#WebLinks table.Weblinks tbody tr td.ColumnDescription { - width: 90%; + width: 30%; } /* Subsections : Pedigree @@ -1383,3 +1386,22 @@ table.oneday tbody tr td.ColumnText { table.oneday tbody tr td.ColumnEvent { width: 10%; } + +/* PlaceMaps +-------------------------------------------------------------------------------- */ +div#mapdiv { + height: 400px; +} +table#mapdiv { + border: none; + width: 50%; + float: center; +} +table#mapdiv tr td div#googlev3 { + height: 400px; + width: 600px; +} +table#mapdiv tr td div#openlayers { + height: 400px; + width: 600px; +} diff --git a/src/data/Web_Visually.css b/src/data/Web_Visually.css index 7f70aed2e..378cade0f 100644 --- a/src/data/Web_Visually.css +++ b/src/data/Web_Visually.css @@ -1626,3 +1626,22 @@ table.oneday tbody tr td.ColumnText { table.oneday tbody tr td.ColumnEvent { width; 10%; } + +/* PlaceMaps +-------------------------------------------------------------------------------- */ +div#mapdiv { + height: 400px; +} +table#mapdiv { + border: none; + width: 50%; + float: center; +} +table#mapdiv tr td div#googlev3 { + height: 400px; + width: 600px; +} +table#mapdiv tr td div#openlayers { + height: 400px; + width: 600px; +}