Add CSS style for Open on map button

This commit is contained in:
Dmitriy Prodchenko 2018-04-20 11:02:45 +03:00
parent 78244f05fc
commit 8e35f36ecd

View file

@ -155,6 +155,19 @@ pre {
word-wrap: break-word;
}
.geo {
background-color: #fafafa;
border: 1px solid #e6e6e6;
border-radius: 5px;
padding: 2%;
color: #237bff;
font-size: 0.9em;
font-weight: bold;
text-align: center;
text-decoration: none;
display: inline-block;
}
td {
display: inline-block;
word-wrap: break-word;