/* used in the "Highlight" setting for most field types */ .cf_colour_red { background-color: #990000; color: white; } .cf_colour_orange { background-color: orange; } .cf_colour_yellow { background-color: yellow; } .cf_colour_green { background-color: green; color: white; } .cf_colour_blue { background-color: #336699; color: white; } /* field comments */ .cf_field_comments { font-style: italic; color: #999999; clear: both; } /* column layouts for radios & checkboxes */ .cf_option_list_group_label { font-weight: bold; clear: both; margin-left: 4px; } .cf_option_list_2cols, .cf_option_list_3cols, .cf_option_list_4cols { clear: both; } .cf_option_list_2cols .column { width: 50%; float: left; } .cf_option_list_3cols .column { width: 33%; float: left; } .cf_option_list_4cols .column { width: 25%; float: left; } /* Used for the date and time pickers */ .cf_date_group img { margin-bottom: -4px; padding: 1px; } input.cf_size_tiny { width: 30px; } input.cf_size_small { width: 80px; } input.cf_size_medium { width: 150px; } input.cf_size_large { width: 250px; } input.cf_size_full_width { width: 99%; } .cf_counter span { font-weight: bold; } textarea { width: 80%; } textarea.cf_size_tiny { height: 30px; } textarea.cf_size_small { height: 80px; } textarea.cf_size_medium { height: 150px; } textarea.cf_size_large { height: 300px; } input.cf_password { width: 120px; } /* All CSS styles for this field type are found in Shared Resources */ /* all CSS is found in Shared Resources */ .cf_datepicker { width: 160px; } .cf_datetimepicker { width: 160px; } .ui-datepicker-trigger { cursor: pointer; } .cf_timepicker { width: 60px; } .ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; } .ui-timepicker-div dl{ text-align: left; } .ui-timepicker-div dl dt{ height: 25px; } .ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; } .ui-timepicker-div td { font-size: 90%; } .cf_view_markup_field { margin: 0px; } body .defaultSkin table.mceLayout { border-width: 0px } body .defaultSkin table.mceLayout tr.mceFirst td { border-top: 0px; } body .defaultSkin .mceToolbar { height: 21px; } body .defaultSkin td.mceToolbar { padding-top: 0px; }