Diff for /loncom/interface/loncommon.pm between versions 1.772 and 1.773

version 1.772, 2009/03/18 13:46:14 version 1.773, 2009/03/18 17:58:10
Line 4521  table.thinborder tr td { Line 4521  table.thinborder tr td {
   
 form, .inline { display: inline; }  form, .inline { display: inline; }
   
 .LC_center { text-align: center; }  
 .LC_left { text-align:left; }  
 .LC_right {text-align:right;}  .LC_right {text-align:right;}
 .LC_middle {vertical-align:middle;}  .LC_middle {vertical-align:middle;}
 .LC_top {vertical-align:top;}  
 .LC_bottom {vertical-align:bottom;}  
   
 /* just for tests */  /* just for tests */
 .LC_300Box { width:300px; }  
 .LC_400Box {width:400px; }  .LC_400Box {width:400px; }
 .LC_500Box {width:500px; }  
 .LC_600Box {width:600px; }  
 .LC_800Box {width:800px;}  
 /* end */  /* end */
   
 .LC_filename {font-family: $mono; white-space:pre;}  .LC_filename {font-family: $mono; white-space:pre;}
Line 4559  form, .inline { display: inline; } Line 4551  form, .inline { display: inline; }
   border: none;    border: none;
 }  }
   
 .LC_fileicon {  
   border: none;  
   height: 1.3em;  
   vertical-align: text-bottom;  
   margin-right: 0.3em;  
   text-decoration:none;  
 }  
   
 .LC_indexer_icon {  .LC_indexer_icon {
   border: 0px;    border: 0px;
   height: 22px;    height: 22px;
Line 4618  table.LC_docs_path { Line 4602  table.LC_docs_path {
 table#LC_title_bar td {  table#LC_title_bar td {
   background: $tabbg;    background: $tabbg;
 }  }
 table#LC_title_bar td.LC_title_bar_who {  table#LC_title_bar .LC_title_bar_who {
   background: $tabbg;    background: $tabbg;
   color: $font;    color: $font;
   font: small $sans;    font: small $sans;
   text-align: right;    text-align: right;
     margin: 0px;
   }
   table#LC_title_bar .LC_title_bar_name {
     margin: 0px;
   }
   table#LC_title_bar .LC_title_bar_role {
     margin: 0px;
   }
   table#LC_title_bar .LC_tite_bar_realm {
     margin: 0px;
 }  }
 span.LC_metadata {  span.LC_metadata {
     font-family: $sans;      font-family: $sans;
Line 4661  table#LC_top_nav td.LC_top_nav_logo img Line 4655  table#LC_top_nav td.LC_top_nav_logo img
   border: 0px;    border: 0px;
   vertical-align: bottom;    vertical-align: bottom;
 }  }
 table#LC_top_nav td.LC_top_nav_exit,  
 table#LC_top_nav td.LC_top_nav_help {  
   width: 2.0em;  
 }  
 table#LC_top_nav td.LC_top_nav_login {  table#LC_top_nav td.LC_top_nav_login {
   width: 4.0em;    width: 4.0em;
   text-align: center;    text-align: center;
