mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL-48243_master' of git://github.com/lazydaisy/moodle
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
commit
ceb7769a29
@ -38,7 +38,7 @@
|
||||
height: 12px;
|
||||
}
|
||||
img.actionmenu {
|
||||
width:auto;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -233,19 +233,19 @@
|
||||
// RTL styles for blocks in general.
|
||||
.block {
|
||||
.header {
|
||||
text-align:right;
|
||||
text-align: right;
|
||||
h2 {
|
||||
text-align:right;
|
||||
}
|
||||
.commands {
|
||||
text-align: left;
|
||||
> * {
|
||||
margin-left:0;
|
||||
margin-right:3px;
|
||||
}
|
||||
text-align: right;
|
||||
}
|
||||
.block_action {
|
||||
float: left;
|
||||
> * {
|
||||
margin-left: 0;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
.commands {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user