placemap.css 1.88 KB
/*

Placemap css for Moya

*/

.place-tooltip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}




/* Creates a small triangle extender for the tooltip */
.place-tooltip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.place-tooltip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}


.place-tooltip-upside {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

/*
.place-tooltip-upside:before {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25B2";
  position: absolute;
  text-align: center;
}

.place-tooltip-upside.n:before {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}
*/


.place-edit-tooltip {
    line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 10px;
}

.place-edit-tooltip fieldset li {
    list-style: none;
  padding: 5px;
  margin: 0;
}

.place-edit-tooltip fieldset ol {
  margin: 0;
  padding: 0;
}

.place-edit-tooltip label {
  display: inline-block;
  line-height: 0.9;
  vertical-align: top;
}

.place-edit-tooltip fieldset {
  border: none;
  margin: 3px 0 0;
}

.place-edit-tooltip label {
  width: 70px;
}

.place-edit-tooltip input.numeric {
  width: 30px;
}

.place-edit-tooltip fieldset fieldset label {
    display: block;
  width: auto;
  margin-left: 120px;
}

#place_close_popup {
    font-size: small;
  font-weight: bold;
    float: right;
    color: #eee;
    display: block;
    text-decoration: none;
    border: 2px solid #666;
    padding: 0px 3px 0px 3px;
}