Added elements for family map option to mapstraction style sheet.
svn: r15590
This commit is contained in:
parent
7fb39141c8
commit
aad0f9d0f5
@ -25,10 +25,20 @@
|
|||||||
Mapstraction
|
Mapstraction
|
||||||
------------------------------------------------- */
|
------------------------------------------------- */
|
||||||
div#mapstraction {
|
div#mapstraction {
|
||||||
|
background-color: #FFF;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Family Map
|
||||||
|
------------------------------------------------- */
|
||||||
|
div#familymap {
|
||||||
|
background-color: #FFF;
|
||||||
|
height: 800px;
|
||||||
|
width: 965px;
|
||||||
|
padding: 0px 14% 0px 14%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Middle
|
/* Middle
|
||||||
------------------------------------------------- */
|
------------------------------------------------- */
|
||||||
div#middle {
|
div#middle {
|
||||||
@ -45,6 +55,20 @@ div#middle div#location {
|
|||||||
width: 80%;
|
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
|
/* geo-info bubble
|
||||||
------------------------------------------------- */
|
------------------------------------------------- */
|
||||||
div#geo-info {
|
div#geo-info {
|
||||||
@ -58,3 +82,11 @@ div#googlev3 {
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
border: solid 1px #000;
|
border: solid 1px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Family GoogleV3
|
||||||
|
------------------------------------------------- */
|
||||||
|
div#familygooglev3 {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
border: solid 1px #000;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user