home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / aim / prefPanels.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  2KB  |  56 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public License
  3.  * Version 1.0 (the "NPL"); you may not use this file except in
  4.  * compliance with the NPL.  You may obtain a copy of the NPL at
  5.  * http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  8.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  9.  * for the specific language governing rights and limitations under the
  10.  * NPL.
  11.  *
  12.  * The Initial Developer of this code under the NPL is Netscape
  13.  * Communications Corporation.  Portions created by Netscape are
  14.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  15.  * Reserved.
  16.  */
  17.  
  18. /* ===== prefPanels.css ================================================
  19.    == Used by each of the AIM preferences panels.
  20.    ===================================================================== */
  21.  
  22. @import url("chrome://aim/skin");
  23.  
  24. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  25.  
  26. /* ::::: Notification panel ::::: */
  27.  
  28. .tbSound {
  29.   list-style-image: url("chrome://aim/skin/btn2/speaker.gif");
  30. }
  31.  
  32. /* ::::: Privacy panel ::::: */
  33.  
  34.  
  35. tree#Allow,
  36. tree#Deny{
  37.    height: 65px;
  38. }
  39.  
  40. /* Styles panel */
  41.  
  42. #imTextColorButton {
  43.   min-width: 0em !important;
  44.   margin-left: 5px !important;
  45. }
  46.  
  47. #imBackgroundColorButton {
  48.   min-width: 0em !important;
  49.   margin-left: 5px !important;
  50. }
  51.  
  52. #stylealignment {
  53.   margin-top: 4px !important;
  54.   margin-left: 6px !important;
  55. }
  56.