X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fglobal%2FwebConsole_networkPanel.css;fp=EarlyBlue%2Fglobal%2FwebConsole_networkPanel.css;h=b50e33354d2b260fa437907bb395f13437b64fb1;hb=6831f2a08a96b0ec398ba88793203d36392b4fd3;hp=91543b8e904ab25f7328b0c3debb483074bafd60;hpb=635e42caefcd211b08540e16bfa08448a38829ec;p=themes.git 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;