update with current trunk work
authorRobert Kaiser <kairo@kairo.at>
Sun, 2 Sep 2007 21:14:07 +0000 (23:14 +0200)
committerRobert Kaiser <kairo@kairo.at>
Sun, 2 Sep 2007 21:14:07 +0000 (23:14 +0200)
17 files changed:
EarlyBlue/global/browser.css
EarlyBlue/global/console/console.css
EarlyBlue/global/dirListing/dirListing.css [new file with mode: 0644]
EarlyBlue/global/dirListing/local.png [new file with mode: 0644]
EarlyBlue/global/dirListing/remote.png [new file with mode: 0644]
EarlyBlue/global/dirListing/up.png [new file with mode: 0644]
EarlyBlue/global/menu.css
EarlyBlue/global/richlistbox.css
EarlyBlue/global/toolbar.css
EarlyBlue/messenger/messageBody.css
EarlyBlue/messenger/messageHeader.css
EarlyBlue/mozapps/downloads/buttons.png [new file with mode: 0644]
EarlyBlue/mozapps/downloads/downloadIcon.png [new file with mode: 0644]
EarlyBlue/mozapps/downloads/downloads.css [new file with mode: 0644]
EarlyBlue/mozapps/downloads/unknownContentType.css
EarlyBlue/mozapps/extensions/extensions.css
EarlyBlue/navigator/pageInfo.css

