updates to both themes for 1.9.1 toolkit winstripe changes, suite classic changes...
authorRobert Kaiser <robert@notebook.(none)>
Mon, 28 Sep 2009 17:26:20 +0000 (19:26 +0200)
committerRobert Kaiser <robert@notebook.(none)>
Mon, 28 Sep 2009 17:26:20 +0000 (19:26 +0200)
13 files changed:
EarlyBlue/communicator/communicator.css
EarlyBlue/communicator/preferences.css
EarlyBlue/editor/EditorDialog.css
EarlyBlue/global/button.css
EarlyBlue/messenger/dialogs.css
EarlyBlue/messenger/messengercompose/messengercompose.css
EarlyBlue/messenger/primaryToolbar.css
LCARStrek/communicator/communicator.css
LCARStrek/communicator/preferences.css
LCARStrek/editor/EditorDialog.css
LCARStrek/global/button.css
LCARStrek/messenger/dialogs.css
LCARStrek/messenger/primaryToolbar.css

index bc85a14fc852f475a2d8b1ef7fde0e178a0c51fb..96548741537c10c0970b8c939f2cca1ba2b90dc7 100644 (file)
   margin: 0px !important;
 }
 
+/* ::::: iconic menu and menuitems ::::: */
+
+menu.menu-iconic > .menu-iconic-left,
+menuitem.menuitem-iconic > .menu-iconic-left {
+  display: -moz-box;
+}
+
 /* ::::: download manager ::::: */
 
 #downloadView > treechildren::-moz-tree-image(Name) {
index 1c33deb61a05f1cc3f9d3b035963552ba1a9c1b5..cd4c8f026970d5e7cf96add60f72c1481a009cc4 100644 (file)
@@ -46,38 +46,3 @@ prefwindow {
   -moz-padding-start: 8px;
   -moz-padding-end: 10px;
 }
-
-/* File Field Widget */
-filefield {
-  margin: 2px 4px;
-  border: 1px inset #CCD0DD;
-}
-
-.fileFieldContentBox {
-  background-color: #CCD0DD;
-}
-
-filefield[disabled="true"] {
-  color: #CCCCCC;
-  border: 1px solid #666699;
-}
-
-.fileFieldIcon[disabled="true"] {
-  opacity: 0.4;
-}
-
-.fileFieldIcon {
-  width: 16px;
-  height: 16px;
-  margin-top: 1px;
-  margin-bottom: 1px;
-  -moz-margin-start: 1px;
-  -moz-margin-end: 4px;
-}
-
-.fileFieldLabel {
-  -moz-appearance: none;
-  background-color: transparent;
-  border: none;
-  margin: 0px;
-}
index 9b8dfda33676c9c2d06a245ea12551cd42d933c1..78ab644dc859435c8965c81d591a4ede9044906e 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/* The defaults are WAY to big! */
-groupbox {
-  margin: 2px 5px /* 4px 5px */;
-  padding-top: 2px;
-  padding-bottom: 4px;
-}
-
 .MinWidth5em {
   min-width: 5em;
 }
@@ -85,14 +78,6 @@ groupbox {
   font-weight: bold;
 }
 
-/* Use this with groove-thin in dialogs 
-   to add margins to top and bottom
-*/
-.tb-margin {
-  margin-top: 6px;
-  margin-bottom: 6px;
-}
-
 .color-well {
   width: 20px;
   height: 12px; 
@@ -110,10 +95,6 @@ groupbox {
   margin: 2px;
 }
 
-.menu-list[focused="true"] {
-  color: white;
-}
-
 #ColorPicker {
   -moz-user-focus: normal;
 }
@@ -141,14 +122,6 @@ groupbox {
   -moz-margin-end: 2px;
 }
 
-/* temporary -- we need a simple box-based list defined in XBL */
-tree.list {
-  border: 1px inset #CCD0DD;
-  /* same as in menulist.css */
-  margin: 1px 5px 2px;
-  /* use rows="#" in XUL to define height */
-}
-
 #ColorPreview {
   border: 1px inset #CCD0DD;
   -moz-margin-start: 10px;
