Merge branch 'MDL-45909_install_master' of https://github.com/nadavkav/moodle
This commit is contained in:
+8
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user