fix: center panel vertically

This commit is contained in:
Iam Naughton Phier 2015-03-25 16:27:47 +02:00
parent 4347eacb87
commit 736240d41c
3 changed files with 5 additions and 7 deletions

View file

@ -38,3 +38,4 @@ x 2015-03-25 XBIN @OTHER
x 2015-03-25 remove the SAUCE lines at bottom, return ANSI object for render @SAUCE x 2015-03-25 remove the SAUCE lines at bottom, return ANSI object for render @SAUCE
x 2015-03-25 help on top of panel mode (always top) x 2015-03-25 help on top of panel mode (always top)
x 2015-03-25 info page x 2015-03-25 info page
x 2015-03-25 center panel mode vertically

View file

@ -83,7 +83,7 @@ h1.help {
padding: .15ex; padding: .15ex;
} }
ul.keylist li.nodot { ul.keylist nodot {
list-style: none; list-style: none;
padding-left: 2em; padding-left: 2em;
} }
@ -144,28 +144,26 @@ p.infobox {
#panel { #panel {
width: 100%; width: 100%;
background: #0a0a0f;
height: 100%; height: 100%;
border: 0; border: 0;
font-family: microknight; font-family: microknight;
position: absolute; position: fixed;
left: 0; left: 0;
top: 0; top: 50%;
padding: 0; padding: 0;
margin: 0; margin: 0;
text-align: center; text-align: center;
} }
.panelcolumn { .panelcolumn {
color: transparent; color: transparent;
width: 2em; width: 2em;
background: #082020;
display: inline-table; display: inline-table;
} }
.nosb { .nosb {
overflow: hidden; overflow: hidden;
transform: translateY(-50%);
} }
@font-face { @font-face {

View file

@ -4,7 +4,6 @@
(D) THUMBNAILS - for returning to partymeister @PARTYMEISTER (D) THUMBNAILS - for returning to partymeister @PARTYMEISTER
(D) implement package import from partymeister @PARTYMEISTER (D) implement package import from partymeister @PARTYMEISTER
(D) hook for progress @progress @PARTYMEISTER (D) hook for progress @progress @PARTYMEISTER
(A) center panel mode vertically
(C) SAHLI ansi & ascii for load page (C) SAHLI ansi & ascii for load page
(C) redo load page (not popup, info) (C) redo load page (not popup, info)
(B) Preload (B) Preload