display: none;
}
.statusok {
- @extend .label-success;
+ @extend .tag-success;
}
.statuswarning {
- @extend .label-warning;
+ @extend .tag-warning;
}
.statusserious,
.statuscritical {
- @extend .label-danger;
+ @extend .tag-danger;
}
#page-admin-report-capability-index #capabilitysearch {
#page-admin-report-backups-index .backup-error,
#page-admin-report-backups-index .backup-unfinished {
- @extend .label-danger;
+ @extend .tag-danger;
}
#page-admin-report-backups-index .backup-skipped,
#page-admin-report-backups-index .backup-ok,
#page-admin-report-backups-index .backup-notyetrun {
- @extend .label-success;
+ @extend .tag-success;
}
#page-admin-report-backups-index .backup-warning {
- @extend .label-warning;
+ @extend .tag-warning;
}
#page-admin-qtypes .disabled,
}
#page-admin-index .updateplugin .updatepluginconfirmexternal {
- @extend .label-warning;
+ @extend .tag-warning;
}
#page-admin-user-user_bulk #users .fgroup {
}
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity200 .info.release {
- @extend .label-info;
+ @extend .tag-info;
}
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity100 .info.release,
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity150 .info.release {
- @extend .label-warning;
+ @extend .tag-warning;
}
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity50 .info.release {
- @extend .label-danger;
+ @extend .tag-danger;
}
// Plugins overview page at admin/plugins.php
display: block;
width: 100%;
padding: 0;
- margin-bottom: $line-height;
+ margin-bottom: $line-height-base;
font-size: $font-size-base * 1.5;
- line-height: $line-height * 2;
+ line-height: $line-height-base * 2;
color: $gray-dark;
border: 0;
border-bottom: 1px solid #e5e5e5;
#addcontrols {
// The margin top is equal the combination of the line-height and margin of a <p>,
// because the visual parent is a <p>.
- margin-top: $line-height + ($line-height / 2);
+ margin-top: $line-height-base + ($line-height-base / 2);
text-align: center;
margin-bottom: 3em;
label {
display: inline-block;
.fitem {
display: inline-block;
- line-height: $line-height * 2;
+ line-height: $line-height-base * 2;
margin-right: .3em;
white-space: nowrap;
label {
display: inline;
- line-height: $line-height;
+ line-height: $line-height-base;
padding-right: .3em;
}
:before,
background-color: $gray-lighter;
}
.course-content .current {
- @extend .label-info;
+ @extend .tag-info;
}
.course-content .section-summary {
border: 1px solid $table-border-color;
// copied in because the styles are set on the HTML
div[id^="bar_pbar_"] {
overflow: hidden !important;
- height: $line-height !important;
- margin-bottom: $line-height !important;
- @include gradient-vertical(#f5f5f5, #f9f9f9);
+ height: $line-height-base !important;
+ margin-bottom: $line-height-base !important;
+ @include gradient-y(#f5f5f5, #f9f9f9);
@include box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
@include border-radius($border-radius);
border: none !important;
font-size: 12px !important;
text-align: center !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.25) !important;
- @include gradient-vertical(#149bdf, #0480be);
+ @include gradient-y(#149bdf, #0480be);
@include box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
@include transition(width .6s ease);
padding-top: 0 !important;
display: block;
width: 100%;
padding: 0;
- margin-bottom: $line-height;
+ margin-bottom: $line-height-base;
font-size: $font-size-lg;
- line-height: $line-height * 2;
+ line-height: $line-height-base * 2;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
}
&:hover {
text-decoration: none;
- @include gradient-vertical($dropdown-link-hover-bg, darken($dropdown-link-hover-bg, 5%));
+ @include gradient-y($dropdown-link-hover-bg, darken($dropdown-link-hover-bg, 5%));
}
}
&.align-tr-br {
@include border-top-radius(10px);
border: 1px solid #ccc;
border-bottom: 1px solid #bbb;
- @include gradient-vertical(#fff, #ccc);
+ @include gradient-y(#fff, #ccc);
}
#qtypechoicecontainer {
font-size: 12px;
// to enable ol lists to use a larger number set.
ol {
- margin: 0 0 $line-height / 2 2.5em;
+ margin: 0 0 $line-height-base / 2 2.5em;
}
\ No newline at end of file
@extend .lead;
}
.userprofile dl.list {
- @extend .dl-horizontal;
+ // Copied from dl.row.
+ > dd + dt {
+ clear: left;
+ }
}
.user-box {
margin: 8px;