writting mode resize editor

This commit is contained in:
life
2014-05-15 22:41:29 +08:00
parent 8f86baa616
commit 872f4e68cf
6 changed files with 21 additions and 0 deletions

View File

@ -1113,3 +1113,6 @@ background-position:-1px -670px
margin-top: 10px;
visibility: hidden;
}
#toggleEditorMode {
margin: 0 10px !important;
}

View File

@ -1204,4 +1204,8 @@ background-position:-1px -670px
content: url(../../images/loading-a-20.gif);
margin-top:10px;
visibility: hidden;
}
#toggleEditorMode {
margin: 0 10px !important;
}

View File

@ -1079,3 +1079,6 @@ background-position:-1px -670px
margin-top: 10px;
visibility: hidden;
}
#toggleEditorMode {
margin: 0 10px !important;
}

View File

@ -1165,4 +1165,8 @@ background-position:-1px -670px
content: url(../../images/loading-a-20-black.gif);
margin-top:10px;
visibility: hidden;
}
#toggleEditorMode {
margin: 0 10px !important;
}

View File

@ -960,3 +960,6 @@ body {
#moreBtn {
right: 0 !important;
}
#toggleEditorMode {
margin: 0 10px !important;
}

View File

@ -1055,4 +1055,8 @@ body {
}
#moreBtn {
right: 0 !important;
}
#toggleEditorMode {
margin: 0 10px !important;
}