update both themes for toolkit winstripe changes up to 2011-01-09
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 9 Jan 2011 19:29:27 +0000 (20:29 +0100)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 9 Jan 2011 19:29:27 +0000 (20:29 +0100)
EarlyBlue/global/button.css
EarlyBlue/global/webConsole_networkPanel.css
EarlyBlue/mozapps/extensions/extensions.css
LCARStrek/global/button.css
LCARStrek/global/webConsole_networkPanel.css
LCARStrek/mozapps/extensions/extensions.css

index 66963006174445e7b98a805f84ea862052d29dab..c8972b6ca169ea12e57eb80be175e3d6669ba75e 100644 (file)
@@ -126,8 +126,6 @@ button[disabled="true"] > .button-box {
 /* ::::: menu/menu-button buttons ::::: */
 
 button[type="menu-button"] {
-  -moz-box-align: center;
-  -moz-box-pack: center;
   margin: 0px;
   border: none;
 }
index 91543b8e904ab25f7328b0c3debb483074bafd60..b50e33354d2b260fa437907bb395f13437b64fb1 100644 (file)
@@ -21,6 +21,7 @@
  * Contributor(s):
  *   Joe Walker <jwalker@mozilla.com>
  *   Julian Viereck <jviereck@mozilla.com>
+ *   Mihai Șucan <mihai.sucan@gmail.com>
  *
  * 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
@@ -40,52 +41,63 @@ body {
   font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
   font-size: 11px;
   background: #CCD0DD;
+  color: #000000;
 }
 
-div#header {
+#header {
   padding: 5px;
   overflow-x:auto;
 }
 
 h1 {
   font-size: 13px;
-  padding: 2px 10px;
+  line-height: 15px;
+  padding: 3px 10px;
+  vertical-align: bottom;
   margin: 0px;
 }
 
 h1 .info {
   font-size: 11px;
+  line-height: 15px;
+  vertical-align: bottom;
   float: right;
   color: #666699;
   padding-right: 3px;
 }
 
-div.property-header {
+.property-table {
   padding: 2px 5px;
   color: #666699;
+  width: 100%;
   max-height: 330px;
-  overflow-y: auto;
-  overflow-x: auto;
-  white-space: pre-wrap;
+  overflow: auto;
 }
 
-span.property-name {
+.property-table-header {
   font-size: 11px;
   font-weight: bold;
   padding-right: 4px;
   color: #000;
+  white-space: nowrap;
+  text-align: right;
+  vertical-align: top;
+  width: 10%;
 }
 
-span.property-value {
+.property-table-value {
   padding-right: 5px;
   font-size: 11px;
+  word-wrap: break-word;
+  width: 90%;
 }
 
 div.group {
   margin-top: 10px;
 }
 
-div.group, div#header {
+div.group,
+#header {
   background: #FFF;
   border-color: #9999CC;
   border-style: solid;
index 7b074c642339a93a59b5473714f15551f8009cde..6d86711c44aace76e279143ab45939d8b8eca191 100644 (file)
@@ -679,6 +679,8 @@ richlistbox:focus > .addon-view[notification="warning"][selected="true"] {
 
 #detail-screenshot {
   -moz-margin-end: 2em;
+  max-width: 300px;
+  max-height: 300px;
 }
 
 #detail-desc-container {
index 5ddebe74b8204f4ed4272d0f6908d3c72f9294c5..34fc8ae7b57a0de35efdaa730f4acd6559930e79 100644 (file)
@@ -148,8 +148,6 @@ button[disabled="true"] > .button-box {
 /* ::::: menu/menu-button buttons ::::: */
 
 button[type="menu-button"] {
-  -moz-box-align: center;
-  -moz-box-pack: center;
   margin: 0px;
   border: none;
 }
index 096c7b0c5f91d218b586415419a5c05e55251b32..7238ca2840d65c29af75e07b17648edeb8e29ccb 100644 (file)
@@ -21,6 +21,7 @@
  * Contributor(s):
  *   Joe Walker <jwalker@mozilla.com>
  *   Julian Viereck <jviereck@mozilla.com>
+ *   Mihai Șucan <mihai.sucan@gmail.com>
  *
  * 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
@@ -40,53 +41,64 @@ body {
   font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
   font-size: 11px;
   background: #000000;
+  color: #FF9F00;
 }
 
-div#header {
+#header {
   padding: 5px;
   overflow-x:auto;
 }
 
 h1 {
   font-size: 13px;
-  padding: 2px 10px;
+  line-height: 15px;
+  padding: 3px 10px;
+  vertical-align: bottom;
   margin: 0px;
   border-bottom: 1px solid #9C9CFF;
 }
 
 h1 .info {
   font-size: 11px;
+  line-height: 15px;
+  vertical-align: bottom;
   float: right;
   color: #9C9CFF;
   padding-right: 3px;
 }
 
-div.property-header {
+.property-table {
   padding: 2px 5px;
   color: #9C9CFF;
+  width: 100%;
   max-height: 330px;
-  overflow-y: auto;
-  overflow-x: auto;
-  white-space: pre-wrap;
+  overflow: auto;
 }
 
-span.property-name {
+.property-table-header {
   font-size: 11px;
   font-weight: bold;
   padding-right: 4px;
   color: #FF9F00;
+  white-space: nowrap;
+  text-align: right;
+  vertical-align: top;
+  width: 10%;
 }
 
-span.property-value {
+.property-table-value {
   padding-right: 5px;
   font-size: 11px;
+  word-wrap: break-word;
+  width: 90%;
 }
 
 div.group {
   margin-top: 10px;
 }
 
-div.group, div#header {
+div.group,
+#header {
   background: #000000;
   border-color: #9C9CFF;
   border-style: solid;
index 0d74db7ce37dbc25d0a307f6bd40a8f1997d18a1..3add1ac8103c61b0552ecc2400a87794da8aa484 100644 (file)
 
 #detail-screenshot {
   -moz-margin-end: 2em;
+  max-width: 300px;
+  max-height: 300px;
 }
 
 #detail-desc-container {