mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Always display the test overview panel
This commit is contained in:
parent
1b409d7b9d
commit
bec2c3692d
1 changed files with 2 additions and 2 deletions
|
@ -188,9 +188,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#stats {
|
#stats {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
right: 10px;
|
right: 52%;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #888;
|
color: #888;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue