Fixed errors introduced in r15528.

svn: r15540
This commit is contained in:
Rob G. Healey 2010-06-08 06:34:22 +00:00
parent 76e30c0071
commit 3cd93ce9ba

View File

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