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 / dialogs.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  1KB  |  65 lines

  1. /* ===== dialogs.css ===================================================
  2.    == Used by each of the AIM dialogs.
  3.    ===================================================================== */
  4.  
  5. @import url("chrome://aim/skin");
  6.  
  7. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  8.  
  9. /* ::::: Add Buddy dialog ::::: */
  10.  
  11. #AddBuddyGroupList {
  12.   border: 1px inset #B4C3D4;
  13.   height: 160px; 
  14.   overflow: auto; 
  15. }
  16.  
  17. .overflow-box {
  18.   border: 1px inset #B4C3D4;
  19.   height: 200px;
  20.   overflow: auto;
  21. }
  22.  
  23.  
  24. #alertbox {
  25.    width: 200px;
  26.    height: 50px;
  27. }
  28.  
  29.  
  30. #alertBell {
  31.   list-style-image      : url("chrome://aim/skin/icons/aimAlertBell.gif");
  32. }
  33.  
  34. /* ::::: Get Member Info dialog ::::: */
  35.  
  36. #profilefieldcontainerbox {
  37.   border: 2px solid ;
  38.   -moz-border-top-colors: #BEC3D3 #5D616E;
  39.   -moz-border-right-colors: #F8FAFE #5D616E;
  40.   -moz-border-bottom-colors: #F8FAFE #5D616E;
  41.   -moz-border-left-colors: #BEC3D3 #5D616E;
  42. }
  43.  
  44.  
  45. /* ::::: Transfer dialogs ::::: */
  46.  
  47. #transferouterbox {
  48.    width: 300px;
  49.    height: 100px;
  50. }
  51.  
  52.  
  53. #sendfileouterbox {
  54.    width: 300px;
  55.    height: 400px;
  56. }
  57. .sendfiletextbox{
  58.    height: 100px;
  59. }
  60.  
  61. #AimChangePassword {
  62.   width: 35em;
  63.   padding: 0px 0px 0px 0px;
  64. }
  65.