Diff for /loncom/interface/loncommon.pm between versions 1.946 and 1.947

version 1.946, 2010/03/03 16:54:03 version 1.947, 2010/03/03 21:33:15
Line 4874  sub standard_css { Line 4874  sub standard_css {
   
   
     return <<END;      return <<END;
   
   /* needed for iframe to allow 100% height in FF */
   body, html { 
       margin: 0;
       padding: 0 0.5%;
       height: 99%; /* to avoid scrollbars */
   }
   
 body {  body {
   font-family: $sans;    font-family: $sans;
   line-height:130%;    line-height:130%;
Line 4902  form, .inline { Line 4910  form, .inline {
   width:400px;    width:400px;
 }  }
   
   .LC_iframecontainer {
       width: 98%;
       margin: 0;
       position: fixed;
       top: 8.5em;
       bottom: 0;
   }
   
   .LC_iframecontainer iframe{
       border: none;
       width: 100%;
       height: 100%;
   }
   
 .LC_filename {  .LC_filename {
   font-family: $mono;    font-family: $mono;
   white-space:pre;    white-space:pre;

Removed from v.1.946  
changed lines
  Added in v.1.947


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>