Facebook
From Fiery Pudu, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 221
  1. agm-map { height: 300px; /* height is required */ }
  2. #floating-panel {
  3.         position: absolute;
  4.         top: 10px;
  5.         left: 25%;
  6.         z-index: 5;
  7.         background-color: #fff;
  8.         padding: 5px;
  9.         border: 1px solid #999;
  10.         text-align: center;
  11.         font-family: 'Roboto','sans-serif';
  12.         line-height: 30px;
  13.         padding-left: 10px;
  14.       }