@@ -158,11 +131,6 @@ tree.list {
   min-height: 50px;
 }
 
-#alignTypeSelect,
-label#alignLabel {
-  -moz-margin-start: 5px;
-}
-
 /* ::::: table properties dialog ::::: */
 
 #MoreFewerButton[more="0"] {
@@ -193,10 +161,6 @@ label#alignLabel {
 
 /* ::::: spelling dialog ::::: */
 
-#MisspelledWord {
-  font-weight: bold;
-}
-
 #ReplaceWordInput {
   min-width: 16em;
   width: 16em;
@@ -257,28 +221,29 @@ label#alignLabel {
   min-width: 16px;
 }
 
-#alignTypeSelect {
-  height: 34px;
+.align-menu > .menu-iconic-left > .menu-iconic-icon {
+  height: auto;
+  width: auto;
 }
 
 .align-menu[value="top"] {
-  list-style-image:url("chrome://editor/skin/icons/img-align-top.gif");
+  list-style-image:url("chrome://editor/skin/icons/img-align-top.gif") !important;
 }
 
 .align-menu[value="center"] {
-  list-style-image:url("chrome://editor/skin/icons/img-align-middle.gif");
+  list-style-image:url("chrome://editor/skin/icons/img-align-middle.gif") !important;
 }
 
 .align-menu[value="bottom"] {
-  list-style-image:url("chrome://editor/skin/icons/img-align-bottom.gif");
+  list-style-image:url("chrome://editor/skin/icons/img-align-bottom.gif") !important;
 }
 
 .align-menu[value="right"] {
-  list-style-image:url("chrome://editor/skin/icons/img-align-right.gif");
+  list-style-image:url("chrome://editor/skin/icons/img-align-right.gif") !important;
 }
 
 .align-menu[value="left"] {
-  list-style-image:url("chrome://editor/skin/icons/img-align-left.gif");
+  list-style-image:url("chrome://editor/skin/icons/img-align-left.gif") !important;
 }
 
 /* Don't change width/height of these without changing values in 
@@ -321,10 +286,6 @@ tree.AttributesTree {
 
 /* ::::: select edit dialog ::::: */
 
-#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-false) {
-  background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat;
-}
-
 #SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) {
   background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat;
 }
index 000a7e7e8c72f3ebd9d6190cc1fc861457c54383..5a2642b80454fade95af1470a20cf0c70e1acac2 100644 (file)
@@ -139,8 +139,8 @@ button[type="menu-button"] {
 .button-menu-dropmarker,
 .button-menubutton-dropmarker {
   margin: 1px;
-  min-width: 11px;
-  min-height: 11px;
+  width: 11px;
+  height: 11px;
   background-color: transparent;
   border: none;
 }
index 0b2c29b82d20d92cd61278358698564e71498a7e..7b1fc05dbcc57736e04cd2384d9c65d705fe30c6 100644 (file)
@@ -67,27 +67,3 @@ menu.push[disabled="true"]:hover,
 menu.push[disabled="true"]:hover:active {
   color: #999999;
 }
-
-/* ::::: askSendFormat.xul ::::: */
-
-askSendFormat {
-  width: 40em;
-}
-
-#askImageBox {
- -moz-box-align: start;
-}
-
-#convertYes,
-#convertAltering {
-  list-style-image:url("chrome://global/skin/icons/alert-question.gif");
-}
-
-#convertNo {
-  list-style-image:url("chrome://global/skin/icons/alert-exclam.gif");
-}
-
-/* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */
-#convertDefault {
-  list-style-image:url("chrome://global/skin/icons/alert-question.gif");
-}
index 016a85247390c59242ec71a19a16720982f6f7da..d08a3cf94f82227501514e52bc5de2bd3d9a9291 100644 (file)
   -moz-image-region: rect(294px 50px 315px 25px);
 }
 
