infobox/location: beautify location-sidebar

and cleanup sourcecode
This commit is contained in:
anoy 2016-04-02 22:47:57 +02:00 committed by PetaByteBoy // Milan Pässler
commit 31545c758d
2 changed files with 85 additions and 64 deletions

View file

@ -151,6 +151,27 @@ table.attributes td {
img {
max-width: 100%;
}
input[type="text"], textarea {
box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
border-radius: 5px;
border: none;
line-height: 1.67em;
vertical-align: bottom;
margin-right: 0.7em;
padding: 3px 6px;
font-family: monospace;
width: 70%;
max-width: 500px;
min-height: 42px;
font-size: 1.15em;
}
textarea {
resize: vertical;
overflow: auto;
max-height: 300px;
}
}
button {