Changeset 235 for Dev/branches/jos-branch/css/visualeditors.css
- Timestamp:
- 01/13/12 18:11:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/jos-branch/css/visualeditors.css
r233 r235 489 489 } 490 490 491 /****************************/ 492 /* QUESTION EDITOR SPECIFIC */ 493 /****************************/ 494 495 .smallFrame.questionEditor { 496 /* Nothing yet... */ 497 } 498 499 .qeBodyTextField { 500 width: 600px; 501 height: 100px; 502 } 503 504 #qeQuestionParamsDiv label { 505 float: left; 506 width: 150px; 507 margin: 5px 5px; 508 } 509 510 #qeQuestionParamsDiv .qeParamField { 511 float: left; 512 } 513 514 #qeQuestionParamsDiv .l { 515 clear: left; 516 } 517 518 491 519 /**************************/ 492 /* SurveyEditor Specific */520 /* Cartis Editor Specific */ 493 521 /**************************/ 494 522
Note: See TracChangeset
for help on using the changeset viewer.