- added new "Server info panel" to the login page - added new cronjob to delete expired cookie authentication data
25 lines
338 B
SCSS
25 lines
338 B
SCSS
#pf-server-panel{
|
|
position: fixed;
|
|
top: 50px;
|
|
min-width: 100px;
|
|
left: 10px;
|
|
border-radius: 5px;
|
|
padding: 7px;
|
|
box-shadow: 0 4px 10px rgba(0,0,0,0.4);
|
|
background: {
|
|
color: rgba(43, 43, 43, 0.7);
|
|
}
|
|
|
|
h4{
|
|
margin: 5px 0 10px 0;
|
|
}
|
|
|
|
ul{
|
|
margin-bottom: 0;
|
|
|
|
li{
|
|
text-transform: lowercase;
|
|
}
|
|
}
|
|
|
|
} |