--- /dev/null
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is SeaMonkey internet suite code.
+ *
+ * The Initial Developer of the Original Code is
+ * Mozilla Foundation.
+ * Portions created by the Initial Developer are Copyright (C) 2010
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ * 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
+ * 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
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the MPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the MPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+/* make findbar appear above content */
+#appcontent {
+ -moz-box-direction: reverse;
+}
+
+/* style findbar for being on top */
+#FindToolbar {
+ border-bottom: 1px solid #666699;
+ border-top: 1px solid transparent;
+}
/* find-next button */
.findbar-find-next {
- /* XXX: look into this when we support FF
list-style-image: url("chrome://global/skin/icons/find.png");
-moz-image-region: rect(0px 16px 16px 0px);
- */
}
/* find-previous button */
.findbar-find-previous {
- /* XXX: look into this when we support FF
list-style-image: url("chrome://global/skin/icons/find.png");
-moz-image-region: rect(0px 32px 16px 16px);
- */
}
/* highlight button */
.findbar-highlight {
- /* XXX: look into this when we support FF
list-style-image: url("chrome://global/skin/icons/find.png");
-moz-image-region: rect(0px 48px 16px 32px);
- */
}
.find-status-icon {
}
.find-status-icon[status="notfound"] {
- /* XXX: look into this when we support FF
list-style-image: url("chrome://global/skin/icons/notfound.png");
- */
}
.findbar-textbox[status="notfound"] {
}
.find-status-icon[status="wrapped"] {
- /* XXX: look into this when we support FF
list-style-image: url("chrome://global/skin/icons/wrap.png");
- */
}
width: 42ch;
}
+.CardEditLabel {
+ text-align: end;
+}
+
.PhoneEditWidth {
width: 24ch;
}
height: 0px;
}
-/* XXX bug 313731 buttons are taller than menulists */
-
-#msgLocationToolbar > #searchBox[collapsed="true"] {
- visibility: hidden;
-}
-
#locationIcon {
list-style-image: none;
}
-#locationFolders {
- width: 20em;
-}
-
/* ..... folder pane adjustments ..... */
.folderview-cycler > .toolbarbutton-text {
-moz-image-region: rect(252px 50px 273px 25px);
}
+#locationFolders {
+ width: 22em;
+}
+
+toolbarpaletteitem[place="palette"] > #folder-location-container > #locationFolders {
+ max-width: 11em;
+}
+
+toolbarpaletteitem[place="palette"] > #search-container > #searchInput {
+ max-width: 11em;
+}
+
+toolbarpaletteitem[place="palette"] > #mailviews-container > #viewPicker {
+ max-width: 11em;
+}
+
+#viewPickerPopup > menuitem > .menu-iconic-left,
+#viewPickerPopup > menu > menupopup > menuitem > .menu-iconic-left {
+ display: -moz-box !important;
+}
+
/* ::::: small primary toolbar buttons ::::: */
toolbar[iconsize="small"] > #button-getmsg,
--- /dev/null
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is SeaMonkey internet suite code.
+ *
+ * The Initial Developer of the Original Code is
+ * Mozilla Foundation.
+ * Portions created by the Initial Developer are Copyright (C) 2010
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ * 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
+ * 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
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the MPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the MPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+/* make findbar appear above content */
+#appcontent {
+ -moz-box-direction: reverse;
+}
+
+/* style findbar for being on top */
+#FindToolbar {
+ border-top: none;
+ border-bottom: 3px solid #000000;
+}
}
findbar {
- border-top: 1px solid #666699;
+ border-top: 1px solid #000000;
border-bottom: 1px solid transparent;
min-width: 1px;
}
/* find-next button */
.findbar-find-next {
- /* XXX: look into this when we support FF
list-style-image: url("chrome://global/skin/icons/find.png");
-moz-image-region: rect(0px 16px 16px 0px);
- */
}
/* find-previous button */
.findbar-find-previous {
- /* XXX: look into this when we support FF
list-style-image: url("chrome://global/skin/icons/find.png");
-moz-image-region: rect(0px 32px 16px 16px);
- */
}
/* highlight button */
.findbar-highlight {
- /* XXX: look into this when we support FF
list-style-image: url("chrome://global/skin/icons/find.png");
-moz-image-region: rect(0px 48px 16px 32px);
- */
}
.find-status-icon {
}
.find-status-icon[status="notfound"] {
- /* XXX: look into this when we support FF
list-style-image: url("chrome://global/skin/icons/notfound.png");
- */
}
.findbar-textbox[status="notfound"] {
}
.find-status-icon[status="wrapped"] {
- /* XXX: look into this when we support FF
list-style-image: url("chrome://global/skin/icons/wrap.png");
- */
}
width: 42ch;
}
+.CardEditLabel {
+ text-align: end;
+}
+
.PhoneEditWidth {
width: 24ch;
}
border: none;
}
-/* XXX bug 313731 buttons are taller than menulists */
-
-#msgLocationToolbar > #searchBox[collapsed="true"] {
- visibility: hidden;
-}
-
#locationIcon {
list-style-image: none;
}
-#locationFolders {
- width: 20em;
-}
-
/* ..... folder pane adjustments ..... */
.folderview-cycler > .toolbarbutton-text {
-moz-image-region: rect(252px 75px 273px 50px);
}
+#locationFolders {
+ width: 22em;
+}
+
+toolbarpaletteitem[place="palette"] > #folder-location-container > #locationFolders {
+ max-width: 11em;
+}
+
+toolbarpaletteitem[place="palette"] > #search-container > #searchInput {
+ max-width: 11em;
+}
+
+toolbarpaletteitem[place="palette"] > #mailviews-container > #viewPicker {
+ max-width: 11em;
+}
+
+#viewPickerPopup > menuitem > .menu-iconic-left,
+#viewPickerPopup > menu > menupopup > menuitem > .menu-iconic-left {
+ display: -moz-box !important;
+}
+
/* ::::: small primary toolbar buttons ::::: */
toolbar[iconsize="small"] > #button-getmsg,