-#button-stop {
-  list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
-  -moz-image-region: rect(21px 25px 42px 0px);
+/* ::::: small primary toolbar buttons ::::: */
+
+/* TODO: correct coords!
+toolbar[iconsize="small"] > #button-send,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-send {
+  list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
+  -moz-image-region: rect(220px 19px 239px 0);
+}
+
+toolbar[iconsize="small"] > #button-send[disabled="true"] {
+  -moz-image-region: rect(220px 79px 239px 60px) !important;
+}
+
+toolbar[iconsize="small"] > #button-address,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-address {
+  list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
+  -moz-image-region: rect(180px 19px 199px 0);
+}
+
+toolbar[iconsize="small"] > #button-address[disabled="true"] {
+  -moz-image-region: rect(180px 79px 199px 60px) !important;
+}
+
+toolbar[iconsize="small"] > #button-attach,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-attach {
+  list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
+  -moz-image-region: rect(200px 19px 219px 0);
+}
+
+toolbar[iconsize="small"] > #button-attach[disabled="true"] {
+  -moz-image-region: rect(200px 79px 219px 60px) !important;
+}
+
+toolbar[iconsize="small"] > #spellingButton,
+toolbar[iconsize="small"] > toolbarpaletteitem > #spellingButton {
+  list-style-image: url("chrome://editor/skin/icons/editoricons-small.png");
+  -moz-image-region: rect(160px 19px 179px 0);
+}
+
+toolbar[iconsize="small"] > #spellingButton[disabled="true"] {
+  -moz-image-region: rect(160px 79px 179px 60px) !important;
 }
 
-#button-stop[disabled="true"] {
-  -moz-image-region: rect(21px 50px 42px 25px);
+toolbar[iconsize="small"] > #button-save,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-save {
+  list-style-image: url("chrome://editor/skin/icons/editoricons-small.png");
+  -moz-image-region: rect(140px 19px 159px 0);
 }
 
+toolbar[iconsize="small"] > #button-save[disabled="true"] {
+  -moz-image-region: rect(140px 79px 159px 60px) !important;
+}
+*/
 #MsgHeadersToolbar {
   min-height: 0px; /* this undoes the min-height in toolbar.css */
 }
index 1a28aff1fbe88e2fc229838fe93e8240662bfb94..c902b5847b8299aed871522d0a5c520b6359d287 100644 (file)
@@ -175,7 +175,8 @@ toolbarpaletteitem > #button-delete {
 
 /* ::::: small primary toolbar buttons ::::: */
 
-toolbar[iconsize="small"] > #button-getmsg {
+toolbar[iconsize="small"] > #button-getmsg,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-getmsg {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(48px 16px 64px 0);
 }
@@ -184,7 +185,8 @@ toolbar[iconsize="small"] > #button-getmsg[disabled="true"] {
   -moz-image-region: rect(48px 32px 64px 16px);
 }
 
-toolbar[iconsize="small"] > #button-newmsg {
+toolbar[iconsize="small"] > #button-newmsg,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-newmsg {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(80px 16px 96px 0);
 }
@@ -193,7 +195,8 @@ toolbar[iconsize="small"] > #button-newmsg[disabled="true"] {
   -moz-image-region: rect(80px 32px 96px 16px);
 }
 
-toolbar[iconsize="small"] > #button-reply {
+toolbar[iconsize="small"] > #button-reply,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-reply {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(112px 16px 128px 0);
 }
@@ -202,7 +205,8 @@ toolbar[iconsize="small"] > #button-reply[disabled="true"] {
   -moz-image-region: rect(112px 32px 128px 16px);
 }
 
-toolbar[iconsize="small"] > #button-replyall {
+toolbar[iconsize="small"] > #button-replyall,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-replyall {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(128px 16px 144px 0);
 }
@@ -211,7 +215,8 @@ toolbar[iconsize="small"] > #button-replyall[disabled="true"] {
   -moz-image-region: rect(128px 32px 144px 16px);
 }
 
