diff --git a/src/data/Web_Basic-Blue.css b/src/data/Web_Basic-Blue.css index 35b0cbed4..432eb0e66 100644 --- a/src/data/Web_Basic-Blue.css +++ b/src/data/Web_Basic-Blue.css @@ -18,7 +18,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # - +# $Id: Web_Basic-Blue.css 15540 2010-06-07 16:32:00Z robhealey1 $ +# ************************************************************************************************** GRAMPS Cascading Style Sheet Style Name: Basic Blue Stylesheet @@ -43,8 +44,6 @@ Unknown #000 Males Web_Gender_Male.png Females Web_Gender_Female.png -# $Id: Web_Basic-Blue.css 15207 2010-04-17 16:40:00Z robhealey1 $ - NarrativeWeb Styles -------------------------------------------------------------------------------------------- */ body { @@ -517,6 +516,9 @@ div#Places { margin: 0; padding: 0; } +div#Places table.infolist tbody tr td.ColumnLetter { + width: 6%; +} div#Places table.infolist tbody tr td.ColumnLetter a:hover { background: none; } @@ -529,13 +531,9 @@ div#Places table.infolist tbody tr td.ColumnState { div#Places table.infolist tbody tr td.ColumnCountry { width: 8%; } -div#Places table.infolist tbody tr td.ColumnLatitude { - width: 11%; +div#Places table.infolist tbody tr td.ColumnCoordinates { + width: 25%; } -div#Places table.infolist tbody tr td.ColumnLongitude { - width: 11%; -} - div#PlaceDetail { margin: 0; padding: 0; @@ -552,8 +550,8 @@ div#PlaceDetail h5 { float: center; vertical-align: middle; } +div#PlaceDetail table.infolist tbody tr td.ColumnRowLabel, div#PlaceDetail table.infolist tbody tr td.ColumnType, -div#PlaceDetail table.infolist tbody tr td.ColumnPath, div#PlaceDetail table.infolist tbody tr td.ColumnValue { color: Navy; } @@ -564,7 +562,6 @@ div#EventList, div#EventDetail { margin: 0; padding: 0; } -div#PlaceList table.Places tbody tr td.ColumnLatitude { div#events table.eventlist { margin-top: .3cm; } @@ -1599,22 +1596,3 @@ 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; -}