Ajout affichage raccourcis K-Psul avec ctrl+Hw

This commit is contained in:
Aurélien Delobelle 2016-09-11 22:55:46 +02:00
parent 8d20dbfe24
commit dc4f0473fe
3 changed files with 111 additions and 0 deletions

View file

@ -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;
}