Proyectos de Subversion Moodle

Rev

Rev 964 | Rev 994 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 964 Rev 970
Línea 1... Línea 1...
1
#cesa_notes-opener {
1
#cesa_notes-opener {
2
  width: 25px;
-
 
3
  height: 25px;
2
  background: #443355;
4
}
3
}
Línea 5... Línea -...
5
 
-
 
6
 
4
 
7
.cesa_notes-opener.cesa_notes-pos-rb {
5
.cesa_notes-opener.cesa_notes-pos-rb {
8
  border-radius: 15px;
6
  border-radius: 5px;
9
  background-color: #30a8df;
7
  background-color: #30a8df;
Línea 10... Línea 8...
10
}
8
}
11
 
9
 
12
div.mdl-align {
10
div.mdl-align {
-
 
11
  min-height: 470px;
13
  min-height: 470px;
12
}
14
}
13
 
15
.cesa_notes-pos-inline-text {
14
.cesa_notes-pos-inline-text {
16
  padding: 10px;
15
  padding: 10px;
17
  margin-left: 35px;
16
  margin-left: 35px;
Línea 89... Línea 88...
89
.cesa_notes-pos-lb,
88
.cesa_notes-pos-lb,
90
.cesa_notes-pos-rt,
89
.cesa_notes-pos-rt,
91
.cesa_notes-pos-lt {
90
.cesa_notes-pos-lt {
92
  width: 40px;
91
  width: 40px;
93
  height: 40px;
92
  height: 40px;
-
 
93
  position: fixed;
94
  padding: 0;
94
  padding: 0;
95
  border-radius: 30px;
95
  border-radius: 30px;
96
  text-align: center;
96
  text-align: center;
97
}
97
}
98
.cesa_notes-pos-rb {
98
.cesa_notes-pos-rb {
Línea 297... Línea 297...
297
 
297
 
298
.cesa_notes_base .tab {
298
.cesa_notes_base .tab {
299
    clear: both;
299
    clear: both;
300
    width: auto;
300
    width: auto;
301
}
-
 
302
.cesa_notes_base .tab .tab-content {
-
 
303
  /* display: none; */
301
}
304
}
302
 
305
.cesa_notes_base .tab .tab-content .notes-info {
303
.cesa_notes_base .tab .tab-content .notes-info {
306
  display: none;
304
  display: none;
307
  background: #ffe6a4;
305
  background: #ffe6a4;
308
  padding: 5px;
306
  padding: 5px;
309
  position: relative;
307
  position: relative;
-
 
308
}
310
}
309
 
311
.cesa_notes_base .tab .tab-content .notes-info .count {
310
.cesa_notes_base .tab .tab-content .notes-info .count {
312
  color: #000;
311
  color: #000;
-
 
312
}
313
}
313
 
314
.cesa_notes_base .tab .tab-content .notes-info .cesa_notes-paging {
314
.cesa_notes_base .tab .tab-content .notes-info .cesa_notes-paging {
315
  position: absolute;
315
  position: absolute;
316
  right: 0;
316
  right: 0;
-
 
317
}
317
}
318
 
318
.cesa_notes_base .tab .tab-content .notes-info .cesa_notes-paging .paging a {
319
.cesa_notes_base .tab .tab-content .notes-info .cesa_notes-paging .paging a {
319
  margin: 5px;
320
  margin: 5px;
320
  background: #c1621e;
321
  background: #c1621e;
321
  padding: 4px 10px;
322
  padding: 4px 10px;
Línea 357... Línea 358...
357
  overflow: hidden;
358
  overflow: hidden;
358
  padding-right: 1rem;
359
  padding-right: 1rem;
359
  text-align: start;
360
  text-align: start;
360
  margin: 0.7rem 0;
361
  margin: 0.7rem 0;
361
  font-size: 0.8rem;
362
  font-size: 0.8rem;
362
  -webkit-line-clamp: 2;
363
  line-clamp: 2;
363
}
364
}
Línea 364... Línea 365...
364
 
365
 
365
.j-delete-cesa-note {
366
.j-delete-cesa-note {
366
  display: none;
367
  display: none;