mobile: add extra padding and a button-like border around sidebar links. makes them much easier to click

This commit is contained in:
Jon Atkins
2013-09-17 17:24:55 +01:00
parent 623b8e7587
commit 3452059f01
2 changed files with 17 additions and 2 deletions

View File

@ -198,3 +198,19 @@ body {
.leaflet-popup-content{
color:black;
}
/* add extra padding, and a button effect, to sidebar link areas */
.linkdetails aside {
padding: 5px !important;
margin-top: 3px;
margin-botton: 3px;
border: 2px outset #0e3d4e;
}
#toolbox > a {
padding: 5px;
margin-top: 3px;
margin-botton: 3px;
border: 2px outset #0e3d4e;
}