Merge branch 'MDL-45909_install_master' of https://github.com/nadavkav/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2014-09-02 01:46:09 +02:00
+8 -2
View File
@@ -132,7 +132,9 @@ and remove the following.
width: 245px;
text-align: right;
}
html[dir=rtl] .fitemtitle {
float: right;
}
label {
font-weight: bold;
display: inline-block;
@@ -142,7 +144,11 @@ label {
.fitemelement {
margin-left: 265px;
}
html[dir=rtl] .fitemelement {
margin-right: 265px;
margin-left: 0;
direction: ltr;
}
.alert, .alert h4 {
color: #c09853;
}