-toolbar[iconsize="small"] > #button-forward {
+toolbar[iconsize="small"] > #button-forward,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-forward {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(32px 16px 48px 0);
 }
@@ -220,7 +225,8 @@ toolbar[iconsize="small"] > #button-forward[disabled="true"] {
   -moz-image-region: rect(32px 32px 48px 16px);
 }
 
-toolbar[iconsize="small"] > #button-file {
+toolbar[iconsize="small"] > #button-file,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-file {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(16px 16px 32px 0);
 }
@@ -229,7 +235,8 @@ toolbar[iconsize="small"] > #button-file[disabled="true"] {
   -moz-image-region: rect(16px 32px 32px 16px);
 }
 
-toolbar[iconsize="small"] > #button-goback {
+toolbar[iconsize="small"] > #button-goback,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-goback {
   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
   -moz-image-region: rect(32px 16px 48px 0);
 }
@@ -238,7 +245,8 @@ toolbar[iconsize="small"] > #button-goback[disabled="true"] {
   -moz-image-region: rect(32px 32px 48px 16px);
 }
 
-toolbar[iconsize="small"] > #button-goforward {
+toolbar[iconsize="small"] > #button-goforward,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-goforward {
   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
   -moz-image-region: rect(48px 16px 64px 0);
 }
@@ -247,7 +255,8 @@ toolbar[iconsize="small"] > #button-goforward[disabled="true"] {
   -moz-image-region: rect(48px 32px 64px 16px);
 }
 
-toolbar[iconsize="small"] > #button-next {
+toolbar[iconsize="small"] > #button-next,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-next {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(96px 16px 112px 0);
 }
@@ -256,7 +265,8 @@ toolbar[iconsize="small"] > #button-next[disabled="true"] {
   -moz-image-region: rect(96px 32px 112px 16px);
 }
 
-toolbar[iconsize="small"] > #button-delete {
+toolbar[iconsize="small"] > #button-delete,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-delete {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(0 16px 16px 0);
 }
@@ -265,7 +275,8 @@ toolbar[iconsize="small"] > #button-delete[disabled="true"] {
   -moz-image-region: rect(0 32px 16px 16px);
 }
 
-toolbar[iconsize="small"] > #button-mark {
+toolbar[iconsize="small"] > #button-mark,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-mark {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(64px 16px 80px 0);
 }
@@ -274,7 +285,8 @@ toolbar[iconsize="small"] > #button-mark[disabled="true"] {
   -moz-image-region: rect(64px 32px 80px 16px);
 }
 
-toolbar[iconsize="small"] > #button-junk {
+toolbar[iconsize="small"] > #button-junk,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-junk {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(192px 16px 208px 0);
 }
@@ -283,7 +295,8 @@ toolbar[iconsize="small"] > #button-junk[disabled="true"] {
   -moz-image-region: rect(192px 32px 208px 16px);
 }
 
-toolbar[iconsize="small"] > #button-print {
+toolbar[iconsize="small"] > #button-print,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-print {
   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
   -moz-image-region: rect(0 16px 16px 0);
 }
@@ -292,7 +305,8 @@ toolbar[iconsize="small"] > #button-print[disabled="true"] {
   -moz-image-region: rect(0 32px 16px 16px);
 }
 
-toolbar[iconsize="small"] > #button-stop {
+toolbar[iconsize="small"] > #button-stop,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-stop {
   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
   -moz-image-region: rect(16px 16px 32px 0);
 }
index 4e1c8e4186c94f025aa183b21dffd71aaa3a6ba2..e625580ae39a113524a226ffb3cfaf2d95a72ec3 100644 (file)
@@ -115,6 +115,13 @@ menubar[xpfe="false"] {
   margin: 0px !important;
 }
 
