home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / komunikace / netscape / nsb-install-8-0.exe / chrome / toolkit.jar / content / global / customizeToolbar.css < prev    next >
Cascading Style Sheet File  |  2005-09-26  |  2KB  |  71 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 David Hyatt. 
  16.   Portions created by David Hyatt are
  17.   Copyright (C) 2002 David Hyatt. All
  18.   Rights Reserved.
  19.   
  20.   Contributor(s): 
  21.     David Hyatt (hyatt@apple.com)
  22.     Blake Ross (blaker@netscape.com)
  23.  
  24. */
  25.  
  26. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
  27. @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
  28.  
  29. #palette-tab-box,
  30. #palette-box {
  31.   overflow: auto; 
  32.   margin: 0px 15px 10px 15px;
  33. }
  34.  
  35. #palette-box > hbox > toolbarpaletteitem {
  36.   padding-top: 8px;
  37.   padding-bottom: 8px;
  38. }
  39.  
  40. #palette-box > hbox {
  41.   min-height: 8em;
  42. }
  43.  
  44. #main-box > box {
  45.   overflow: hidden; 
  46. }
  47.  
  48. #main-box grid {
  49.     overflow: auto;
  50. }
  51.  
  52. #toolbartree {
  53.     height: 160px;
  54.     width: 140px;
  55. }
  56.  
  57. .toolbarSettingButtons {
  58.     width: 110px;
  59.     margin: 1px;
  60.     padding: 0px;
  61. }
  62.  
  63.  
  64.  
  65. /* Buttons on the customize dialog */
  66.  
  67. #CustomizeToolbarWindow .chromeclass-toolbar,
  68. #CustomizeToolbarWindow .chromeclass-toolbar-additional
  69. {
  70.   display: -moz-box !important;
  71.   }