wiki fullscreen optimisation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user