From eedda315f82169fbbb1c079d1845a80a429f00e2 Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 28 Jul 2022 17:22:08 +0200 Subject: [PATCH] remove old css, fix misalignment of region --- addressbook/templates/default/app.css | 7 ------- addressbook/templates/pixelegg/app.css | 11 ----------- 2 files changed, 18 deletions(-) diff --git a/addressbook/templates/default/app.css b/addressbook/templates/default/app.css index a074e62996..a5d34ab8b0 100644 --- a/addressbook/templates/default/app.css +++ b/addressbook/templates/default/app.css @@ -130,12 +130,5 @@ select#addressbook-index_col_filter\[tid\] { et2-button#addressbook-index_nm_advanced-search { margin-right: 0 !important; } -#addressbook-edit .chzn-container .chzn-results {max-height: 110px} - -#addressbook-index_nm .chzn-drop {width:auto;} -#addressbook-edit_adr_one_region, #addressbook-edit_adr_two_region { - vertical-align: middle; - margin-left: 1px; -} .smime_section_border {border-top: 1px solid #e5e5e5;} .smime_section_border> * {padding-top: 10px;} \ No newline at end of file diff --git a/addressbook/templates/pixelegg/app.css b/addressbook/templates/pixelegg/app.css index 82d4e5a4d5..999a72ba09 100755 --- a/addressbook/templates/pixelegg/app.css +++ b/addressbook/templates/pixelegg/app.css @@ -149,17 +149,6 @@ select#addressbook-index_col_filter\[tid\] { et2-button#addressbook-index_nm_advanced-search { margin-right: 0 !important; } -#addressbook-edit .chzn-container .chzn-results { - max-height: 110px; -} -#addressbook-index_nm .chzn-drop { - width: auto; -} -#addressbook-edit_adr_one_region, -#addressbook-edit_adr_two_region { - vertical-align: middle; - margin-left: 1px; -} .smime_section_border { border-top: 1px solid #e5e5e5; }