+/* ::::: iconic menus and menuitems ::::: */
+
+menu.menu-iconic > .menu-iconic-left,
+menuitem.menuitem-iconic > .menu-iconic-left {
+  display: -moz-box;
+}
+
 /* ::::: download manager ::::: */
 
 #downloadView > treechildren::-moz-tree-image(Name) {
index 5b7c30d71052b37201a513d71da7d1f3f3682f3a..734a2ca73002328f48e3ff3a60e559b4cdff7999 100644 (file)
@@ -51,38 +51,3 @@ prefwindow {
 dialogheader {
   -moz-margin-start: 3px;
 }
-
-/* File Field Widget */
-filefield {
-  margin: 2px 4px;
-  border: 1px solid #9C9CFF;
-}
-
-.fileFieldContentBox {
-  background-color: #000000;
-}
-
-filefield[disabled="true"] {
-  color: #8050B0;
-  border: 1px solid #8050B0;
-}
-
-.fileFieldIcon[disabled="true"] {
-  opacity: 0.4;
-}
-
-.fileFieldIcon {
-  width: 16px;
-  height: 16px;
-  margin-top: 1px;
-  margin-bottom: 1px;
-  -moz-margin-start: 1px;
-  -moz-margin-end: 4px;
-}
-
-.fileFieldLabel {
-  -moz-appearance: none;
-  background-color: transparent;
-  border: none;
-  margin: 0px;
-}
index b39ee00e387faf1225a08185492fe1ae2b855de0..d387332285ed97f127407ef752ab038574de78aa 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/*
-   THIS FILE IS LOCKED DOWN.  YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
-   CHANGES REVIEWED BY cmanske@netscape.com.
-*/
-
-/* The defaults are WAY to big! */
-groupbox {
-  margin:         2px 5px /* 4px 5px */;
-  padding-top:    2px;
-  padding-bottom: 4px;
-}
-
 .MinWidth5em {
   min-width: 5em;
 }
@@ -90,14 +78,6 @@ groupbox {
   font-weight: bold;
 }
 
-/* Use this with groove-thin in dialogs 
-   to add margins to top and bottom
-*/
-.tb-margin {
-  margin-top: 6px;
-  margin-bottom: 6px;
-}
-
 .color-well {
   width: 20px;
   height: 12px; 
@@ -115,10 +95,6 @@ groupbox {
   margin: 2px;
 }
 
-.menu-list[focused="true"] {
-  color: white;
-}
-
 #ColorPicker {
   -moz-user-focus: normal;
 }
@@ -146,14 +122,6 @@ groupbox {
   -moz-margin-end: 2px;
 }
 
-/* temporary -- we need a simple box-based list defined in XBL */
-tree.list {
-  border: 1px inset #9C9CFF;
-  /* same as in menulist.css */
-  margin: 1px 5px 2px;
-  /* use rows="#" in XUL to define height */
-}
-
 #ColorPreview {
   border: 1px inset #9C9CFF;
   -moz-margin-start:    10px;
@@ -177,11 +145,6 @@ tree.list {
   min-width: 16px;
 }
 
-#alignTypeSelect,
-label#alignLabel {
-  -moz-margin-start: 5px;
-}
-
 /* ::::: table properties dialog ::::: */
 
 #MoreFewerButton[more="0"] {
@@ -212,10 +175,6 @@ label#alignLabel {
 
 /* ::::: spelling dialog ::::: */
 
-#MisspelledWord {
-  font-weight: bold;
-}
-
 #ReplaceWordInput {
   min-width: 16em;
   width: 16em;
@@ -261,28 +220,29 @@ label#alignLabel {
   min-height: 10px;
 }
 
