home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / modern.jar / skin / modern / messenger / importDialog.css < prev    next >
Cascading Style Sheet File  |  2001-02-14  |  2KB  |  62 lines

  1. /* 
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *  
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *  
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  * 
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  * 
  20.  * Contributor(s): 
  21.  *   
  22.  */
  23.  
  24. @import url(chrome://communicator/skin/);
  25.  
  26. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
  27. @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
  28.  
  29. #import-type-radio-box {
  30.   padding-top: 1em;
  31. }
  32.  
  33. #import-module-list-box {
  34.   padding: 1em 3em 2em 3em;
  35. }
  36.  
  37. #import-module-tree-box {
  38.   height: 8em;
  39.   width: 20em;
  40.   border: 1px inset white;
  41.   margin-top: .5em;
  42. }
  43.  
  44. #description {
  45.   margin: 1.5em 0px 0px 0px;
  46.   padding: 0px 2px 0px 2px;
  47.   height: 4em;
  48.   width: 20em;
  49.   background-color:white;
  50.   border:1px inset white;
  51. }
  52.  
  53. #progressStatus {
  54.   margin: 1em 0px 0px 0px;
  55. }
  56.  
  57. #progressMeter {
  58.   margin: 1em 2em 2em 1em; 
  59.   width: 26em;
  60. }
  61.  
  62.