From: Robert Kaiser Date: Sun, 9 Jan 2011 19:29:27 +0000 (+0100) Subject: update both themes for toolkit winstripe changes up to 2011-01-09 X-Git-Tag: LCARStrek-2.1b2~13 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=6831f2a08a96b0ec398ba88793203d36392b4fd3 update both themes for toolkit winstripe changes up to 2011-01-09 --- diff --git a/EarlyBlue/global/button.css b/EarlyBlue/global/button.css index 66963006..c8972b6c 100644 --- a/EarlyBlue/global/button.css +++ b/EarlyBlue/global/button.css @@ -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; } diff --git a/EarlyBlue/global/webConsole_networkPanel.css b/EarlyBlue/global/webConsole_networkPanel.css index 91543b8e..b50e3335 100644 --- a/EarlyBlue/global/webConsole_networkPanel.css +++ b/EarlyBlue/global/webConsole_networkPanel.css @@ -21,6 +21,7 @@ * Contributor(s): * Joe Walker * Julian Viereck + * Mihai Șucan * * 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; diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index 7b074c64..6d86711c 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -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 { diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index 5ddebe74..34fc8ae7 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/global/button.css @@ -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; } diff --git a/LCARStrek/global/webConsole_networkPanel.css b/LCARStrek/global/webConsole_networkPanel.css index 096c7b0c..7238ca28 100644 --- a/LCARStrek/global/webConsole_networkPanel.css +++ b/LCARStrek/global/webConsole_networkPanel.css @@ -21,6 +21,7 @@ * Contributor(s): * Joe Walker * Julian Viereck + * Mihai Șucan * * 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; diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 0d74db7c..3add1ac8 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -714,6 +714,8 @@ #detail-screenshot { -moz-margin-end: 2em; + max-width: 300px; + max-height: 300px; } #detail-desc-container {