Address book popup: removed the rounded edges (because
authorArt Cancro <ajc@citadel.org>
Thu, 26 Apr 2007 02:54:42 +0000 (02:54 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 26 Apr 2007 02:54:42 +0000 (02:54 +0000)
they still weren't working correctly) and put in a 1 pixel black border.

webcit/static/wclib.js
webcit/static/webcit.css

index 6f1c0a1cbcdb8d9e863dc64a55d53dfc8e4d2449..1742b6c342346df84898816a8c32e3ba2889436d 100644 (file)
@@ -677,7 +677,6 @@ function PopOpenAddressBook(target_input) {
                        evalScripts: true
                }
        );
-       Nifty('div#address_book_popup_container_div','big transparent');
 }
 
 function PopulateAddressBookInnerDiv(which_addr_book, target_input) {
index 1b5a5089e05ad75be18e5475a4d4fd054092d8d5..64e6ff194687b7ebbd05a6f356867e4beb7587f1 100644 (file)
@@ -868,6 +868,7 @@ div.auto_complete ul strong.highlight {
        background-color: #fff;
        color: #000;
        display: none;
+       border: 1px solid black;
 }
 
 #address_book_popup_container_div {