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:
11
style.css
11
style.css
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user