Proyectos de Subversion Moodle

Rev

Rev 995 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 995 Rev 1098
Línea 194... Línea 194...
194
.cesa_notes_base textArea {
194
.cesa_notes_base textArea {
195
  width: 100%;
195
  width: 100%;
196
  max-width: 100%;
196
  max-width: 100%;
197
  margin: 0;
197
  margin: 0;
198
  padding: 0;
198
  padding: 0;
199
  min-height: 20rem;
199
  min-height: 10rem;
200
  height: 55vh;
200
  height: 15vh !important;
201
  border: none;
201
  border: none;
202
  box-shadow: none;
202
  box-shadow: none;
203
}
203
}
Línea 204... Línea 204...
204
 
204
 
Línea 365... Línea 365...
365
 
365
 
366
.j-delete-cesa-note {
366
.j-delete-cesa-note {
367
  display: none;
367
  display: none;
368
  margin: auto;
368
  margin: auto;
369
  margin-left: 0;
369
  margin-left: 0;
370
  background: #f4e6a6;
370
  background: #002389;
371
  color: #383838;
371
  color: #FFF;
372
  border: none;
372
  border: none;
373
  border-radius: 3px;
373
  border-radius: 5px;
374
  padding: 0.2rem 0.5rem;
374
  padding: .2rem .5rem;
375
  font-size: 0.7rem;
375
  font-size: .7rem;
376
  line-height: 1.5;
376
  line-height: 1.5;
Línea 377... Línea 377...
377
}
377
}
378
 
378
 
Línea 450... Línea 450...
450
  margin: auto;
450
  margin: auto;
451
}
451
}
452
#page-mod-zoom-view .no-overflow span{
452
#page-mod-zoom-view .no-overflow span{
453
  font-size: .9rem !important;
453
  font-size: .9rem !important;
454
  font-weight: 400;
454
  font-weight: 400;
-
 
455
}
-
 
456
 
-
 
457
button#addmynote_submit {
-
 
458
  border-radius: 5px;
-
 
459
  border: none;
-
 
460
  background: #002389;
-
 
461
  color: #fff;
455
}
462
}
456
463