index fcea3717376f000581b804f904f6fb5af700a710..82a93781b49bf3bc4d2f9949fbdf7d0694f202c8 100644 (file)
@@ -178,8 +178,6 @@ tabpanels {
  */
 
 .alltabs-item > .menu-iconic-left > .menu-iconic-icon {
-  width: 16px;
-  height: 16px;
   /* XXX: Firefox rules - look into those when we support FF
   list-style-image: url("chrome://global/skin/icons/folder-item.png");
   -moz-image-region: rect(0px, 16px, 16px, 0px);
index 05b46de9127304627f2c1dc8dd7b441d6dfaed3f..fa73ca9ba3f2050c8765058c6ce692b921a1662f 100644 (file)
@@ -175,52 +175,48 @@ toolbar#ToolbarMode toolbarbutton {
   padding: 4px !important;
 }
 
-toolbarbutton[observes="Console:modeAll"] {
+#Console\:modeAll {
   -moz-image-region: rect(0px 24px 24px 0px);
 }
 
-toolbarbutton[observes="Console:modeAll"] {
-  -moz-image-region: rect(0px 24px 24px 0px);
-}
-
-toolbarbutton[observes="Console:modeAll"]:hover,
-toolbarbutton[observes="Console:modeAll"][checked="true"] {
+#Console\:modeAll:hover,
+#Console\:modeAll[checked="true"] {
   -moz-image-region: rect(24px 24px 48px 0px);
 }
 
-toolbarbutton[observes="Console:modeErrors"] {
+#Console\:modeErrors {
   -moz-image-region: rect(0px 96px 24px 72px);
 }
 
-toolbarbutton[observes="Console:modeErrors"]:hover,
-toolbarbutton[observes="Console:modeErrors"][checked="true"] {
+#Console\:modeErrors:hover,
+#Console\:modeErrors[checked="true"] {
   -moz-image-region: rect(24px 96px 48px 72px);
 }
 
-toolbarbutton[observes="Console:modeWarnings"] {
+#Console\:modeWarnings {
   -moz-image-region: rect(0px 72px 24px 48px);
 }
 
-toolbarbutton[observes="Console:modeWarnings"]:hover,
-toolbarbutton[observes="Console:modeWarnings"][checked="true"] {
+#Console\:modeWarnings:hover,
+#Console\:modeWarnings[checked="true"] {
   -moz-image-region: rect(24px 72px 48px 48px);
 }
 
-toolbarbutton[observes="Console:modeMessages"] {
+#Console\:modeMessages {
   -moz-image-region: rect(0px 48px 24px 24px);
 }
 
-toolbarbutton[observes="Console:modeMessages"]:hover,
-toolbarbutton[observes="Console:modeMessages"][checked="true"] {
+#Console\:modeMessages:hover,
+#Console\:modeMessages[checked="true"] {
   -moz-image-region: rect(24px 48px 48px 24px);
 }
 
-toolbarbutton[observes="Console:clear"] {
+#Console\:clear {
   -moz-image-region: rect(0px 120px 24px 96px);
 }
 
-toolbarbutton[observes="Console:clear"]:hover,
-toolbarbutton[observes="Console:clear"][checked="true"] {
+#Console\:clear:hover,
+#Console\:clear[checked="true"] {
   -moz-image-region: rect(24px 120px 48px 96px);
 }
 
diff --git a/EarlyBlue/global/dirListing/dirListing.css b/EarlyBlue/global/dirListing/dirListing.css
new file mode 100644 (file)
index 0000000..6ff4be8
--- /dev/null
@@ -0,0 +1,146 @@
+/* ***** 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 mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is
+ * Dão Gottwald <dao@design-noir.de>.
+ * Portions created by the Initial Developer are Copyright (C) 2007
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *
+ * 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 ***** */
+
+:root {
+  background-color: #CCD0DD;
+  color: #000000;
+  font: 12px helvetica,arial,tahoma,sans-serif;
+}
+
+body {
+  border: 1px solid #666699;
+  -moz-border-radius: 10px;
+  padding: 3em;
+  min-width: 13em;
+  max-width: 52em;
+  margin: 4em auto;
+  background-color: #9999CC;
+  color: #000000;
+}
+
+h1 {
+  margin: 0 0 .6em 0;
+  border-bottom: 1px solid #666699;
+  font-size: 160%;
+  font-weight: normal;
+}
+
+a {
+  text-decoration: none;
+}
+
+a:hover {
+  text-decoration: underline;
+}
+
+p {
+  font-size: 110%;
+}
+
+#UI_goUp {
+  margin-top: 0;
+  float: left;
+}
+
+#UI_showHidden {
+  margin-top: 0;
+  float: right;
+}
+
+#UI_showHidden:not(:hover) {
+  color: #808080;
+}
+
+table {
+  clear: both;
+  width: 90%;
+  margin: 0 auto;
+}
+
+thead {
+  font-size: 130%;
+}
+
+th {
+  font-weight: normal;
+}
+
+th:first-child ,
+th:first-child + th {
+  padding-right: 2em;
+}
+
+table[order] th:hover {
+  text-decoration: underline;
+}
+
+tbody > tr:not(:hover) > td:not(:first-child) {
+  color: #808080;
+}
+
+/* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */
+td:first-child + td ,
+td:first-child + td + td ,
+td:last-child {
+  width: 0;
+}
+
+.up ,
+.dir ,
+.symlink ,
+.file {
+  padding: 0 .5em;
+  margin-left: 20px;
+}
+
+.up::before ,
+.dir::before ,
+.file > img {
+  margin-right: 4px;
+  margin-left: -20px;
+  opacity: .6;
+  vertical-align: middle;
+}
+
+.up::before {
+  content: url("chrome://global/skin/dirListing/up.png");
+}
+
+.up:hover::before ,
+tr:hover > td > a::before ,
+tr:hover > td > .file > img {
+  opacity: 1;
+}
diff --git a/EarlyBlue/global/dirListing/local.png b/EarlyBlue/global/dirListing/local.png
new file mode 100644 (file)
index 0000000..e7bf3dc
Binary files /dev/null and b/EarlyBlue/global/dirListing/local.png differ
diff --git a/EarlyBlue/global/dirListing/remote.png b/EarlyBlue/global/dirListing/remote.png
new file mode 100644 (file)
index 0000000..3f69e64
Binary files /dev/null and b/EarlyBlue/global/dirListing/remote.png differ
diff --git a/EarlyBlue/global/dirListing/up.png b/EarlyBlue/global/dirListing/up.png
new file mode 100644 (file)
index 0000000..71e07e1
Binary files /dev/null and b/EarlyBlue/global/dirListing/up.png differ
index 93ded8e831208815230544fb0c75f4353c2187b2..5f56b26a1fe952fb9ce48b587b6d2f9bb87b3607 100644 (file)
@@ -145,6 +145,13 @@ menulist > menupopup > menu {
   color: inherit;
 }
 
+.menu-iconic-icon {
+/*
+  width: 16px;
+  height: 16px;
+*/
+}
+
 .menu-iconic-left {
   width: 16px;
 }
