Ajout affichage raccourcis K-Psul avec ctrl+Hw
This commit is contained in:
parent
8d20dbfe24
commit
dc4f0473fe
3 changed files with 111 additions and 0 deletions
|
@ -297,3 +297,47 @@ textarea {
|
|||
.messages .alert-success {
|
||||
color:#333;
|
||||
}
|
||||
|
||||
/*
|
||||
* Help
|
||||
*/
|
||||
|
||||
.help {
|
||||
display:none;
|
||||
position:fixed;
|
||||
top:50px;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
overflow:auto;
|
||||
background:rgba(51,51,51,0.3);
|
||||
z-index:500;
|
||||
}
|
||||
|
||||
.help-box {
|
||||
margin-top:30px;
|
||||
padding-top:1px;
|
||||
padding-bottom:15px;
|
||||
background:rgba(51,51,51,0.7);
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
@media (max-width:768px) {
|
||||
.help-box {
|
||||
margin:20px 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.help h2 {
|
||||
padding:0 15px 20px;
|
||||
border-bottom:1px solid #999;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.help .row > div {
|
||||
padding-right:0;
|
||||
}
|
||||
|
||||
.help h4 {
|
||||
margin:15px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue