refactoring editor to include annotations
This commit is contained in:
parent
08fd5b5870
commit
873951163c
3 changed files with 83 additions and 10 deletions
|
|
@ -291,7 +291,6 @@ input::-moz-focus-inner {
|
|||
textarea {
|
||||
//padding: 2px 4px 2px 4px;
|
||||
padding: 0 4px 0 4px;
|
||||
margin: -1px 0 0 0;
|
||||
resize: none;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
|
|
@ -1285,11 +1284,11 @@ Video
|
|||
================================================================================
|
||||
*/
|
||||
|
||||
.OxEditor {
|
||||
.OxVideoEditor {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.OxEditor .OxVideoPlayer {
|
||||
.OxVideoEditor .OxVideoPlayer {
|
||||
position: absolute;
|
||||
margin: 4px;
|
||||
//background: red;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue