home *** CD-ROM | disk | FTP | other *** search
- /* ===== buddyWindow.css ===============================================
- == Used in the stand-alone Buddy List window.
- ===================================================================== */
-
- @import url("chrome://aim/content/appWindow.css");
- @import url("chrome://communicator/skin/sidebar/sidebar.css");
- @import url("chrome://aim/skin");
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: logo box ::::: */
-
- #app-logo-box {
- background: url("chrome://communicator/skin/toolbar/prtb-bg-noline.gif") repeat-x top;
- }
-
- #app-title-runman {
- list-style-image: url("chrome://aim/locale/aim-mast.gif");
- }
-
- #app-title-runman[sessionMode="Icq"] {
- list-style-image: url("chrome://aim/locale/icq-mast.gif");
- }
-
- /* ::::: border/spacing adjustments ::::: */
-
- #sidebar-box {
- border-right: none;
- }
-
- .iframe-panel {
- border-left: none;
- }
-
- #navigator-throbber {
- border: none !important;
- list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
- background-color: transparent !important;
- margin-top: 3px !important;
- margin-bottom: 3px !important;
- }
-
- #navigator-throbber[busy="true"] {
- list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
- }
-
- #sidebar-close-button {
- display : none;
- }
-
-