wiki fullscreen optimisation

This commit is contained in:
Mario Vavti
2016-12-10 15:08:49 +01:00
parent 0a6916e1b9
commit 0315077daf
3 changed files with 35 additions and 8 deletions

View File

@@ -2,11 +2,20 @@
position: relative;
width: 100%;
height: 500px;
border: 1px solid #ccc;
border-top: 0px;
}
#editor {
width: 100%;
height: 500px;
border: 1px solid #ccc;
border-top: 0px;
display: inherit;
}
#id_commitMsg_wrapper {
margin-top: 3px;
}
.fade.in {