various cleanups to the portal detail display links

- removed 'donate'
- made case consistant - upper case 1st letter
- shortened excessively long links (IAPS) - but added title text on links with more detailed descriptions
inspired by #135
This commit is contained in:
Jon Atkins
2013-04-13 21:18:26 +01:00
parent 5f4e0192a0
commit 99d52dad8a
4 changed files with 15 additions and 34 deletions

View File

@ -602,42 +602,23 @@ h3 {
margin-left: -6px;
text-shadow: 0.0em 0.0em 0.3em #808080;
}
/* links below resos */
.linkdetails {
margin-bottom: 0px;
}
aside {
display: inline-block;
padding-right: 9px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.linkdetails aside a{
font-size:12px;
.linkdetails aside {
display: inline-block;
white-space: nowrap;
font-size: 12px;
margin-left: 5px;
margin-right: 5px;
}
.linkdetails aside:last-child {
padding-right: 0;
}
.linkdetails aside:nth-child(1) {
text-align: right;
width:88px;
}
.linkdetails aside:nth-child(2) {
text-align: right;
width:67px;
}
.linkdetails aside:nth-child(4) {
margin-left:13px;
}
#toolbox {
padding: 2px;
@ -653,7 +634,7 @@ aside {
* content when first selecting a portal) */
#portaldetails {
min-height: 495px;
min-height: 485px;
}