X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FwebConsole_networkPanel.css;h=5bc8a1854721b984ac8cc57d336404f11e5d8143;hp=91543b8e904ab25f7328b0c3debb483074bafd60;hb=7f3c87b90b35de6caf61470435a41efc3a4b852a;hpb=569543b3d2d5099d602cc6644b026ee2adf3e00a diff --git a/EarlyBlue/global/webConsole_networkPanel.css b/EarlyBlue/global/webConsole_networkPanel.css index 91543b8e..5bc8a185 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,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;