Line 4675  table.LC_breadcrumbs td, table.LC_docs_p Line 4665  table.LC_breadcrumbs td, table.LC_docs_p
   font-family: $sans;    font-family: $sans;
   font-size: smaller;    font-size: smaller;
 }  }
 table.LC_breadcrumbs td.LC_breadcrumbs_component,  
 table.LC_docs_path td.LC_docs_path_component {  
   background: $tabbg;  
   color: $font;  
   font-family: $sans;  
   font-size: larger;  
   text-align: right;  
 }  
 td.LC_table_cell_checkbox {  td.LC_table_cell_checkbox {
   text-align: center;    text-align: center;
 }  }
 table#LC_mainmenu td.LC_mainmenu_column {  
     vertical-align: top;  
 }  
   
 .LC_fontsize_small  .LC_fontsize_small
 {  {
Line 4705  table#LC_mainmenu td.LC_mainmenu_column Line 4684  table#LC_mainmenu td.LC_mainmenu_column
  font-size: 120%;   font-size: 120%;
 }  }
   
 .LC_fontcolor_red  
 {  
  color: #FF0000;  
 }  
   
 .LC_menubuttons_inline_text {  .LC_menubuttons_inline_text {
   color: $font;    color: $font;
   font-family: $sans;    font-family: $sans;
Line 4896  table.LC_calendar tr td { Line 4870  table.LC_calendar tr td {
 table.LC_calendar tr td.LC_calendar_day_empty {  table.LC_calendar tr td.LC_calendar_day_empty {
   background-color: $data_table_dark;    background-color: $data_table_dark;
 }  }
 table.LC_calendar tr td.LC_calendar_day_current {  
   background-color: $data_table_highlight;  
 }  
   
 table.LC_mail_list tr.LC_mail_new {  table.LC_mail_list tr.LC_mail_new {
   background-color: $mail_new;    background-color: $mail_new;
Line 4924  table.LC_mail_list tr.LC_mail_other { Line 4895  table.LC_mail_list tr.LC_mail_other {
 table.LC_mail_list tr.LC_mail_other:hover {  table.LC_mail_list tr.LC_mail_other:hover {
   background-color: $mail_other_hover;    background-color: $mail_other_hover;
 }  }
 table.LC_mail_list tr.LC_mail_even {  
 }  
 table.LC_mail_list tr.LC_mail_odd {  
 }  
   
 table.LC_data_table tr > td.LC_browser_file,  table.LC_data_table tr > td.LC_browser_file {
 table.LC_data_table tr > td.LC_browser_file_published {  
   background: #CCFF88;    background: #CCFF88;
 }  }
 table.LC_data_table tr > td.LC_browser_file_locked,  table.LC_data_table tr > td.LC_browser_file_locked {
 table.LC_data_table tr > td.LC_browser_file_unpublished {  
   background: #FFAA99;    background: #FFAA99;
 }  }
 table.LC_data_table tr > td.LC_browser_file_obsolete {  
   background: #AAAAAA;  
 }  
 table.LC_data_table tr > td.LC_browser_file_modified,  
 table.LC_data_table tr > td.LC_browser_file_metamodified {  
   background: #FFFF77;  
 }  
 table.LC_data_table tr.LC_browser_folder > td {  table.LC_data_table tr.LC_browser_folder > td {
   background: #CCCCFF;    background: #CCCCFF;
 }  }
Line 4995  span.LC_parm_folder, span.LC_parm_symb { Line 4953  span.LC_parm_folder, span.LC_parm_symb {
 }  }
   
 td.LC_parm_overview_level_menu, td.LC_parm_overview_map_menu,  td.LC_parm_overview_level_menu, td.LC_parm_overview_map_menu,
 td.LC_parm_overview_parm_selectors, td.LC_parm_overview_parm_restrictions {  td.LC_parm_overview_parm_selectors {
   border: 1px solid black;    border: 1px solid black;
   border-collapse: collapse;    border-collapse: collapse;
 }  }
Line 5248  table.LC_prior_tries td { Line 5206  table.LC_prior_tries td {
   background: #AAAAFF;    background: #AAAAFF;
   color: black;    color: black;
 }  }
 .LC_answer_no_message {  
   background: #FFFFFF;  
   color: black;  
 }  
 .LC_answer_unknown {  
   background: orange;  
   color: black;  
 }  
   
   
 span.LC_prior_numerical,  span.LC_prior_numerical,
Line 5305  table.LC_docs_documents { Line 5255  table.LC_docs_documents {
   border-collapse: collapse;    border-collapse: collapse;
 }  }
   
 table.LC_docs_documents td.LC_docs_document {  
   border: 2px solid black;  
   padding: 4px;  
 }  
   
 .LC_docs_entry_move {  .LC_docs_entry_move {
   border: 0px;    border: 0px;
   border-collapse: collapse;    border-collapse: collapse;
Line 5528  table#LC_mainmenu td.LC_mainmenu_col_fie Line 5473  table#LC_mainmenu td.LC_mainmenu_col_fie
   vertical-align: top;    vertical-align: top;
   width: 45%;    width: 45%;
 }  }
 .LC_mainmenu_fieldset_category {  
   color: $font;  
   background: $pgbg;  
   font-family: $sans;  
   font-size: small;  
   font-weight: bold;  
 }  
   
 div.LC_createcourse {  div.LC_createcourse {
     margin: 10px 10px 10px 10px;      margin: 10px 10px 10px 10px;
Line 5579  h2,h3,h4,h5,h6 Line 5517  h2,h3,h4,h5,h6
         border:0px;          border:0px;
 }  }
   
 .LC_bgLightGrey{  
  background:URL(/adm/lonIcons/lightGreyBG.png) repeat-x left bottom;  
 }  
   
   
 /* Main Header with discription of Person, Course, etc. */  /* Main Header with discription of Person, Course, etc. */
 .LC_HeadRight {  
  text-align: right;  
  float: right;  
  margin: 0px;  
  padding: 0px;  
         right:0;  
         position:absolute;  
         overflow:hidden;  
 }  
   
 .LC_Right {  .LC_Right {
         float: right;          float: right;
Line 5710  ul.LC_TabContentBigger li, ul.LC_TabCont Line 5635  ul.LC_TabContentBigger li, ul.LC_TabCont
  font-size:110%;   font-size:110%;
  font-weight:bold;   font-weight:bold;
 }  }
 #LC_CourseDocuments, #LC_SupplementalCourseDocuments  
 {  
  margin:0px;  
 }  
   
 .LC_hideThis  
 {  
  display:none;  
  visibility:hidden;  
 }  
   
 ol#LC_MenuBreadcrumbs, ol#LC_PathBreadcrumbs {  ol#LC_MenuBreadcrumbs, ol#LC_PathBreadcrumbs {
  border-top: solid 1px RGB(255, 255, 255);   border-top: solid 1px RGB(255, 255, 255);
Line 5782  dl.LC_ListStyleClean dd { Line 5697  dl.LC_ListStyleClean dd {
 .LC_ListStyleClean,  .LC_ListStyleClean,
 .LC_ListStyleSimple,  .LC_ListStyleSimple,
 .LC_ListStyleNormal,  .LC_ListStyleNormal,
 .LC_ListStyleNormal_Border,  
 .LC_ListStyleSpecial  .LC_ListStyleSpecial
  {   {
  /*display:block; */   /*display:block; */
Line 5945  table.LC_tableOfContent img{ Line 5859  table.LC_tableOfContent img{
  margin-right: 0.3em;   margin-right: 0.3em;
 }  }
   
 a#LC_content_toolbar_firsthomework{  
  background-image:url(/res/adm/pages/open-first-problem.gif);  
 }  
   
 a#LC_content_toolbar_launchnav{  
  background-image:url(/res/adm/pages/start-navigation.gif);  
 }  
   
 a#LC_content_toolbar_closenav{  
  background-image:url(/res/adm/pages/close-navigation.gif);  
 }  
   
 a#LC_content_toolbar_everything{  
  background-image:url(/res/adm/pages/show-all.gif);  
 }  
   
 a#LC_content_toolbar_uncompleted{  
  background-image:url(/res/adm/pages/show-incomplete-problems.gif);  
 }  
   
 #LC_content_toolbar_clearbubbles{  
  background-image:url(/res/adm/pages/mark-discussionentries-read.gif);  
 }  
   
 a#LC_content_toolbar_changefolder{  a#LC_content_toolbar_changefolder{
  background : url(/res/adm/pages/close-all-folders.gif) top center ;   background : url(/res/adm/pages/close-all-folders.gif) top center ;
 }  }

Removed from v.1.772  
changed lines
  Added in v.1.773


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.