Project

General

Profile

« Previous | Next » 

Revision 2350

Added by sgarg over 19 years ago

I (Andrea) defined new styles in the .css files that are used in the
entryForm.tmpl page.

(Committed for Andrea Chadden by Saurabh Garg)

View differences:

nrs.css
230 230
.required {
231 231
    font-weight: bold;
232 232
    color: #b00000;
233
    font-size: 12px;
233 234
}
234 235

  
235 236
.label {
236 237
    font-weight: bold;
238
    font-size: 12px;
237 239
}
240

  
241

  
242
.emphasis {
243
    font-weight: bold;
244
    font-size: 12px;
245
}
246

  
247
.boldlink {
248
	font-weight: bold;
249
	font-size: 12px;
250
}
251

  
252

  
253
.redbold {
254
	font-weight: bold;
255
	color: #b00000;
256
	font-size: 12px;
257
}
258

  
259
.greenbold {
260
	font-weight: bold;
261
	color: #008000;
262
	font-size: 12px;
263
}
264

  
265
.smalltext {
266
	font-weight: bold;
267
	font-size: 10px;
268
}
269

  
270
.italicized {
271
	font-style: italic;
272
	font-size: 12px;
273
}
274

  
275
.regtext {
276
	font-size: 12px;
277
}
278
	
279
.tables {
280
  width:   760;
281
  border:    0;
282
  margin:    0;
283
  padding:   9;
284
  border-spacing: 5;
285
  background-color: #c6d6e7;
286
}
287

  

Also available in: Unified diff