index c6870eba8ed0557d49b1035d7c0af454b77f6f59..05264d379795dd1dbc4ad982ca8bcd16d25a4452 100644 (file)
@@ -40,6 +40,7 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 richlistbox {
+  -moz-appearance: none;
   margin: 2px 4px;
   background-color: #FFFFFF;
   color: #000000;
index e6e2f00a152af0562a2e1760701acc6b72cbaa75..79c89c5e633258d3ccccac064e60fcfe47cc62d4 100644 (file)
@@ -123,6 +123,11 @@ toolbarpaletteitem[place="toolbar"] > toolbarspacer {
   height: 50px;
 }
 
+.toolbarpaletteitem-box[type="splitter"][place="palette"] {
+  width: 8px;
+  height: 50px;
+}
+
 .toolbarpaletteitem-box[type="spacer"][place="palette"],
 .toolbarpaletteitem-box[type="spring"][place="palette"] {
   margin-bottom: 2px;
index 87af19509d71ee59aec490bd7c24e2b01e074e0c..5d1696b72cc5ee92f3dbdbc0dd81e46b1d96ed35 100644 (file)
@@ -126,11 +126,11 @@ span.moz-txt-formfeed {
 
 /* ::::: attached images ::::: */
 
-.moz-attached-image-unscaled {
+moz-attached-image[overflowing="true"] {
   cursor: -moz-zoom-out;
 }
 
-.moz-attached-image-scaled {
+.moz-attached-image[isshrunk="true"] {
   cursor: -moz-zoom-in;
   max-width: 100%;
 }
index eac9553aad883870cca7ba92d137f50159049db0..855511eb28ec8f2b9296832881f11478796a622e 100644 (file)
   margin-left: 0;
 }
 
+/* ::::: msg header message ids ::::: */
+
+.messageIdDisplayButton {
+  color: #336699;
+  cursor: pointer;
+  margin: 0px;
+  padding: 0px 1px;
+}
+
+.messageIdDisplayButton:hover {
+  color: black;
+  background-color: #336699;
+}
+
+.messageIdDisplayImage {
+  padding-left: 2px;
+  -moz-box-pack: end;
+}
+
 /* ::::: msg header email addresses ::::: */
 
 .emailDisplayButton {
diff --git a/EarlyBlue/mozapps/downloads/buttons.png b/EarlyBlue/mozapps/downloads/buttons.png
new file mode 100644 (file)
index 0000000..0527d4c
Binary files /dev/null and b/EarlyBlue/mozapps/downloads/buttons.png differ
diff --git a/EarlyBlue/mozapps/downloads/downloadIcon.png b/EarlyBlue/mozapps/downloads/downloadIcon.png
new file mode 100644 (file)
index 0000000..18f23ea
Binary files /dev/null and b/EarlyBlue/mozapps/downloads/downloadIcon.png differ
diff --git a/EarlyBlue/mozapps/downloads/downloads.css b/EarlyBlue/mozapps/downloads/downloads.css
new file mode 100644 (file)
index 0000000..dfa0081
--- /dev/null
@@ -0,0 +1,95 @@
+#downloadManager {
+  background-color: #CCD0DD;
+}
+
+/* Download View */
+#downloadView {
+  -moz-appearance: none !important;
+  margin: 0;
+  border-bottom: 1px solid #9999CC;
+}
+
+/* Download View Items */
+richlistitem[type="download"] {
+  padding: 4px 8px 4px 4px;
+  min-height: 46px;
+}
+
+richlistitem[type="download"] .name {
+  font-size: larger;
+}
+
+#information {
+  -moz-appearance: none;
+  background-color: white;
+  width: 300px;
+  max-width: 300px;
+}
+
+#information > button .button-text {
+  -moz-box-flex: 1;
+  text-align: left;
+  -moz-padding-start: 2px;
+}
+
+.mini-button {
+  -moz-appearance: none;
+  list-style-image: url("chrome://mozapps/skin/downloads/buttons.png");
+  background-color: transparent;
+  border: none;
+  padding: 0;
+  margin: 0;
+  min-width: 0;
+  min-height: 0;
+}
+
+.mini-button > .button-box {
+  padding: 0 !important;
+}
+
+.cancel {
+  -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+.info {
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+.open {
+  -moz-image-region: rect(16px, 32px, 32px, 16px);
+}
+.pause {
+  -moz-image-region: rect(32px, 32px, 48px, 16px);
+}
+.resume {
+  -moz-image-region: rect(16px, 48px, 32px, 32px);
+}
+.retry {
+  -moz-image-region: rect(0px, 48px, 16px, 32px);
+}
+
+#information-uri {
+  -moz-image-region: rect(16px, 16px, 32px, 0px);
+}
+#information-location {
+  -moz-image-region: rect(32px, 16px, 48px, 0px);
+}
+
+.blockedIcon {
+  list-style-image: url("chrome://global/skin/icons/alert-error.gif");
+}
+
+/* prevent flickering when changing states */
+.downloadTypeIcon {
+  min-height: 32px;
+  min-width: 32px;
+}
+
+.title-line {
+  height: 1px;
+  background-color: #9999CC;
+  -moz-margin-end: 15px;
+  -moz-margin-start: 5px;
+}
+
+#searchbox[empty] {
+  color: #808080;
+}
index 8411b1cc46f0b15546ea9e8719a2743c4f491bf1..04e0563a39940b88b37977c1f67288dfe40da659 100644 (file)
@@ -8,11 +8,17 @@
 }
 
 #contentTypeImage {
-  margin: 0px 5px 0px 0px;
+  margin-top: 0px;
+  margin-bottom: 0px;
+  -moz-margin-start: 0px;
+  -moz-margin-end: 5px;
 }
 
 .small-indent {
-  margin-left: 15px; 
-  margin-right: 15px;
+  -moz-margin-start: 15px; 
+  -moz-margin-end: 15px;
 }
 
