Add cover photo submitter, cover photo votes, and portal details to large portal display dialog.

This commit is contained in:
Gabriel Sjöberg
2013-07-09 17:03:19 -05:00
parent a1cfa9b8d6
commit 9cf2dd391e
4 changed files with 103 additions and 9 deletions

View File

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