Clean up some wasted vertical space in sidebar

Clean up some wasted vertical space in sidebar and make other small
changes so more fits on 1366x768 screens (most common res) without
scrolling.
This commit is contained in:
vita10gy 2013-03-23 00:00:12 -05:00
parent f259d550e9
commit 5199b841cc
2 changed files with 22 additions and 17 deletions

View File

@ -36,7 +36,7 @@ var setup = function() {
$('head').append('<style>' +
'.res #address { border: 1px solid #0076b6; }' +
'.enl #address { border: 1px solid #017f01; }' +
'#address { margin:5px; padding:3px; margin-top:120px; margin-right:8px; font-size:11px; background-color:rgba(0, 0, 0, 0.7); text-align:center; white-space:nowrap; overflow:hidden; }' +
'#address { margin:5px; padding:3px; margin-top:110px; margin-right:8px; font-size:11px; background-color:rgba(0, 0, 0, 0.7); text-align:center; white-space:nowrap; overflow:hidden; }' +
'</style>');
}

View File

@ -375,7 +375,7 @@ h2 #signout {
h2 sup, h2 sub {
display: block;
font-size: 11px;
margin-bottom: -1px;
margin-bottom: -2px;
}
@ -408,8 +408,8 @@ input {
background-color: rgba(0, 0, 0, 0.3);
color: #ffce00;
height: 24px;
padding:3px 4px 1px 4px;
font-size: 14px;
padding:0px 4px 0px 4px;
font-size: 12px;
border:0;
font-family:inherit;
-webkit-box-sizing: border-box;
@ -437,10 +437,10 @@ input {
/* portal title and image */
h3 {
font-size: 17px;
font-size: 16px;
padding: 0 4px;
margin:0;
height: 25px;
height: 23px;
width: 100%;
overflow:hidden;
text-overflow: "~";
@ -451,7 +451,7 @@ h3 {
}
.imgpreview {
height: 200px;
height: 190px;
background: no-repeat center center;
background-size: contain;
cursor: help;
@ -472,10 +472,9 @@ h3 {
/* portal mods */
.mods {
margin: 5px auto 1px auto;
padding: 0 2px;
margin: 3px auto 1px auto;
width: 296px;
height: 75px;
height: 67px;
text-align: center;
}
@ -532,6 +531,7 @@ h3 {
font-weight: normal;
text-align: right;
width: 62px;
padding:0px;
padding-right:4px;
padding-left:4px;
}
@ -554,8 +554,8 @@ h3 {
#randdetails {
margin-top: 9px;
margin-bottom: 9px;
margin-top: 4px;
margin-bottom: 5px;
}
@ -566,7 +566,7 @@ h3 {
/* resonators */
#resodetails {
margin-bottom: 9px;
margin-bottom: 0px;
}
.meter {
@ -599,7 +599,7 @@ h3 {
/* links below resos */
.linkdetails {
margin-bottom: 8px;
margin-bottom: 0px;
}
aside {
@ -611,6 +611,10 @@ aside {
text-align: center;
}
.linkdetails aside a{
font-size:12px;
}
.linkdetails aside:last-child {
padding-right: 0;
}
@ -630,19 +634,20 @@ aside {
}
#toolbox {
padding: 4px 2px;
padding: 2px;
font-size:90%;
}
#toolbox > a {
padding: 4px;
padding: 2px;
padding-right:6px;
}
/* a common portal display takes this much space (prevents moving
* content when first selecting a portal) */
#portaldetails {
min-height: 553px;
min-height: 495px;
}