sync with EarlyBlue and Classic, prepare for 1.8a release
[themes.git] / LCARStrek / global / filepicker.css
index 23fcb297da9e22300a66c33eae095e8e85ebb717..8e453a801864fdb9f12819fc5ae79ceb2e68999a 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * The Initial Developer of the Original Code is
  * Netscape Communications Corporation.
  * Portions created by the Initial Developer are Copyright (C) 1998
  * the Initial Developer. All Rights Reserved.
@@ -24,7 +24,7 @@
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or 
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  * in which case the provisions of the GPL or the LGPL are applicable instead
  * of those above. If you wish to allow use of your version of this file only
@@ -67,6 +67,8 @@ treechildren::-moz-tree-image(FilenameColumn, file) {
 
 .up-button {
   list-style-image: url("chrome://global/skin/filepicker/folder-up.gif");
+  min-width: 0%; /* don't let XUL layout min-size override our max-width setting */
+  min-height: 0%;
   max-width: 26px;
 }
 
@@ -76,6 +78,8 @@ treechildren::-moz-tree-image(FilenameColumn, file) {
 
 .home-button {
   list-style-image: url("chrome://global/skin/filepicker/folder-home.gif");
+  min-width: 0%; /* don't let XUL layout min-size override our max-width setting */
+  min-height: 0%;
   max-width: 26px;
 }
 
@@ -85,6 +89,8 @@ treechildren::-moz-tree-image(FilenameColumn, file) {
 
 .new-dir-button {
   list-style-image: url("chrome://global/skin/filepicker/folder-new.gif");
+  min-width: 0%; /* don't let XUL layout min-size override our max-width setting */
+  min-height: 0%;
   max-width: 28px;
 }