Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-mod_pdfannotator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-mod_pdfannotator
Commits
0b883ae5
Commit
0b883ae5
authored
3 years ago
by
Friederike Schwager
Browse files
Options
Downloads
Patches
Plain Diff
fix css problems with atto editor (lists, fullscreen)
parent
cab3e307
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
styles.css
+5
-2
5 additions, 2 deletions
styles.css
templates/index.mustache
+1
-1
1 addition, 1 deletion
templates/index.mustache
with
6 additions
and
3 deletions
styles.css
+
5
−
2
View file @
0b883ae5
...
...
@@ -373,7 +373,7 @@ body {
padding
:
0
;
}
.path-mod-pdfannotator
#comment-wrapper
.comment-list
{
.path-mod-pdfannotator
#comment-wrapper
.
pdfannotator-
comment-list
{
font-size
:
12px
;
position
:
relative
;
top
:
0
;
...
...
@@ -403,6 +403,9 @@ body {
bottom
:
0
;
padding
:
10px
;
}
.path-mod-pdfannotator
#comment-wrapper
.editor_atto
{
/* Editor in fullscreen must be over the toolbar and annotations. */
z-index
:
60
;
}
.path-mod-pdfannotator
#comment-wrapper
.editor_atto_content
{
border-width
:
0px
1px
1px
1px
;
border-style
:
solid
;
...
...
@@ -612,7 +615,7 @@ body {
.path-mod-pdfannotator
.chat-message
textarea
,
.path-mod-pdfannotator
#comment-wrapper
.editor_atto_content
{
width
:
100%
;
height
:
10em
!important
;
min-
height
:
10em
!important
;
}
.path-mod-pdfannotator
.cursor-area
*
{
...
...
This diff is collapsed.
Click to expand it.
templates/index.mustache
+
1
−
1
View file @
0b883ae5
...
...
@@ -124,7 +124,7 @@
</button>
</form>
</div>
<div
class=
"comment-list"
>
<div
class=
"
pdfannotator-
comment-list"
>
<div
class=
"comment-list-container"
>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment