Sha256: 98061542f287c65f524d84145eea1bfa3058ad4bd7bc35e30ee588678ab8dce3

Contents?: true

Size: 1.21 KB

Versions: 52

Compression:

Stored size: 1.21 KB

Contents

== Default styling names for elements.

=== Screen
  * "base_screen"
  * "%screen class name%", e.g. "login_screen"

=== Table
  * "base_table"
  * "%section_name%", e.g. "tasks_table"

=== Table cell
  * "base_table_cell"
  * "%section_name%_cell", e.g. "tasks_table_cell"
  * "%cell_section_name%", e.g. "tasks_item"

=== Form (basically it's table)
  * "base_form"
  * "%section_name%", e.g. "login_form"

=== Form field (basically it's table cell)
  * "base_form_field"
  * "%section_name%_field", e.g. "login_form_field"

=== Form field: label
  * "base_field_label"
  * "base_%field_type%_field_label", e.g. "base_string_field_label"
  * "%section_name%_field_label", e.g. "login_form_field_label"
  * "%section_name%_%field_name%_field_label", e.g. "login_form_email_field_label"

=== Form field: input
  * "base_field_input"
  * "base_%field_name%_field_label", e.g. "base_string_field_input"
  * "%section_name%_field_input", e.g. "login_form_field_input"
  * "%section_name%_%field_name%_field_input", e.g. "login_form_email_field_input"

=== Form field: button
  * "base_submit_button"
  * "%section_name%_submit_button", e.g. "login_form_submit_button"
  * "%section_name%_%field_name%_button", e.g. "login_form_signup_button"

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
motion-prime-0.7.2 doc/STYLE.md
motion-prime-0.7.1 doc/STYLE.md
motion-prime-0.7.0 doc/STYLE.md
motion-prime-0.6.0 doc/STYLE.md
motion-prime-0.5.7 doc/STYLE.md
motion-prime-0.5.6 doc/STYLE.md
motion-prime-0.5.5 doc/STYLE.md
motion-prime-0.5.4 doc/STYLE.md
motion-prime-0.5.3 doc/STYLE.md
motion-prime-0.5.2 doc/STYLE.md
motion-prime-0.5.1 doc/STYLE.md
motion-prime-0.5.0 doc/STYLE.md
motion-prime-0.4.5 doc/STYLE.md
motion-prime-0.4.4 doc/STYLE.md
motion-prime-0.4.3 doc/STYLE.md
motion-prime-0.4.2 doc/STYLE.md
motion-prime-0.4.1 doc/STYLE.md
motion-prime-0.4.0 doc/STYLE.md
motion-prime-0.3.3 doc/STYLE.md
motion-prime-0.3.2 doc/STYLE.md