--- loncom/interface/loncommon.pm 2016/05/03 22:33:52 1.1242 +++ loncom/interface/loncommon.pm 2016/05/04 05:14:45 1.1243 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1242 2016/05/03 22:33:52 raeburn Exp $ +# $Id: loncommon.pm,v 1.1243 2016/05/04 05:14:45 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5897,6 +5897,12 @@ div.LC_confirm_box .LC_success img { height: auto; } +.LC_textsize_mobile { + \@media only screen and (max-device-width: 480px) { + -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; -ms-text-size-adjust:100%; + } +} + .LC_icon { border: none; vertical-align: middle; @@ -6024,6 +6030,10 @@ table#LC_menubuttons img { vertical-align: middle; } +.LC_breadcrumbs_hoverable { + background: $sidebg; +} + td.LC_table_cell_checkbox { text-align: center; }