cwrc / DEPRECATED--CWRC-Dialogs

0 stars 0 forks source link

Style: adding CSS styling to individual form elements not possible #50

Open jefferya opened 9 years ago

jefferya commented 9 years ago

The form elements don't have a CSS class nor do the surrounding container elements to allow CSS styling.

jefferya commented 9 years ago

Add a CSS class to certain HTML elements to better enable styling such as indentation, visual indication of grouped interface form element (e.g. variant name groupings), etc.

brundin commented 9 years ago

Great addition, Jeff! I know I sometimes have trouble distinguishing the boundaries of a bundle/grouping of elements when I click on a plus sign to add another bundle/grouping.

On Wed, Feb 11, 2015 at 11:06 AM, Jeffery Antoniuk <notifications@github.com

wrote:

Add a CSS class to certain HTML elements to better enable styling such as indentation, visual indication of grouped interface form element (e.g. variant name groupings), etc.

— Reply to this email directly or view it on GitHub https://github.com/cwrc/CWRC-Dialogs/issues/50#issuecomment-73931343.

SusanBrown commented 9 years ago

Yes, sounds great. On February 11, 2015 at 1:12:36 PM, brundin (notifications@github.com) wrote:

Great addition, Jeff! I know I sometimes have trouble distinguishing the boundaries of a bundle/grouping of elements when I click on a plus sign to add another bundle/grouping.

On Wed, Feb 11, 2015 at 11:06 AM, Jeffery Antoniuk <notifications@github.com

wrote:

Add a CSS class to certain HTML elements to better enable styling such as indentation, visual indication of grouped interface form element (e.g. variant name groupings), etc.

— Reply to this email directly or view it on GitHub https://github.com/cwrc/CWRC-Dialogs/issues/50#issuecomment-73931343.

— Reply to this email directly or view it on GitHub.

ilovan commented 9 years ago

Add classname to create a grey box around variant names in the organization form.

jefferya commented 9 years ago

Added to the following locations, thoughts?

div.interfaceFieldsContainer.entity_person_identity_preferredForm > div , div.interfaceFieldsContainer.entity_person_identity_variantForms > div , div.interfaceFieldsContainer.entity_person_description_occupations > div , div.interfaceFieldsContainer.entity_person_description_existDates> div , div.interfaceFieldsContainer.entity_person_description_genders > div , div.interfaceFieldsContainer.entity_person_description_activities > div , div.interfaceFieldsContainer.entity_person_description_researchInterests > div , div.interfaceFieldsContainer.entity_organization_identity_preferredForm > div , div.interfaceFieldsContainer.entity_organization_identity_variantForms > div , div.interfaceFieldsContainer.entity_organization_description_existDates> div , div.interfaceFieldsContainer.entity_place_identity_preferredForm > div , div.interfaceFieldsContainer.entity_place_identity_variantForms > div