writting mode resize editor
This commit is contained in:
@ -1113,3 +1113,6 @@ background-position:-1px -670px
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
#toggleEditorMode {
|
||||||
|
margin: 0 10px !important;
|
||||||
|
}
|
||||||
|
@ -1204,4 +1204,8 @@ background-position:-1px -670px
|
|||||||
content: url(../../images/loading-a-20.gif);
|
content: url(../../images/loading-a-20.gif);
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#toggleEditorMode {
|
||||||
|
margin: 0 10px !important;
|
||||||
}
|
}
|
@ -1079,3 +1079,6 @@ background-position:-1px -670px
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
#toggleEditorMode {
|
||||||
|
margin: 0 10px !important;
|
||||||
|
}
|
||||||
|
@ -1165,4 +1165,8 @@ background-position:-1px -670px
|
|||||||
content: url(../../images/loading-a-20-black.gif);
|
content: url(../../images/loading-a-20-black.gif);
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#toggleEditorMode {
|
||||||
|
margin: 0 10px !important;
|
||||||
}
|
}
|
@ -960,3 +960,6 @@ body {
|
|||||||
#moreBtn {
|
#moreBtn {
|
||||||
right: 0 !important;
|
right: 0 !important;
|
||||||
}
|
}
|
||||||
|
#toggleEditorMode {
|
||||||
|
margin: 0 10px !important;
|
||||||
|
}
|
||||||
|
@ -1055,4 +1055,8 @@ body {
|
|||||||
}
|
}
|
||||||
#moreBtn {
|
#moreBtn {
|
||||||
right: 0 !important;
|
right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#toggleEditorMode {
|
||||||
|
margin: 0 10px !important;
|
||||||
}
|
}
|
Reference in New Issue
Block a user