X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=theme%2Fbootstrapbase%2Fstyle%2Fmoodle.css;h=f8ce4f45fe3d6ac2810a1a14b99e5af692bdb6e9;hp=515140eb3d186bed009ea38403f2d72995dc25e4;hb=671440d70890d7cab0b73cc09ceff7a808f9a252;hpb=a1b696f943dd808a6e216ec41f1df8b52508f42a;ds=inline diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index 515140eb3d1..f8ce4f45fe3 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -9316,6 +9316,12 @@ body.path-question-type .fitem_fgroup .accesshide { width: auto; vertical-align: baseline; } +.que.multianswer .formulation .yui3-widget-positioned .feedbackspan { + box-sizing: content-box; + padding-bottom: 0; + max-width: inherit; + width: inherit; +} .path-mod-quiz input[size] { width: auto; } @@ -9897,16 +9903,30 @@ body.path-question-type .mform fieldset.hidden { -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); border-color: #e3e3e3; + position: relative; } .groupinfobox blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } +.groupinfobox h3 { + margin-top: 0px; +} .groupinfobox .left { padding: 10px; width: 100px; vertical-align: top; } +.group-image { + display: block; + float: left; + margin-right: 1em; +} +.group-edit { + position: absolute; + right: 0; + margin-right: 0.6em; +} .course-participation #showall { text-align: center; margin: 10px 0;