From 4b57c7c3beb8b1bc9aa995c1c71bc537ecf89112 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Fri, 4 Jun 2010 02:29:49 +0000 Subject: [PATCH] Adjusted some PlaceDetail elements. svn: r15522 --- src/data/Web_Basic-Blue.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/data/Web_Basic-Blue.css b/src/data/Web_Basic-Blue.css index 57c037b28..3d96520f5 100644 --- a/src/data/Web_Basic-Blue.css +++ b/src/data/Web_Basic-Blue.css @@ -535,6 +535,27 @@ div#Places table.infolist tbody tr td.ColumnCountry { div#Places table.infolist tbody tr td.ColumnCoordinates { width: 25%; } +div#PlaceDetail { + margin: 0; + padding: 0; +} +div#PlaceDetail h5 { + font: normal .9em serif; + color: #FFF; + margin-top: .3cm; + background-color: #00029D; + border-width: 2px 0px 2px 0px; + border-style: solid; + border-color: #13A926; + text-align: center; + 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.ColumnValue { + color: Navy; +} /* EventList and EventDetail ----------------------------------------------------- */ @@ -975,6 +996,7 @@ table.attrlist tbody tr td.ColumnAttrSources { /* Subsections : Parents ----------------------------------------------------- */ div#parents { + background-color: #FFF; margin: 0; padding: 0; }