Add CSS style for Open on map button
This commit is contained in:
parent
78244f05fc
commit
8e35f36ecd
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue