fix: center panel vertically
This commit is contained in:
parent
4347eacb87
commit
736240d41c
3 changed files with 5 additions and 7 deletions
1
done.txt
1
done.txt
|
|
@ -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 help on top of panel mode (always top)
|
||||
x 2015-03-25 info page
|
||||
x 2015-03-25 center panel mode vertically
|
||||
|
|
|
|||
10
sahli.css
10
sahli.css
|
|
@ -83,7 +83,7 @@ h1.help {
|
|||
padding: .15ex;
|
||||
}
|
||||
|
||||
ul.keylist li.nodot {
|
||||
ul.keylist nodot {
|
||||
list-style: none;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
|
@ -144,28 +144,26 @@ p.infobox {
|
|||
|
||||
#panel {
|
||||
width: 100%;
|
||||
background: #0a0a0f;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
font-family: microknight;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
top: 50%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.panelcolumn {
|
||||
|
||||
color: transparent;
|
||||
width: 2em;
|
||||
background: #082020;
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.nosb {
|
||||
overflow: hidden;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
|
|||
1
todo.txt
1
todo.txt
|
|
@ -4,7 +4,6 @@
|
|||
(D) THUMBNAILS - for returning to partymeister @PARTYMEISTER
|
||||
(D) implement package import from partymeister @PARTYMEISTER
|
||||
(D) hook for progress @progress @PARTYMEISTER
|
||||
(A) center panel mode vertically
|
||||
(C) SAHLI ansi & ascii for load page
|
||||
(C) redo load page (not popup, info)
|
||||
(B) Preload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue