change system for #1123 and keyboard arrows shortcuts

This commit is contained in:
Thomas Citharel
2015-03-07 22:52:03 +01:00
parent 0ae1e652c9
commit 00dc7622fb
6 changed files with 63 additions and 4 deletions

View File

@ -873,6 +873,20 @@ blockquote {
font-size: 1.5em;
}
.leftPosF {
position: fixed;
right: 24%;
bottom: 2em;
font-size: 1.5em;
}
.rightPosF {
position: fixed;
right: 16%;
bottom: 2em;
font-size: 1.5em;
}
#article_toolbar {
margin-bottom: 1em;
}
@ -970,6 +984,12 @@ pre code {
.topPosF {
right: 2.5em;
}
.leftPosF {
right: 4.5em;
}
.rightPosF {
right: 0.5em;
}
}
@media screen and (max-width: 700px) {
@ -1063,6 +1083,14 @@ pre code {
display: none;
}
#article_toolbar .leftPosF {
display: none;
}
#article_toolbar .rightPosF {
display: none;
}
#article {
width: 100%;
}