diff --git a/pgaweb/static/css/styleguide/_pgadmin.style.scss b/pgaweb/static/css/styleguide/_pgadmin.style.scss index 2f24eec..c47c3d3 100644 --- a/pgaweb/static/css/styleguide/_pgadmin.style.scss +++ b/pgaweb/static/css/styleguide/_pgadmin.style.scss @@ -989,6 +989,10 @@ table.table-empty-rows{ .typography-font-sect { background-color: #f3f5f9; + .typg-font-style { + letter-spacing: 0.25px; + } + .typg-style-section { width: 49%; display: inline-block; @@ -1014,8 +1018,8 @@ table.table-empty-rows{ font-weight: normal; font-stretch: normal; font-style: normal; - line-height: 1.33; - letter-spacing: 0.25px; + line-height: 1.7; + letter-spacing: 2px; color: #222222; padding-left: 3em; } @@ -1031,8 +1035,8 @@ table.table-empty-rows{ font-weight: bold; font-stretch: normal; font-style: normal; - line-height: 1.33; - letter-spacing: 0.25px; + line-height: 1.7; + letter-spacing: 2px; color: #222222; padding-left: 3em; } @@ -1040,9 +1044,7 @@ table.table-empty-rows{ .font-family-desc { margin-top: 2em; - padding-top: 1em; - padding-left: 3em; - padding-right: 3em; + padding: 1em 3em 1em 3em; font-size: 12px; font-weight: normal; font-stretch: normal; @@ -1254,7 +1256,7 @@ table.table-empty-rows{ .dd_expand { width: 252px; - height: 269px; + height: auto; padding-left: 2em; } @@ -1323,12 +1325,15 @@ table.table-empty-rows{ } .iconography-icon { - width: 3.2em; - height: 3em; + width: 6.2em; + height: 5.5em; display: inline-block; align-items: center; text-align: center; vertical-align: middle; + word-break: break-all; + padding-left: 0.5em; + padding-right: 0.5em; } .iconography-custom-icon { @@ -1342,14 +1347,16 @@ table.table-empty-rows{ } .iconography-query-icon { - width: 5em; - height: 5em; + width: 6.3em; + height: 5.5em; display: inline-block; align-items: center; text-align: center; + word-break: break-all; vertical-align: middle; - margin-right: 1em; - margin-bottom: 1em; + margin-bottom: 2em; + padding-left: 0.5em; + padding-right: 0.5em; } .iconography-fa-icon { diff --git a/pgaweb/static/css/styleguide/dark_theme.scss b/pgaweb/static/css/styleguide/dark_theme.scss index 7e398ea..7175740 100644 --- a/pgaweb/static/css/styleguide/dark_theme.scss +++ b/pgaweb/static/css/styleguide/dark_theme.scss @@ -648,6 +648,18 @@ line-height: 1.17; letter-spacing: 0.25px; color: #FFF; + display: block; +} + +.d-icon-label-tree { + font-size: 12px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1.17; + letter-spacing: 0.25px; + color: #FFF; + display: block; } .dark-thm { diff --git a/pgaweb/static/css/styleguide/hc_theme.scss b/pgaweb/static/css/styleguide/hc_theme.scss index 345027c..48d5b5e 100644 --- a/pgaweb/static/css/styleguide/hc_theme.scss +++ b/pgaweb/static/css/styleguide/hc_theme.scss @@ -642,5 +642,13 @@ padding-right: 2em; } +// iconography +.hc-iconography-component-container { + width: auto; + border: solid 1px #bac1cd; + margin-bottom: 3em; + background-color: #010b15; +} + diff --git a/pgaweb/static/css/styleguide/iconography.scss b/pgaweb/static/css/styleguide/iconography.scss index 04639c6..ace7d24 100644 --- a/pgaweb/static/css/styleguide/iconography.scss +++ b/pgaweb/static/css/styleguide/iconography.scss @@ -1,10 +1,6 @@ .pg-icon { - background-repeat: no-repeat; - background-size: 24px !important; - align-content: center; - vertical-align: middle; - height: 2.3em; - width: 2.3em; + height: 24px; + width: 24px; display: inline-block; } @@ -448,12 +444,8 @@ .pg-icon-query { - background-repeat: no-repeat; - background-size: 64px !important; - align-content: center; - vertical-align: middle; - height: 5em; - width: 5em; + width: 64px; + height: 64px; display: inline-block; } diff --git a/pgaweb/static/css/styleguide/sd_theme.scss b/pgaweb/static/css/styleguide/sd_theme.scss index 5837c3d..ca589b7 100644 --- a/pgaweb/static/css/styleguide/sd_theme.scss +++ b/pgaweb/static/css/styleguide/sd_theme.scss @@ -2,6 +2,7 @@ border: none; border-bottom: 3px solid #295c85!important; color: #295c85 !important; + font-weight: 500; } .nav-tabs .nav-link:hover { @@ -12,7 +13,9 @@ border: none; color: #6d7789; padding-left: 0em; - font-weight: 500; + font-weight: 400; + padding-right: 0em; + margin-right: 2em; } // Color code classes @@ -569,8 +572,19 @@ line-height: 1.17; letter-spacing: 0.25px; color: #222222; + display: block; } +.icon-label-tree { + font-size: 12px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1.17; + letter-spacing: 0.25px; + color: #222222; + display: block; +} diff --git a/pgaweb/templates/pgaweb/styleguide/iconography/dark_iconography.html b/pgaweb/templates/pgaweb/styleguide/iconography/dark_iconography.html index 37aeed1..46a0742 100644 --- a/pgaweb/templates/pgaweb/styleguide/iconography/dark_iconography.html +++ b/pgaweb/templates/pgaweb/styleguide/iconography/dark_iconography.html @@ -419,330 +419,439 @@
+ cast
+ coll-cast
+ catalog_object_column
+ coll-column
+ catalog_object
+ coll-catalog_object
+ catalog
+ coll-catalog
+ domain_constraints
+ coll-domain_constraints
+ primary_key
+ compound_trigger
+ coll-compound_trigger
+ coll-database
+ database
+ edbfunc
+ coll-edbfunc
+ fts_template
+ coll-fts_template
+ trigger
+ coll-trigger
+ coll-sequence
+ event_trigger
+ coll-event_trigger
+ trigger_function
+ coll-trigger_function
+ procedure
+ coll-function
+ edbproc
+ col-edbproc
+ domain
+ coll-domain
+ collation
+ language
+ coll-language
+ mview
+ coll-mview
+ function
+ coll-procedure
+ schema
+ coll-schema
+ synonym
+ coll-synonym
+ coll-fts_parser
+ type
+ coll-type
+ view
+ coll-view
+ resource_group
+ coll-resource_group
+ tablespace
+ coll-tablespace
+ rule-1
+ coll-rule
+ exclusion_constraint
+ package
+ coll-package
+ index
+ coll-index
+ role
+ coll-role
+ group
+ partition
+ coll-partition
+ coll-foreign_data_wrapper-1
+ foreign_data_wrapper-1
+ pga_job
+ coll-pga_job
+ pga_jobstep
+ coll-pga_jobstep
+ user_mapping
+ coll-user_mapping
+ pga_schedule
+ coll-pga_schedule
+ server_group
+ server
+ coll-foreign_server
+ trigger-bad
+ triggerbad
+ pga_schedule-disabled
+ pga_job-disabled
+ pga_jobstep-disabled
+ serverbad
+ domain_constraints-bad
+ compound_trigger-bad
+ databasebad
+ check-constraint-bad
+ check-constraint
+ sub_partition_table
+ table-inherited
+ table-inherits
+ table-multi-inherit
+ partition_table
+ unique_constraint
+ table-repl
+ coll-foreign_table
+ coll-fts_dictionary
+ ppas
+ pg
+ coll-edbvar
+ edbvar
+ extension
+ coll-extension
+ coll-fts_configuration
+ fts_configuration-1
+ fts_dictionary
+ ex_unknown
+ fts_parser
+ coll-constraints
@@ -753,156 +862,208 @@
+ ex_aggregate
+ ex_append
+ ex_bmp_and
+ ex_bmp_heap
+ ex_bmp_index +
+ ex_bmp_or
+ ex_cte_scan
+ ex_delete
+ ex_foreign_scan
+ ex_gather_merge
+ ex_gather_motion
+ ex_group
+ ex_hash_setop_intersect_all
+ ex_hash_setop_intersect
+ ex_hash_setop_unknown
+ ex_hash
+ ex_index_only_scan
+ ex_index_scan
+ ex_materialize
+ ex_merge_anto_join
+ ex_merge_append
+ ex_merge_semi_join
+ ex_merge
+ ex_named_tuplestore_scan
+ ex_recursive_union
+ ex_redistribute_motion
+ ex_result
+ ex_scan
+ ex_seek
+ ex_setop
+ ex_values_scan
+ ex_lock_rows
+ e_projectset
+ ex_update
+ ex_tid_scan
+ ex_window_aggregate
+ ex_hash_setop_except_all
+ ex_limit
+ ex_table_func_scan
+ ex_hash_semi_join
+ ex_subplan
+ ex_nested_loop_semi_join
+ ex_unique
+ ex_hash_setop_except
+ ex_broadcast_motion
+ ex_hash_anti_join
+ ex_insert
+ ex_nested_loop_anti_join
+ ex_worktable_scan
+ ex_sort
+ ex_join
diff --git a/pgaweb/templates/pgaweb/styleguide/iconography/hc_iconography.html b/pgaweb/templates/pgaweb/styleguide/iconography/hc_iconography.html index 02ab3d6..c21542f 100644 --- a/pgaweb/templates/pgaweb/styleguide/iconography/hc_iconography.html +++ b/pgaweb/templates/pgaweb/styleguide/iconography/hc_iconography.html @@ -1,7 +1,7 @@ {% if section == 'fontawesome' %}

Font Awesome version 5.14.0 (14x14px)

-
+

@@ -355,7 +355,7 @@ {% elif section == 'custom_icons' %}

Custom Solid Icons (14x14px)

-
+
@@ -417,334 +417,443 @@ {% elif section == 'tree_view_icons' %}

Tree View Icons (14x14px)

-
+
+ cast
+ coll-cast
+ catalog_object_column
+ coll-column
+ catalog_object
+ coll-catalog_object
+ catalog
+ coll-catalog
+ domain_constraints
+ coll-domain_constraints
+ primary_key
+ compound_trigger
+ coll-compound_trigger
+ coll-database
+ database
+ edbfunc
+ coll-edbfunc
+ fts_template
+ coll-fts_template
+ trigger
+ coll-trigger
+ coll-sequence
+ event_trigger
+ coll-event_trigger
+ trigger_function
+ coll-trigger_function
+ procedure
+ coll-function
+ edbproc
+ col-edbproc
+ domain
+ coll-domain
+ collation
+ language
+ coll-language
+ mview
+ coll-mview
+ function
+ coll-procedure
+ schema
+ coll-schema
+ synonym
+ coll-synonym
+ coll-fts_parser
+ type
+ coll-type
+ view
+ coll-view
+ resource_group
+ coll-resource_group
+ tablespace
+ coll-tablespace
+ rule-1
+ coll-rule
+ exclusion_constraint
+ package
+ coll-package
+ index
+ coll-index
+ role
+ coll-role
+ group
+ partition
+ coll-partition
+ coll-foreign_data_wrapper-1
+ foreign_data_wrapper-1
+ pga_job
+ coll-pga_job
+ pga_jobstep
+ coll-pga_jobstep
+ user_mapping
+ coll-user_mapping
+ pga_schedule
+ coll-pga_schedule
+ server_group
+ server
+ coll-foreign_server
+ trigger-bad
+ triggerbad
+ pga_schedule-disabled
+ pga_job-disabled
+ pga_jobstep-disabled
+ serverbad
+ domain_constraints-bad
+ compound_trigger-bad
+ databasebad
+ check-constraint-bad
+ check-constraint
+ sub_partition_table
+ table-inherited
+ table-inherits
+ table-multi-inherit
+ partition_table
+ unique_constraint
+ table-repl
+ coll-foreign_table
+ coll-fts_dictionary
+ ppas
+ pg
+ coll-edbvar
+ edbvar
+ extension
+ coll-extension
+ coll-fts_configuration
+ fts_configuration-1
+ fts_dictionary
+ ex_unknown
+ fts_parser
+ coll-constraints
@@ -752,160 +861,212 @@ {% elif section == 'query_plans' %}

Query Plan Icons (64x64px)

-
+
+ ex_aggregate
+ ex_append
+ ex_bmp_and
+ ex_bmp_heap
+ ex_bmp_index +
+ ex_bmp_or
+ ex_cte_scan
+ ex_delete
+ ex_foreign_scan
+ ex_gather_merge
+ ex_gather_motion
+ ex_group
+ ex_hash_setop_intersect_all
+ ex_hash_setop_intersect
+ ex_hash_setop_unknown
+ ex_hash
+ ex_index_only_scan
+ ex_index_scan
+ ex_materialize
+ ex_merge_anto_join
+ ex_merge_append
+ ex_merge_semi_join
+ ex_merge
+ ex_named_tuplestore_scan
+ ex_recursive_union
+ ex_redistribute_motion
+ ex_result
+ ex_scan
+ ex_seek
+ ex_setop
+ ex_values_scan
+ ex_lock_rows
+ e_projectset
+ ex_update
+ ex_tid_scan
+ ex_window_aggregate
+ ex_hash_setop_except_all
+ ex_limit
+ ex_table_func_scan
+ ex_hash_semi_join
+ ex_subplan
+ ex_nested_loop_semi_join
+ ex_unique
+ ex_hash_setop_except
+ ex_broadcast_motion
+ ex_hash_anti_join
+ ex_insert
+ ex_nested_loop_anti_join
+ ex_worktable_scan
+ ex_sort
+ ex_join
diff --git a/pgaweb/templates/pgaweb/styleguide/iconography/sd_iconography.html b/pgaweb/templates/pgaweb/styleguide/iconography/sd_iconography.html index 77834f6..e61c04c 100644 --- a/pgaweb/templates/pgaweb/styleguide/iconography/sd_iconography.html +++ b/pgaweb/templates/pgaweb/styleguide/iconography/sd_iconography.html @@ -420,330 +420,439 @@
+ cast
+ coll-cast
+ catalog_object_column
+ coll-column
+ catalog_object
+ coll-catalog_object
+ catalog
+ coll-catalog
+ domain_constraints
+ coll-domain_constraints
+ primary_key
+ compound_trigger
+ coll-compound_trigger
+ coll-database
+ database
+ edbfunc
+ coll-edbfunc
+ fts_template
+ coll-fts_template
+ trigger
+ coll-trigger
+ coll-sequence
+ event_trigger
+ coll-event_trigger
+ trigger_function
+ coll-trigger_function
+ procedure
+ coll-function
+ edbproc
+ col-edbproc
+ domain
+ coll-domain
+ collation
+ language
+ coll-language
+ mview
+ coll-mview
+ function
+ coll-procedure
+ schema
+ coll-schema
+ synonym
+ coll-synonym
+ coll-fts_parser
+ type
+ coll-type
+ view
+ coll-view
+ resource_group
+ coll-resource_group
+ tablespace
+ coll-tablespace
+ rule-1
+ coll-rule
+ exclusion_constraint
+ package
+ coll-package
+ index
+ coll-index
+ role
+ coll-role
+ group
+ partition
+ coll-partition
+ coll-foreign_data_wrapper-1
+ foreign_data_wrapper-1
+ pga_job
+ coll-pga_job
+ pga_jobstep
+ coll-pga_jobstep
+ user_mapping
+ coll-user_mapping
+ pga_schedule
+ coll-pga_schedule
+ server_group
+ server
+ coll-foreign_server
+ trigger-bad
+ triggerbad
+ pga_schedule-disabled
+ pga_job-disabled
+ pga_jobstep-disabled
+ serverbad
+ domain_constraints-bad
+ compound_trigger-bad
+ databasebad
+ check-constraint-bad
+ check-constraint
+ sub_partition_table
+ table-inherited
+ table-inherits
+ table-multi-inherit
+ partition_table
+ unique_constraint
+ table-repl
+ coll-foreign_table
+ coll-fts_dictionary
+ ppas
+ pg
+ coll-edbvar
+ edbvar
+ extension
+ coll-extension
+ coll-fts_configuration
+ fts_configuration-1
+ fts_dictionary
+ ex_unknown
+ fts_parser
+ coll-constraints
@@ -755,156 +864,208 @@
+ ex_aggregate
+ ex_append
+ ex_bmp_and
+ ex_bmp_heap
+ ex_bmp_index +
+ ex_bmp_or
+ ex_cte_scan
+ ex_delete
+ ex_foreign_scan
+ ex_gather_merge
+ ex_gather_motion
+ ex_group
+ ex_hash_setop_intersect_all
+ ex_hash_setop_intersect
+ ex_hash_setop_unknown
+ ex_hash
+ ex_index_only_scan
+ ex_index_scan
+ ex_materialize
+ ex_merge_anto_join
+ ex_merge_append
+ ex_merge_semi_join
+ ex_merge
+ ex_named_tuplestore_scan
+ ex_recursive_union
+ ex_redistribute_motion
+ ex_result
+ ex_scan
+ ex_seek
+ ex_setop
+ ex_values_scan
+ ex_lock_rows
+ e_projectset
+ ex_update
+ ex_tid_scan
+ ex_window_aggregate
+ ex_hash_setop_except_all
+ ex_limit
+ ex_table_func_scan
+ ex_hash_semi_join
+ ex_subplan
+ ex_nested_loop_semi_join
+ ex_unique
+ ex_hash_setop_except
+ ex_broadcast_motion
+ ex_hash_anti_join
+ ex_insert
+ ex_nested_loop_anti_join
+ ex_worktable_scan
+ ex_sort
+ ex_join
diff --git a/pgaweb/templates/pgaweb/styleguide/toggle_buttons/dark_togglebutton.html b/pgaweb/templates/pgaweb/styleguide/toggle_buttons/dark_togglebutton.html index f99dc93..bac7f0d 100644 --- a/pgaweb/templates/pgaweb/styleguide/toggle_buttons/dark_togglebutton.html +++ b/pgaweb/templates/pgaweb/styleguide/toggle_buttons/dark_togglebutton.html @@ -1,5 +1,5 @@ {% load static %} -

Primary Buttons

+

Toggle On

diff --git a/pgaweb/templates/pgaweb/styleguide/toggle_buttons/hc_togglebutton.html b/pgaweb/templates/pgaweb/styleguide/toggle_buttons/hc_togglebutton.html index b5b18fe..8f06e0c 100644 --- a/pgaweb/templates/pgaweb/styleguide/toggle_buttons/hc_togglebutton.html +++ b/pgaweb/templates/pgaweb/styleguide/toggle_buttons/hc_togglebutton.html @@ -1,5 +1,5 @@ {% load static %} -

Primary Buttons

+

Toggle On

diff --git a/pgaweb/templates/pgaweb/styleguide/toggle_buttons/sd_togglebutton.html b/pgaweb/templates/pgaweb/styleguide/toggle_buttons/sd_togglebutton.html index d84d528..4e79bf8 100644 --- a/pgaweb/templates/pgaweb/styleguide/toggle_buttons/sd_togglebutton.html +++ b/pgaweb/templates/pgaweb/styleguide/toggle_buttons/sd_togglebutton.html @@ -1,5 +1,5 @@ {% load static %} -

Primary Buttons

+

Toggle On

diff --git a/pgaweb/templates/pgaweb/styleguide/typography.html b/pgaweb/templates/pgaweb/styleguide/typography.html index a7486fc..2f1b930 100644 --- a/pgaweb/templates/pgaweb/styleguide/typography.html +++ b/pgaweb/templates/pgaweb/styleguide/typography.html @@ -19,14 +19,14 @@

- Roboto Regular
+ Roboto Regular
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
0123456789

- Roboto Regular
+ Roboto Regular
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
0123456789
@@ -45,9 +45,9 @@

Font Size

-
16pxLorem ipsum is dummy text.
-
14pxLorem ipsum is dummy text.
-
13pxLorem ipsum is dummy text.
+

16pxLorem ipsum is dummy text.

+

14pxLorem ipsum is dummy text.

+

13pxLorem ipsum is dummy text.

{% endblock %} \ No newline at end of file