mobile: add extra padding and a button-like border around sidebar links. makes them much easier to click
This commit is contained in:
parent
623b8e7587
commit
3452059f01
@ -198,3 +198,19 @@ body {
|
|||||||
.leaflet-popup-content{
|
.leaflet-popup-content{
|
||||||
color:black;
|
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;
|
||||||
|
}
|
||||||
|
@ -671,8 +671,6 @@ h3 {
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#toolbox {
|
#toolbox {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: left; /* centre didn't look as nice here as it did above in .linkdetails */
|
text-align: left; /* centre didn't look as nice here as it did above in .linkdetails */
|
||||||
@ -682,6 +680,7 @@ h3 {
|
|||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* a common portal display takes this much space (prevents moving
|
/* a common portal display takes this much space (prevents moving
|
||||||
|
Loading…
x
Reference in New Issue
Block a user