author | durandn |
Mon, 02 Nov 2015 16:03:59 +0100 | |
changeset 176 | ba9f193121c3 |
parent 165 | d7e38162478a |
permissions | -rw-r--r-- |
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
1 |
|
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
2 |
.Ldt-Markers-Marker { |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
3 |
position: absolute; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
4 |
margin-left: -1px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
5 |
border: 1px solid #ffffff; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
6 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
7 |
|
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
8 |
.Ldt-Markers-MarkerBall { |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
9 |
background: #ffffff; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
10 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
11 |
|
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
12 |
.Ldt-Markers-MarkerBall:hover { |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
13 |
background: #bebebe; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
14 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
15 |
|
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
16 |
.Ldt-Markers-List{ |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
17 |
overflow: hidden; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
18 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
19 |
|
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
20 |
.Ldt-Markers-Position { |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
21 |
background: #fc00ff; |
176
ba9f193121c3
Adjustements on Markers scenario (now displays a "teacher" markers row) + Added a new "markers_teacher" scenario to edit the teacher markers and browse user markers
durandn
parents:
165
diff
changeset
|
22 |
position: relative; |
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
23 |
left: 0; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
24 |
margin-left: -1px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
25 |
width: 2px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
26 |
bottom: -1px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
27 |
z-index: 80000; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
28 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
29 |
|
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
30 |
.Ldt-Markers-Inputs{ |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
31 |
background-color: #e0e0e0; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
32 |
margin-top: 1px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
33 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
34 |
|
96
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
35 |
.Ldt-Markers-RoundButton{ |
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
36 |
display: inline-block; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
37 |
background-color: #d93c71; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
38 |
color: #ffffff; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
39 |
cursor: pointer; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
40 |
height: 20px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
41 |
width: 20px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
42 |
border-radius: 20px; |
96
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
43 |
font-size: 25px; |
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
44 |
font-style: bold; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
45 |
border: 1px solid; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
46 |
border-color: #eca3bc #631e34 #36101c #e16e93; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
47 |
cursor: pointer; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
48 |
margin-right: 0px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
49 |
margin-left: 13px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
50 |
margin-bottom: 10px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
51 |
margin-top: 10px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
52 |
padding: 4px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
53 |
text-align: center; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
54 |
vertical-align: top; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
55 |
line-height: 20px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
56 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
57 |
|
176
ba9f193121c3
Adjustements on Markers scenario (now displays a "teacher" markers row) + Added a new "markers_teacher" scenario to edit the teacher markers and browse user markers
durandn
parents:
165
diff
changeset
|
58 |
.Ldt-Markers-RoundButton.Ldt-Markers-CannotCreate, |
ba9f193121c3
Adjustements on Markers scenario (now displays a "teacher" markers row) + Added a new "markers_teacher" scenario to edit the teacher markers and browse user markers
durandn
parents:
165
diff
changeset
|
59 |
.Ldt-Markers-RoundButton.Ldt-Markers-PreviewDelete{ |
115
5b3afe8c5592
Adjustments on Markers: user can't post new marker if too close to another one + clicking the create button will create a "placeholder" marker to show where the marker will be posted
durandn
parents:
96
diff
changeset
|
60 |
background-color: #999999; |
5b3afe8c5592
Adjustments on Markers: user can't post new marker if too close to another one + clicking the create button will create a "placeholder" marker to show where the marker will be posted
durandn
parents:
96
diff
changeset
|
61 |
border-color: #797979 #444444 #222222 #696969; |
5b3afe8c5592
Adjustments on Markers: user can't post new marker if too close to another one + clicking the create button will create a "placeholder" marker to show where the marker will be posted
durandn
parents:
96
diff
changeset
|
62 |
} |
5b3afe8c5592
Adjustments on Markers: user can't post new marker if too close to another one + clicking the create button will create a "placeholder" marker to show where the marker will be posted
durandn
parents:
96
diff
changeset
|
63 |
|
126
d23705b04d7b
Corrections on Marker widget and scenario for remie
durandn
parents:
115
diff
changeset
|
64 |
.Ldt-Markers-RoundButton.Ldt-Markers-Delete{ |
d23705b04d7b
Corrections on Marker widget and scenario for remie
durandn
parents:
115
diff
changeset
|
65 |
line-height: 23px; |
d23705b04d7b
Corrections on Marker widget and scenario for remie
durandn
parents:
115
diff
changeset
|
66 |
text-indent: 2px; |
d23705b04d7b
Corrections on Marker widget and scenario for remie
durandn
parents:
115
diff
changeset
|
67 |
} |
d23705b04d7b
Corrections on Marker widget and scenario for remie
durandn
parents:
115
diff
changeset
|
68 |
|
165
d7e38162478a
Added 2 preview scenarii for remie + made remie iframes load jquery.js instead of jquery.min.js in an attemps to fix
durandn
parents:
126
diff
changeset
|
69 |
.Ldt-Markers-RoundButton.Ldt-Markers-PreviewDelete{ |
d7e38162478a
Added 2 preview scenarii for remie + made remie iframes load jquery.js instead of jquery.min.js in an attemps to fix
durandn
parents:
126
diff
changeset
|
70 |
line-height: 23px; |
d7e38162478a
Added 2 preview scenarii for remie + made remie iframes load jquery.js instead of jquery.min.js in an attemps to fix
durandn
parents:
126
diff
changeset
|
71 |
text-indent: 2px; |
d7e38162478a
Added 2 preview scenarii for remie + made remie iframes load jquery.js instead of jquery.min.js in an attemps to fix
durandn
parents:
126
diff
changeset
|
72 |
} |
d7e38162478a
Added 2 preview scenarii for remie + made remie iframes load jquery.js instead of jquery.min.js in an attemps to fix
durandn
parents:
126
diff
changeset
|
73 |
|
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
74 |
.Ldt-Markers-Info{ |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
75 |
width: 90%; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
76 |
display: inline-block; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
77 |
margin: 0px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
78 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
79 |
|
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
80 |
.Ldt-Markers-Screen{ |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
81 |
margin: 0px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
82 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
83 |
|
96
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
84 |
.Ldt-Markers-ScreenSending, .Ldt-Markers-ScreenFailure, .Ldt-Markers-ScreenSuccess, |
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
85 |
.Ldt-Markers-ScreenConfirmDelete, .Ldt-Markers-ScreenDeleteSuccess{ |
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
86 |
text-align: center; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
87 |
vertical-align: middle; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
88 |
line-height: 125px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
89 |
font-size: 18px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
90 |
font-weight: bold; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
91 |
color: #68273C; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
92 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
93 |
|
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
94 |
.Ldt-Markers-Screen-InnerBox{ |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
95 |
border: 1px solid #CCCCCC; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
96 |
background: #FFFFFF; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
97 |
color: #FF3B77; text-align: center; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
98 |
font-size: 13px; font-weight: bold; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
99 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
100 |
|
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
101 |
a.Ldt-Markers-Close { |
176
ba9f193121c3
Adjustements on Markers scenario (now displays a "teacher" markers row) + Added a new "markers_teacher" scenario to edit the teacher markers and browse user markers
durandn
parents:
165
diff
changeset
|
102 |
position: relative; |
ba9f193121c3
Adjustements on Markers scenario (now displays a "teacher" markers row) + Added a new "markers_teacher" scenario to edit the teacher markers and browse user markers
durandn
parents:
165
diff
changeset
|
103 |
float: right; |
ba9f193121c3
Adjustements on Markers scenario (now displays a "teacher" markers row) + Added a new "markers_teacher" scenario to edit the teacher markers and browse user markers
durandn
parents:
165
diff
changeset
|
104 |
right: 2px; |
ba9f193121c3
Adjustements on Markers scenario (now displays a "teacher" markers row) + Added a new "markers_teacher" scenario to edit the teacher markers and browse user markers
durandn
parents:
165
diff
changeset
|
105 |
top: 2px; |
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
106 |
display: inline-block; width: 17px; height: 17px; margin: 4px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
107 |
background: url(img/widget-control.png); |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
108 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
109 |
|
96
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
110 |
a.Ldt-Markers-Screen-SubmitDelete, a.Ldt-Markers-Screen-CancelDelete { |
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
111 |
color: #3366BB; |
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
112 |
cursor: pointer; |
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
113 |
} |
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
114 |
|
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
115 |
a.Ldt-Markers-Screen-SubmitDelete:hover, a.Ldt-Markers-Screen-CancelDelete:hover { |
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
116 |
color: #3a75ff; |
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
117 |
} |
b3cb1d4f07aa
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
durandn
parents:
78
diff
changeset
|
118 |
|
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
119 |
.Ldt-Markers-MarkerDescription{ |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
120 |
width: 90%; |
78
3926ac9e5c77
Small corrections on Markers widget + corrections on headers for LastAnnotation and AnnotationsList
durandn
parents:
77
diff
changeset
|
121 |
border: 1px solid #68273c; |
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
122 |
margin: 10px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
123 |
padding: 10px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
124 |
background: #ffffff; |
176
ba9f193121c3
Adjustements on Markers scenario (now displays a "teacher" markers row) + Added a new "markers_teacher" scenario to edit the teacher markers and browse user markers
durandn
parents:
165
diff
changeset
|
125 |
overflow: scroll; |
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
126 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
127 |
|
78
3926ac9e5c77
Small corrections on Markers widget + corrections on headers for LastAnnotation and AnnotationsList
durandn
parents:
77
diff
changeset
|
128 |
.Ldt-Markers-MarkerDescription:hover{ |
3926ac9e5c77
Small corrections on Markers widget + corrections on headers for LastAnnotation and AnnotationsList
durandn
parents:
77
diff
changeset
|
129 |
border: 2px solid #e87d9f; |
3926ac9e5c77
Small corrections on Markers widget + corrections on headers for LastAnnotation and AnnotationsList
durandn
parents:
77
diff
changeset
|
130 |
} |
3926ac9e5c77
Small corrections on Markers widget + corrections on headers for LastAnnotation and AnnotationsList
durandn
parents:
77
diff
changeset
|
131 |
|
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
132 |
.Ldt-Markers-MarkerEdit{ |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
133 |
width: 100%; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
134 |
margin: 10px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
135 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
136 |
|
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
137 |
.Ldt-Markers-MarkerTextArea{ |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
138 |
height: auto; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
139 |
width: auto; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
140 |
max-width: 82%; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
141 |
max-height: 100%; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
142 |
padding: 10px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
143 |
background: #ffffff; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
144 |
border: 2px solid #e87d9f; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
145 |
margin: 0px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
146 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
147 |
|
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
148 |
.Ldt-Markers-Buttons{ |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
149 |
display: inline-block; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
150 |
width: 17%; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
151 |
vertical-align: top; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
152 |
} |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
153 |
|
165
d7e38162478a
Added 2 preview scenarii for remie + made remie iframes load jquery.js instead of jquery.min.js in an attemps to fix
durandn
parents:
126
diff
changeset
|
154 |
.Ldt-Markers-MarkerSend, .Ldt-Markers-MarkerPreviewSend, .Ldt-Markers-MarkerCancel{ |
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
155 |
display: inline-block; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
156 |
background-color: #d93c71; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
157 |
color: #ffffff; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
158 |
cursor: pointer; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
159 |
height: 20px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
160 |
width: 80px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
161 |
font-size: 11; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
162 |
font-style: bold; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
163 |
border: 1px solid; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
164 |
border-color: #eca3bc #631e34 #36101c #e16e93; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
165 |
cursor: pointer; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
166 |
margin-right: 5px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
167 |
margin-left: 5px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
168 |
margin-bottom: 10px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
169 |
margin-top: 0px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
170 |
padding: 4px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
171 |
text-align: center; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
172 |
vertical-align: top; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
173 |
line-height: 20px; |
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
174 |
vertical-align: top; |
78
3926ac9e5c77
Small corrections on Markers widget + corrections on headers for LastAnnotation and AnnotationsList
durandn
parents:
77
diff
changeset
|
175 |
} |
3926ac9e5c77
Small corrections on Markers widget + corrections on headers for LastAnnotation and AnnotationsList
durandn
parents:
77
diff
changeset
|
176 |
|
165
d7e38162478a
Added 2 preview scenarii for remie + made remie iframes load jquery.js instead of jquery.min.js in an attemps to fix
durandn
parents:
126
diff
changeset
|
177 |
.Ldt-Markers-RoundButton:hover, .Ldt-Markers-MarkerSend:hover, .Ldt-Markers-MarkerPreviewSend:hover, .Ldt-Markers-MarkerCancel:hover{ |
78
3926ac9e5c77
Small corrections on Markers widget + corrections on headers for LastAnnotation and AnnotationsList
durandn
parents:
77
diff
changeset
|
178 |
background-color: #e15581; |
3926ac9e5c77
Small corrections on Markers widget + corrections on headers for LastAnnotation and AnnotationsList
durandn
parents:
77
diff
changeset
|
179 |
border-color: #222222 #e87d9f #f0adc3 #68273c; |
115
5b3afe8c5592
Adjustments on Markers: user can't post new marker if too close to another one + clicking the create button will create a "placeholder" marker to show where the marker will be posted
durandn
parents:
96
diff
changeset
|
180 |
} |
5b3afe8c5592
Adjustments on Markers: user can't post new marker if too close to another one + clicking the create button will create a "placeholder" marker to show where the marker will be posted
durandn
parents:
96
diff
changeset
|
181 |
|
176
ba9f193121c3
Adjustements on Markers scenario (now displays a "teacher" markers row) + Added a new "markers_teacher" scenario to edit the teacher markers and browse user markers
durandn
parents:
165
diff
changeset
|
182 |
.Ldt-Markers-RoundButton.Ldt-Markers-CannotCreate:hover, |
ba9f193121c3
Adjustements on Markers scenario (now displays a "teacher" markers row) + Added a new "markers_teacher" scenario to edit the teacher markers and browse user markers
durandn
parents:
165
diff
changeset
|
183 |
.Ldt-Markers-RoundButton.Ldt-Markers-PreviewDelete:hover{ |
115
5b3afe8c5592
Adjustments on Markers: user can't post new marker if too close to another one + clicking the create button will create a "placeholder" marker to show where the marker will be posted
durandn
parents:
96
diff
changeset
|
184 |
background-color: #999999; |
5b3afe8c5592
Adjustments on Markers: user can't post new marker if too close to another one + clicking the create button will create a "placeholder" marker to show where the marker will be posted
durandn
parents:
96
diff
changeset
|
185 |
border-color: #797979 #444444 #222222 #696969; |
77
692b9d9fd29f
Adding Marker widget for creating, editing and displaying no-duration annotations + changes to iframes
durandn
parents:
diff
changeset
|
186 |
} |