-#alignTypeSelect {
-  height: 34px;
+.align-menu > .menu-iconic-left > .menu-iconic-icon {
+  height: auto;
+  width: auto;
 }
 
 .align-menu[value="top"] {
-  list-style-image:url("chrome://editor/skin/icons/img-align-top.gif");
+  list-style-image:url("chrome://editor/skin/icons/img-align-top.gif") !important;
 }
 
 .align-menu[value="center"] {
-  list-style-image:url("chrome://editor/skin/icons/img-align-middle.gif");
+  list-style-image:url("chrome://editor/skin/icons/img-align-middle.gif") !important;
 }
 
 .align-menu[value="bottom"] {
-  list-style-image:url("chrome://editor/skin/icons/img-align-bottom.gif");
+  list-style-image:url("chrome://editor/skin/icons/img-align-bottom.gif") !important;
 }
 
 .align-menu[value="right"] {
-  list-style-image:url("chrome://editor/skin/icons/img-align-right.gif");
+  list-style-image:url("chrome://editor/skin/icons/img-align-right.gif") !important;
 }
 
 .align-menu[value="left"] {
-  list-style-image:url("chrome://editor/skin/icons/img-align-left.gif");
+  list-style-image:url("chrome://editor/skin/icons/img-align-left.gif") !important;
 }
 
 /* Don't change width/height of these without changing values in 
@@ -324,10 +284,6 @@ tree.AttributesTree {
 
 /* ::::: select edit dialog ::::: */
 
-#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-false) {
-  background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat;
-}
-
 #SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) {
   background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat;
 }
index 6b1d7b87a416406f3709ddd482bec063cce12814..2d4f1e50c3de5d22cfac8d0d6b717587c3c7d5b8 100644 (file)
@@ -162,8 +162,8 @@ button[type="menu-button"] {
 .button-menubutton-dropmarker {
   -moz-border-radius: 3px;
   margin: 1px;
-  min-width: 11px;
-  min-height: 11px;
+  width: 11px;
+  height: 11px;
 }
 
 /* ::::: plain buttons ::::: */
index b66df73235d049f356336245df21de3594e84390..5616572bb9af2eba6777d422a51cfabc5ebcfe3d 100644 (file)
@@ -67,27 +67,3 @@ menu.push[disabled="true"]:hover,
 menu.push[disabled="true"]:hover:active {
   color: #8050B0;
 }
-
-/* ::::: askSendFormat.xul ::::: */
-
-askSendFormat {
-  width: 40em;
-}
-
-#askImageBox {
- -moz-box-align: start;
-}
-
-#convertYes,
-#convertAltering {
-  list-style-image:url("chrome://global/skin/icons/alert-question.gif");
-}
-
-#convertNo {
-  list-style-image:url("chrome://global/skin/icons/alert-exclam.gif");
-}
-
-/* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */
-#convertDefault {
-  list-style-image:url("chrome://global/skin/icons/alert-question.gif");
-}
index 2c6799482ff62ebab406ff26552fc1779f054d71..154e27650f180532c256646a9eb409324fa6ffa8 100644 (file)
@@ -255,7 +255,8 @@ toolbarpaletteitem > #button-delete {
 
 /* ::::: small primary toolbar buttons ::::: */
 
-toolbar[iconsize="small"] > #button-getmsg {
+toolbar[iconsize="small"] > #button-getmsg,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-getmsg {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(48px 16px 64px 0);
 }
@@ -270,7 +271,8 @@ toolbar[iconsize="small"] > #button-getmsg[open="true"] {
   -moz-image-region: rect(48px 48px 64px 32px);
 }
 
-toolbar[iconsize="small"] > #button-newmsg {
+toolbar[iconsize="small"] > #button-newmsg,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-newmsg {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(80px 16px 96px 0);
 }
@@ -284,7 +286,8 @@ toolbar[iconsize="small"] > #button-newmsg:not([disabled="true"]):hover:active {
   -moz-image-region: rect(80px 48px 96px 32px);
 }
 
-toolbar[iconsize="small"] > #button-reply {
+toolbar[iconsize="small"] > #button-reply,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-reply {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(112px 16px 128px 0);
 }
@@ -299,7 +302,8 @@ toolbar[iconsize="small"] > #button-reply[open="true"] {
   -moz-image-region: rect(112px 48px 128px 32px);
 }
 
