1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 18:04:43 +02:00

Merge branch 'MDL-51127-master' of git://github.com/lazydaisy/moodle

This commit is contained in:
Andrew Nicols 2015-10-27 10:47:48 +08:00
commit d891a6dcb7
3 changed files with 9 additions and 5 deletions
theme/bootstrapbase

@ -2123,10 +2123,8 @@ img#persona_signin {
float: right;
margin-left: 1em;
}
.header-button-group{
.header-button-group {
float: left;
right: -15px;
}
}

@ -217,6 +217,12 @@ select {
.dir-rtl .breadcrumb-button .singlebutton {
float: right;
margin-right: 4px;
margin-left: 0;
}
.dir-rtl .breadcrumb-button .singlebutton div,
.dir-rtl .breadcrumb-button .singlebutton div input[type="submit"] {
margin-right: 5px;
margin-left: 0;
}
.ie .row-fluid .desktop-first-column {

File diff suppressed because one or more lines are too long