update the install.rdf files for the 2.2 versions of both themes
[themes.git] / EarlyBlue / global / webConsole_networkPanel.css
index 91543b8e904ab25f7328b0c3debb483074bafd60..5bc8a1854721b984ac8cc57d336404f11e5d8143 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,65 @@ 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;
+  display: block;
 }
 
 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;
+  display: block;
 }
 
-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;