-toolbar[iconsize="small"] > #button-replyall {
+toolbar[iconsize="small"] > #button-replyall,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-replyall {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(128px 16px 144px 0);
 }
@@ -314,7 +318,8 @@ toolbar[iconsize="small"] > #button-replyall[open="true"] {
   -moz-image-region: rect(128px 48px 144px 32px);
 }
 
-toolbar[iconsize="small"] > #button-forward {
+toolbar[iconsize="small"] > #button-forward,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-forward {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(32px 16px 48px 0);
 }
@@ -329,7 +334,8 @@ toolbar[iconsize="small"] > #button-forward[open="true"] {
   -moz-image-region: rect(32px 48px 48px 32px);
 }
 
-toolbar[iconsize="small"] > #button-file {
+toolbar[iconsize="small"] > #button-file,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-file {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(16px 16px 32px 0);
 }
@@ -344,7 +350,8 @@ toolbar[iconsize="small"] > #button-file[open="true"] {
   -moz-image-region: rect(16px 48px 32px 32px);
 }
 
-toolbar[iconsize="small"] > #button-goback {
+toolbar[iconsize="small"] > #button-goback,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-goback {
   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
   -moz-image-region: rect(32px 16px 48px 0);
 }
@@ -359,7 +366,8 @@ toolbar[iconsize="small"] > #button-goback[open="true"] {
   -moz-image-region: rect(32px 48px 48px 32px);
 }
 
-toolbar[iconsize="small"] > #button-goforward {
+toolbar[iconsize="small"] > #button-goforward,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-goforward {
   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
   -moz-image-region: rect(48px 16px 64px 0);
 }
@@ -374,7 +382,8 @@ toolbar[iconsize="small"] > #button-goforward[open="true"] {
   -moz-image-region: rect(48px 48px 64px 32px);
 }
 
-toolbar[iconsize="small"] > #button-next {
+toolbar[iconsize="small"] > #button-next,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-next {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(96px 16px 112px 0);
 }
@@ -389,7 +398,8 @@ toolbar[iconsize="small"] > #button-next[open="true"] {
   -moz-image-region: rect(96px 48px 112px 32px);
 }
 
-toolbar[iconsize="small"] > #button-delete {
+toolbar[iconsize="small"] > #button-delete,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-delete {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(0 16px 16px 0);
 }
@@ -403,7 +413,8 @@ toolbar[iconsize="small"] > #button-delete:not([disabled="true"]):hover:active {
   -moz-image-region: rect(0 48px 16px 32px);
 }
 
-toolbar[iconsize="small"] > #button-mark {
+toolbar[iconsize="small"] > #button-mark,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-mark {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(64px 16px 80px 0);
 }
@@ -418,7 +429,8 @@ toolbar[iconsize="small"] > #button-mark[open="true"] {
   -moz-image-region: rect(64px 48px 80px 32px);
 }
 
-toolbar[iconsize="small"] > #button-junk {
+toolbar[iconsize="small"] > #button-junk,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-junk {
   list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
   -moz-image-region: rect(192px 16px 208px 0);
 }
@@ -432,7 +444,8 @@ toolbar[iconsize="small"] > #button-junk:not([disabled="true"]):hover:active {
   -moz-image-region: rect(192px 48px 208px 32px);
 }
 
-toolbar[iconsize="small"] > #button-print {
+toolbar[iconsize="small"] > #button-print,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-print {
   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
   -moz-image-region: rect(0 16px 16px 0);
 }
@@ -446,7 +459,8 @@ toolbar[iconsize="small"] > #button-print:not([disabled="true"]):hover:active {
   -moz-image-region: rect(0 48px 16px 32px);
 }
 
-toolbar[iconsize="small"] > #button-stop {
+toolbar[iconsize="small"] > #button-stop,
+toolbar[iconsize="small"] > toolbarpaletteitem > #button-stop {
   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
   -moz-image-region: rect(16px 16px 32px 0);
 }