update both themes for toolkit winstripe changes up to 2011-01-09
[themes.git] / LCARStrek / global / webConsole_networkPanel.css
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;