~ubuntu-branches/ubuntu/trusty/moodle/trusty

« back to all changes in this revision

Viewing changes to theme/bootstrapbase/less/moodle/course.less

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-01-21 13:40:52 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20140121134052-ym2qvsp2cd9vq0p6
Tags: 2.5.4-1
* New upstream release, fixing security issues:
  - MSA-14-0001 Config passwords visibility issue [CVE-2014-0008]
  - MSA-14-0002 Group constraints lacking in "login as" [CVE-2014-0009]
  - MSA-14-0003 CSRF vulnerability in profile fields [CVE-2014-0010]
* Move /var/lib/moodle directory into package.
* Revert back to bundled yui3. Unfortunately, version in Debian and
  of upstream are not compatible (closes: #735312).

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    vertical-align: text-bottom;
35
35
}
36
36
 
37
 
.site-topic ul.section,
 
37
.sitetopic ul.section {
 
38
    margin: 0;
 
39
}
38
40
.course-content ul.section {
39
41
    margin: 1em;
40
42
}
389
391
.coursebox.remotehost > .info > .name a {
390
392
    background-image:url([[pix:moodle|i/mnethost]]);
391
393
}
392
 
.coursebox > .info > .name,
393
394
.coursebox .content .teachers,
394
395
.coursebox .content .courseimage,
395
396
.coursebox .content .coursefile {
403
404
.coursebox > .info > .name {
404
405
    margin: 5px;
405
406
    padding: 0;
 
407
    float: left;
 
408
    width: auto;
406
409
}
407
410
.coursebox .content .teachers li {
408
411
    list-style-type:none;
499
502
    font-size: @fontSizeSmall;
500
503
}
501
504
 
502
 
.course_category_tree .controls {
503
 
    visibility: hidden;
504
 
}
505
 
.course_category_tree .controls div {
506
 
    display:inline;
507
 
    cursor:pointer;
508
 
}
509
 
.jsenabled .course_category_tree .controls {
510
 
    visibility: visible;
511
 
}
512
 
.course_category_tree .controls {
513
 
    margin-bottom:5px;
514
 
    text-align:right;
515
 
    float:right;
516
 
}
517
 
.course_category_tree .controls div {
518
 
    padding-right:2em;
519
 
    font-size:75%;
520
 
}
521
 
 
522
505
.course_category_tree .category>.info .name {
523
506
    background-image:url([[pix:moodle|t/collapsed_empty]]);
524
507
    background-repeat: no-repeat;
532
515
}
533
516
.course_category_tree .category.with_children>.info .name {
534
517
    background-image:url([[pix:moodle|t/expanded]]);
 
518
    cursor: pointer;
535
519
}
536
520
.course_category_tree .category.with_children.collapsed>.info .name {
537
521
    background-image:url([[pix:moodle|t/collapsed]]);
549
533
    padding:0;
550
534
    margin:3px 0;
551
535
    margin-bottom:3px;
 
536
    clear: both;
552
537
}
553
538
.course_category_tree.frontpage-category-names .category >.info {
554
539
    background:none;