home *** CD-ROM | disk | FTP | other *** search
- /* ===== dialogs.css ===================================================
- == Used by each of the AIM dialogs.
- ======================================================================= */
-
- @import url("chrome://aim/skin");
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- #AddBuddyGroupList
- {
- height : 160px;
- overflow : auto;
- border-left : 1px solid ThreeDShadow;
- border-top : 1px solid ThreeDDarkShadow;
- border-right : 1px solid ThreeDHighlight;
- border-bottom : 1px solid ThreeDHighlight;
- }
-
- .overflow-box
- {
- height : 200px;
- overflow : auto;
- border-left : 1px solid ThreeDShadow;
- border-top : 1px solid ThreeDDarkShadow;
- border-right : 1px solid ThreeDHighlight;
- border-bottom : 1px solid ThreeDHighlight;
- }
-