php: add description for user rights

This commit is contained in:
Aleksandr Fedorov
2021-04-27 00:46:08 +03:00
parent 48ce83c494
commit f691ac8069
4 changed files with 70 additions and 13 deletions

View File

@ -30,6 +30,7 @@ body {
font-weight: normal;
height: 100%;
margin: 0;
overflow-y: overlay;
padding: 0;
text-decoration: none;
}
@ -577,18 +578,20 @@ footer a:hover {
box-shadow: 0px 7px 25px rgba(85, 85, 85, 0.15);
color: #666666;
line-height: 160%;
max-width: 312px;
max-width: 455px;
padding: 14px;
position: absolute;
}
.tooltip ul{
margin: 0;
}
.arrow{
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 8px solid #FFFFFF;
left: -4px;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}