Add cover photo submitter, cover photo votes, and portal details to large portal display dialog.
This commit is contained in:
15
style.css
15
style.css
@ -514,6 +514,10 @@ h3 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.imgpreview .portalDetails {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#level {
|
||||
font-size: 40px;
|
||||
text-shadow: -1px -1px #000, 1px -1px #000, -1px 1px #000, 1px 1px #000, 0 0 5px #fff;
|
||||
@ -939,3 +943,14 @@ td + td {
|
||||
}
|
||||
|
||||
|
||||
.portal_details tr {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
|
||||
.portal_details td:first-of-type {
|
||||
min-width: 10em;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user