more mobile css tweaks to make sidebar items easier to click on
This commit is contained in:
parent
3452059f01
commit
5d31e6077f
@ -202,7 +202,7 @@ body {
|
||||
|
||||
/* add extra padding, and a button effect, to sidebar link areas */
|
||||
.linkdetails aside {
|
||||
padding: 5px !important;
|
||||
padding: 5px;
|
||||
margin-top: 3px;
|
||||
margin-botton: 3px;
|
||||
border: 2px outset #0e3d4e;
|
||||
@ -214,3 +214,10 @@ body {
|
||||
margin-botton: 3px;
|
||||
border: 2px outset #0e3d4e;
|
||||
}
|
||||
|
||||
#portaldetails .close {
|
||||
padding: 4px;
|
||||
border: 1px outset #0e3d4e;
|
||||
margin-top: 2px;
|
||||
background: #0e3d4e;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user