--- loncom/interface/loncommon.pm 2015/04/07 13:44:25 1.1213 +++ loncom/interface/loncommon.pm 2015/04/17 12:34:01 1.1218 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1213 2015/04/07 13:44:25 raeburn Exp $ +# $Id: loncommon.pm,v 1.1218 2015/04/17 12:34:01 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4969,13 +4969,15 @@ END_MYBLOCK my $popupUrl = "/adm/blockingstatus/$querystring"; my $text = &mt('Communication Blocked'); + my $class = 'LC_comblock'; if ($activity eq 'docs') { $text = &mt('Content Access Blocked'); + $class = ''; } elsif ($activity eq 'printout') { $text = &mt('Printing Blocked'); } $output .= <<"END_BLOCK"; -
+
$text @@ -6812,7 +6814,6 @@ div.LC_edit_problem_footer, div.LC_edit_problem_footer div, div.LC_edit_problem_editxml_header, div.LC_edit_problem_editxml_header div { - margin-top: 5px; z-index: 100; } @@ -6829,19 +6830,17 @@ table.LC_edit_problem_header_title { background: $tabbg; } -div.LC_edit_problem_discards { - float: left; -} - div.LC_edit_actionbar { - margin: -5px 0px 0px 0px !important; background-color: $sidebg; - height: 31px; + margin: 0; + padding: 0; + line-height: 200%; } -div.LC_edit_problem_saves { - float: right; - padding-bottom: 5px; +div.LC_edit_actionbar div{ + padding: 0; + margin: 0; + display: inline-block; } .LC_edit_opt { @@ -7772,20 +7771,22 @@ ADDMETA $result.=< OFFLOAD }