1
0
Fork 0
forked from 0x2620/oxjs

some css for text annotations

This commit is contained in:
rlx 2011-02-03 22:58:31 +00:00
commit 2c9d6c7e91
3 changed files with 39 additions and 1 deletions

View file

@ -1284,6 +1284,15 @@ Video
================================================================================
*/
.OxAnnotation {
border-width: 0 0 1px 0;
border-style: solid;
padding: 4px;
}
.OxAnnotation:last-child {
border-width: 0;
}
.OxVideoEditor {
overflow-x: hidden;
overflow-y: auto;