add a close button to the portal detail display - some people like to be able to hide it

show linked portals updated - the positioning needed changing
This commit is contained in:
Jon Atkins
2013-04-14 01:23:35 +01:00
parent 4ce09c737d
commit 326df3af26
3 changed files with 18 additions and 6 deletions

View File

@ -636,6 +636,17 @@ h3 {
#portaldetails {
min-height: 485px;
position: relative; /* so the below '#portaldetails .close' is relative to this */
}
#portaldetails .close {
position: absolute;
top: -2px;
right: 2px;
cursor: pointer;
color: #FFCE00;
font-family: "Arial", sans;
font-size: 16px;
}