1
0
Fork 0
forked from 0x2620/oxjs

refactoring editor to include annotations

This commit is contained in:
rlx 2011-02-03 21:39:22 +00:00
commit 873951163c
3 changed files with 83 additions and 10 deletions

View file

@ -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;