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:

knb2.css
212 212
    padding: 0px;
213 213
}
214 214

  
215

  
215 216
textarea {
216 217
   width: 80%;
217 218
}
......
219 220
.required {
220 221
    font-weight: bold;
221 222
    color: #b00000;
223
    font-size: 12px;
222 224
}
223 225

  
224 226
.label {
225 227
    font-weight: bold;
228
    font-size: 12px;
226 229
}
230

  
231

  
232
.emphasis {
233
    font-weight: bold;
234
    font-size: 12px;
235
}
236

  
237
.boldlink {
238
	font-weight: bold;
239
	font-size: 12px;
240
}
241

  
242

  
243
.redbold {
244
	font-weight: bold;
245
	color: #b00000;
246
	font-size: 12px;
247
}
248

  
249
.greenbold {
250
	font-weight: bold;
251
	color: #008000;
252
	font-size: 12px;
253
}
254

  
255
.smalltext {
256
	font-weight: bold;
257
	font-size: 10px;
258
}
259

  
260
.italicized {
261
	font-style: italic;
262
	font-size: 12px;
263
}
264

  
265
.regtext {
266
	font-size: 12px;
267
}
268
	
269
.tables {
270
  width:   760;
271
  border:    0;
272
  margin:    0;
273
  padding:   9;
274
  border-spacing: 5;
275
  background-color: #c6d6e7;
276
}
277

  

Also available in: Unified diff