Project

General

Profile

« Previous | Next » 

Revision 6823

Added by Jing Tao over 12 years ago

Make the display of the schedule table fit the IE browser.

View differences:

sanparks.css
956 956
}
957 957

  
958 958
.access_order_col {
959
	width: 95px;
959
	width: 125px;
960 960
	font-size: 14px;
961 961
}
962 962
.access_type_col {
963
	width: 85px;
963
	width: 115px;
964 964
	font-size: 14px;
965 965

  
966 966
}
967 967

  
968 968
.principal_col {
969
	width: 400px;
969
	width: 430px;
970 970
	font-size: 14px;
971 971
}
972 972

  
973 973
.permissions_col {	
974
	width: 234px;
974
	width: 264px;
975 975
}
976 976

  
977 977
.access_order_col_header {
978 978
	color: #FFFFFF;
979
  width: 95px;
979
  width: 125px;
980 980
  font-size: 14px;
981 981
}
982 982
.access_type_col_header {
983 983
	color: #FFFFFF;
984
  width: 85px;
984
  width: 115px;
985 985
  font-size: 14px;
986 986

  
987 987
}
988 988

  
989 989
.principal_col_header {
990 990
	color: #FFFFFF;
991
  width: 400px;
991
  width: 430px;
992 992
  font-size: 14px;
993 993
}
994 994

  
995 995
.permissions_col_header {  
996 996
	color: #FFFFFF;
997
  width: 234px;
997
  width: 264px;
998 998
}
999 999

  
1000 1000
.permission_element {

Also available in: Unified diff