czfgmap |
Subversion Repositories: |
Rev 1 | Rev 9 | |
---|---|---|
Line 49... | Line 49... | |
|
| |
TD{ |
TD{ | |
font-size : 10px; |
font-size : 10px; | |
font-family : Arial, sans-serif; |
font-family : Arial, sans-serif; | |
} |
} | |
| ||
.MDbuttons { | ||
color: black; | ||
background-color: white; | ||
font-size: 12px; | ||
border: 1px solid black; | ||
padding: 1px; | ||
margin-bottom: 4px; | ||
text-align: center; | ||
cursor: pointer; | ||
} | ||
| ||
.gmaparea { | ||
width: 800px; | ||
height: 600px; | ||
border: 1px solid black; | ||
} | ||
| ||
.controlarea { | ||
width: 200px; | ||
height: 600px; | ||
border: 1px solid black; | ||
background-color: lightgray; | ||
} | ||
| ||
.statusarea { | ||
width: 600px; | ||
height: 100px; | ||
border: 1px solid black; | ||
} | ||
| ||
|