+.small-indent label {
+  -moz-margin-start: 0px; 
+}
index e689a705464c067f27d3e856225649b43a2a797f..358abd9bcbd599c9b4a33a4fd4852808fbbd8e7c 100644 (file)
@@ -32,7 +32,7 @@ margin-top: -12px;
 
 /* Command Bar */
 #commandBarBottom {
-  margin: 10px 10px 5px 10px;
+  margin: 5px 5px 10px 10px;
   min-width: 1px;
 }
 
@@ -226,11 +226,15 @@ richlistitem[satisfiesDependencies="false"] .notifyBadge {
 
 .enableHide,
 .uninstallShow,
+.installShow,
+.upgradeShow,
 richlistitem[isDisabled="true"] .disableHide {
   display: none;
 }
 
 richlistitem[opType="needs-uninstall"] .uninstallShow,
+richlistitem[opType="needs-install"] .installShow,
+richlistitem[opType="needs-upgrade"] .upgradeShow,
 richlistitem[opType="needs-enable"] .enableShow,
 richlistitem[opType="needs-disable"] .disableShow,
 richlistitem[isDisabled="true"] .disableShow {
@@ -238,17 +242,20 @@ richlistitem[isDisabled="true"] .disableShow {
 }
 
 richlistitem[opType="needs-uninstall"] .uninstallHide,
+richlistitem[opType="needs-install"] .uninstallHide,
+richlistitem[opType="needs-upgrade"] .uninstallHide,
 richlistitem[opType="needs-enable"] .enableHide,
 richlistitem[opType="needs-disable"] .disableHide {
   display: none;
 }
 
+richlistitem[plugin] .themeButton,
+richlistitem[plugin] .optionsButton,
+richlistitem[plugin] .uninstallButton,
 richlistitem[type="2"] .themeButton,
 richlistitem[type="8"] .themeButton,
-richlistitem[type="16"] .themeButton,
 richlistitem[type="4"] .optionsButton,
 richlistitem[type="8"] .optionsButton,
-richlistitem[type="16"] .optionsButton,
 richlistitem[type="4"] .disableShow,
 richlistitem[type="4"] .disableHide {
   display: none;
index f8cdb6379168bc1dd74818c7e654ef26b1d047c3..c3f181e76ed474e7f20edf24c1d87f5ea33eda8d 100644 (file)
 
 @import "chrome://global/skin/";
 
+/* Misc */
 tree {
   margin: .5em;
 }
 
-textbox,
-textbox > .textbox-internal-box,
-textbox > .textarea-internal-box {
+.gridSeparator {
+  width: .5em;
+}
+
+textbox {
   background: transparent !important;
   border: none;
   padding: 0px;
 }
 
 textbox.header {
-  margin-left: 0;
+  -moz-margin-start: 0;
 }
 
 .iframe {
@@ -58,10 +61,6 @@ textbox.header {
   overflow: auto;
 }
 
-#thepreviewimage {
-  margin: 1em;
-}
-
 .fixedsize {
   height: 8.5em;
 }
@@ -69,3 +68,79 @@ textbox.header {
 textbox[disabled] {
   font-style: italic;
 }
+
+/* General Tab */
+groupbox tree { 
+  margin: 0;
+  border: none;
+}
+
+groupbox.treebox .groupbox-body { 
+  padding-top: 0;
+}
+
+#general-security-identity {
+  white-space: -moz-pre-wrap;
+  line-height: 2em;
+}
+
+/* Media Tab */
+#imagetree {
+  min-height: 10em;
+}
+
+#thepreviewimage {
+  margin: 1em;
+}
+
+treechildren::-moz-tree-cell-text(broken) {
+  font-style: italic;
+  color: #808080;
+}
+
+/* Feeds Tab */
+#feedListbox richlistitem {
+  padding-top: 6px;
+  padding-bottom: 6px;
+  -moz-padding-start: 7px;
+  -moz-padding-end: 7px;
+  min-height: 25px;
+  border-bottom: 1px dotted #9999CC;
+}
+
+.feedTitle {
+  font-weight: bold;
+}
+
+/* Permissions Tab */
+#permList {
+  margin-top: .5em;
+  overflow: auto;
+}
+
+#permList > vbox {
+  padding-top: 6px;
+  padding-bottom: 6px;
+  -moz-padding-start: 7px;
+  -moz-padding-end: 7px;
+  min-height: 25px;
+  border-bottom: 1px dotted #9999CC;
+}
+
+#permList > vbox > label {
+  font-weight: bold;
+}
+
+/* Security Tab */
+#securityPanel > .header {
+  font-size: 120%;
+}
+#securityPanel > .fieldLabel {
+  margin: 2px 10px 3px 10px;
+}
+
+#securityPanel > .fieldValue {
+  font-weight: bold;
+  margin: 2px 10px 0px 10px;
+}
\ No newline at end of file