more mobile css tweaks to make sidebar items easier to click on

This commit is contained in:
Jon Atkins 2013-09-17 18:01:20 +01:00
parent 3452059f01
commit 5d31e6077f

View File

@ -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;
}