Added elements for family map option to mapstraction style sheet.

svn: r15590
This commit is contained in:
Rob G. Healey 2010-06-23 08:39:23 +00:00
parent 7fb39141c8
commit aad0f9d0f5

View File

@ -25,10 +25,20 @@
Mapstraction
------------------------------------------------- */
div#mapstraction {
background-color: #FFF;
height: 500px;
width: 100%;
}
/* Family Map
------------------------------------------------- */
div#familymap {
background-color: #FFF;
height: 800px;
width: 965px;
padding: 0px 14% 0px 14%;
}
/* Middle
------------------------------------------------- */
div#middle {
@ -45,6 +55,20 @@ div#middle div#location {
width: 80%;
}
/* Middle Section
------------------------------------------------- */
div#middlesection {
float: center;
width: 90%;
height: 100%;
margin: 10px 0px 6px 6px;
padding: 0% 5% 0% 5%;
}
div#middlesection a {
text-align: center;
float: center;
}
/* geo-info bubble
------------------------------------------------- */
div#geo-info {
@ -58,3 +82,11 @@ div#googlev3 {
width: 500px;
border: solid 1px #000;
}
/* Family GoogleV3
------------------------------------------------- */
div#familygooglev3 {
height: 100%;
width: 100%;
border: solid 1px #000;
}