$iconWhiteSpritePath: "[[pix:theme|glyphicons-halflings-white]]" !default;
$breadcrumb-divider: "▶" !default;
+$breadcrumb-divider-rtl: "◀" !default;
// Import the bootstrap variables.
@import "bootstrap/bootstrap";
+// Specific overrides to make Bootstrap RTL.
+@import "moodle/bootstrap-rtl";
+
// Old Moodle stuff from base theme.
// Massive, needs broken up.
@import "moodle/core";
--- /dev/null
+.breadcrumb-item {
+ + .breadcrumb-item::before {
+ content: "#{$breadcrumb-divider-rtl}";
+ /*rtl:remove*/
+ content: "#{$breadcrumb-divider}";
+ }
+}
\ No newline at end of file
}
.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd .yui3-widget-buttons {
padding: 5px;
+ right: 0;
}
.moodle-dialogue-base .closebutton {
@extend .close;
margin-bottom: 4px;
}
.mform fieldset.collapsible legend a.fheader {
- padding: 0 5px 0 20px;
- margin-left: -20px;
- background: url([[pix:t/expanded]]) 2px center no-repeat;
+ padding: 0 5px 0 18px;
+ margin-left: -18px;
+ background: url([[pix:t/expanded]]) 0 center no-repeat;
}
.mform fieldset.collapsed legend a.fheader {
+ /*rtl:raw:
+ background-image: url([[pix:t/collapsed_rtl]]);
+ */
+ /*rtl:remove*/
background-image: url([[pix:t/collapsed]]);
}
.jsenabled .mform .collapsed .fcontainer {