X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fwebcit.css;h=8247a1549445570eb14711ad530d6cc7a547ab14;hb=e813fb1d99a656203ddd21253b7ddc99a6fde1f4;hp=c18ef59973979aa45a4fe6bc8782ae2a5432d278;hpb=51df78f51a4a3ac80c4eedd6768c1bd644e78530;p=citadel.git diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index c18ef5997..8247a1549 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -870,13 +870,18 @@ div.auto_complete ul strong.highlight { display: none; } -#address_book_popup_middle_div { +#address_book_popup_container_div { position: relative; width: 100%; height: 100%; background-color: #ffd; } +#address_book_popup_middle_div { + position: relative; + background-color: #ffd; +} + #address_book_inner_div { margin: 5px; }