Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
d6549d2e
Commit
d6549d2e
authored
Oct 15, 2014
by
lduarte1991
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Annotation Tools: CSS fixes for editor
parent
fea2ba5e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
common/static/css/vendor/ova/richText-annotator.css
+5
-0
common/static/js/vendor/ova/OpenSeaDragonAnnotation.js
+1
-1
common/static/js/vendor/ova/catch/js/catch.js
+0
-1
No files found.
common/static/css/vendor/ova/richText-annotator.css
View file @
d6549d2e
...
...
@@ -47,3 +47,8 @@ div.mce-tinymce.mce-container.mce-panel {
background-image
:
url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QkBBB07nraNoQAAAhZJREFUKM+NkstrE1EUxr+5c08ykztpJtVoazHBF8FgQQzonyBKEZS6FrQKLl0EXBRT0ZULJSs3oii4TyHgu90IlTaL6qouWlv7Ck1N0BSnmZk714WbPHz07M4534+Pw3eAHdTY8A9+Nd9/bshU1DpnO4HXjh2ZY2J9/OSTxHTrnP8PvJYf+BDQ6qEDaQBB43jrTusUFy4oPjsYWYzF+VS91nxLYfdhKgONaQT3W/KMxr1XY5e+qj86f8zsKYYsZ6AvjWFzA8ORHkAnwN8So7evzL/8pzMAXL/Hq8mMv1up371T7Z+/c3n9cKeuDS6Xy6dN07zLuZ56Onk2Ed2/ANJsnE/PQMpgyffle+kYzwazB1+3waVS6X48Hr9BRPB9H57nYXplFKeSt8D1Hriug9XKF0x+Lmw+ys8m2m42DOOn4zhQSsGyLOi6jqONm9isbmFVFlDbaGKx8QaB1rvdlbNhGLAsC0IIGIYBIQSy2ROQ0oOp7wOPraHXEugRvDtnzjmi0SiICEIIEBGklAB9B6cmbG0AUnrY5m73h+m6DsYYTNMEYwxEBMY0hGNVhHkcZigBO9qHlDHS7cwYg23bAIBQKAQigud7IH0XwtxDoHwEIQ9SLKx0wa7rPiaivYyxESklXNeFBg0mjyNQTQSuATMSm6ipuYt//eVcLhdeXl5+UKlUlur1upqamVAv3j3/VCyOD3VqfwF6uLp3q+vMcgAAAABJRU5ErkJggg==')
;
background-repeat
:
no-repeat
;
}
/* Fixes conflicting design between tinymce css and annotator css */
.mce-ico.mce-i-resize
{
font-family
:
'tinymce'
;
}
common/static/js/vendor/ova/OpenSeaDragonAnnotation.js
View file @
d6549d2e
...
...
@@ -187,7 +187,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
}
// if the colored highlights by tags plugin it is notified to colorize
annotator
.
publish
(
'colorizeHighlight
'
,
[
an
]);
annotator
.
publish
(
'externalCallToHighlightTags
'
,
[
an
]);
},
/**
...
...
common/static/js/vendor/ova/catch/js/catch.js
View file @
d6549d2e
...
...
@@ -1012,7 +1012,6 @@ CatchAnnotation.prototype = {
// Set vertical editor
this
.
annotator
.
editor
.
resetOrientation
();
this
.
annotator
.
editor
.
invertY
();
this
.
annotator
.
editor
.
element
.
find
(
'.annotator-widget'
).
css
(
'min-width'
,
replyElem
.
css
(
'width'
));
// set parent
var
parentValue
=
$
(
this
.
annotator
.
editor
.
element
).
find
(
".reply-item span.parent-annotation"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment