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:

lib/style/skins/sanparks/sanparks-scheduled-jobs.css
52 52
.content-subsection {
53 53
	vertical-align: top;
54 54
	margin: 0px 0px 0px 20px;
55
	width: 825px;
55
	width: 940px;
56 56
}
57 57

  
58 58
.content-subsection-header {
......
68 68
	border-spacing: 0px;
69 69
	border-width: 0px;
70 70
	width: 95%;
71
	min-width: 900px;
71
	min-width: 980px;
72 72
}
73 73

  
74 74
.schedule-section {
......
195 195
}
196 196

  
197 197
.col1 {
198
	width: 200px;
198
	width: 240px;
199 199
	text-align: left;
200 200
	padding-left: 5px;
201 201
	font-weight: bold;
202 202
}
203 203

  
204 204
.col2 {
205
	width: 85px;
205
	width: 100px;
206 206
}
207 207

  
208 208
.col3 {
209
	width: 160px;
209
	width: 180px;
210 210
}
211 211

  
212 212
.col4 {
213
	width: 160px;
213
	width: 180px;
214 214
	border-right:1px solid #D5D5D5;
215 215
}
216 216

  
217 217
.col5 {
218
	width: 60px;
218
	width: 80px;
219 219
}
220 220

  
221 221
.col6 {
......
226 226

  
227 227
.col1-header {
228 228
	color: #FFFFFF;
229
  width: 200px;
229
  width: 240px;
230 230
  text-align: left;
231 231
  padding-left: 5px;
232 232
  font-weight: bold;
......
234 234

  
235 235
.col2-header {
236 236
	color: #FFFFFF;
237
  width: 85px;
237
  width: 100px;
238 238
}
239 239

  
240 240
.col3-header {
241 241
	color: #FFFFFF;
242
  width: 160px;
242
  width: 180px;
243 243
}
244 244

  
245 245
.col4-header {
246 246
	color: #FFFFFF;
247
  width: 160px;
247
  width: 180px;
248 248
  border-right:1px solid #D5D5D5;
249 249
}
250 250

  
251 251
.col5-header {
252 252
	color: #FFFFFF;
253
  width: 60px;
253
  width: 80px;
254 254
}
255 255

  
256 256
.col6-header {
lib/style/skins/sanparks/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