MDL-40082 - Several UI fixes for question chooser dialog, when in RTL/LTR modes (theme/clean, bootstrapbase)

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Nadav Kavalerchik
2013-07-23 12:18:03 +02:00
committed by Eloy Lafuente (stronk7)
parent c38a4b6f04
commit e88a456eb3
3 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -1330,7 +1330,7 @@ audio.mediaplugin_html5audio {
background-position: 0 -8866px;
}
.dir-rtl.yui-skin-sam .yui-panel .hd {
text-align: left;
text-align: right;
}
.dir-rtl .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {
text-align: right;
@@ -1905,4 +1905,4 @@ div.badge .expireimage {
}
.breadcrumb-nav .breadcrumb {
margin: 0;
}
}
@@ -26,6 +26,10 @@
#chooseqtype .qtypename img {
padding: 0 0.3em;
}
#chooseqtype .qtypename {
display: inline-table;
width: 16em;
}
#chooseqtype .qtypesummary {
display: block;
margin: 0 2em;
@@ -60,7 +64,7 @@
}
//#qtypechoicecontainer
#chooseqtype {
width: 35em;
width: 40em;
}
#chooseqtypehead h3 {
margin: 0;
@@ -95,6 +99,7 @@
margin: 0;
padding: 1.5em 1.6em;
background-color: #fff;
overflow-y: auto;
}
#chooseqtype .instruction,
#chooseqtype .selected .qtypesummary {
File diff suppressed because one or more lines are too long