[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
bisitz
bisitz at source.lon-capa.org
Tue Mar 20 10:28:26 EDT 2012
bisitz Tue Mar 20 14:28:26 2012 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
Little interface design improvements:
- Data table and pick box rows: Enhance contrast of alternating background colors
- Problem testing and colorful editor: Improved separation of header/footer and content by applying the role's lighter background color
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1059 loncom/interface/loncommon.pm:1.1060
--- loncom/interface/loncommon.pm:1.1059 Sat Mar 17 20:11:26 2012
+++ loncom/interface/loncommon.pm Tue Mar 20 14:28:26 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1059 2012/03/17 20:11:26 raeburn Exp $
+# $Id: loncommon.pm,v 1.1060 2012/03/20 14:28:26 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5014,7 +5014,7 @@
my $mono = 'monospace';
my $data_table_head = $sidebg;
my $data_table_light = '#FAFAFA';
- my $data_table_dark = '#F0F0F0';
+ my $data_table_dark = '#E0E0E0';
my $data_table_darker = '#CCCCCC';
my $data_table_highlight = '#FFFF00';
my $mail_new = '#FFBB77';
@@ -6101,6 +6101,7 @@
font-weight: normal;
font-size: medium;
margin: 2px;
+ background-color: $sidebg;
}
div.LC_edit_problem_header,
@@ -6117,6 +6118,7 @@
font-size: larger;
background: $tabbg;
padding: 3px;
+ margin: 0 0 5px 0;
}
table.LC_edit_problem_header_title {
More information about the LON-CAPA-cvs
mailing list