From b7b490fb34470d11d1a173561716f9e266c97f4b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 18 Sep 2018 15:46:18 +0200 Subject: [PATCH] Migrate country selector columns into new country-select widget --- addressbook/templates/default/app.css | 4 +++- addressbook/templates/default/index.xet | 4 ++-- addressbook/templates/pixelegg/app.css | 3 +++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/addressbook/templates/default/app.css b/addressbook/templates/default/app.css index 87ee32eb73..108b2c05ba 100644 --- a/addressbook/templates/default/app.css +++ b/addressbook/templates/default/app.css @@ -119,4 +119,6 @@ select#addressbook-index_col_filter\[tid\] { float: right; width: 134px; } -#addressbook-edit .chzn-container .chzn-results {max-height: 110px} \ No newline at end of file +#addressbook-edit .chzn-container .chzn-results {max-height: 110px} + +#addressbook-index_nm .chzn-drop {width:auto;} \ No newline at end of file diff --git a/addressbook/templates/default/index.xet b/addressbook/templates/default/index.xet index d5cdcc6e3b..07fd513652 100644 --- a/addressbook/templates/default/index.xet +++ b/addressbook/templates/default/index.xet @@ -62,12 +62,12 @@ - + - + diff --git a/addressbook/templates/pixelegg/app.css b/addressbook/templates/pixelegg/app.css index dfa0cd3a25..4f85f58ea7 100755 --- a/addressbook/templates/pixelegg/app.css +++ b/addressbook/templates/pixelegg/app.css @@ -143,6 +143,9 @@ select#addressbook-index_col_filter\[tid\] { #addressbook-edit .chzn-container .chzn-results { max-height: 110px; } +#addressbook-index_nm .chzn-drop { + width: auto; +} @media all { /* #############################################################################