X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FpageInfo.css;h=8e95be04d6c43f6d68864b9577d45b9e88efaacf;hp=1d89fec4dd7dffacad193b23e7bba09501246302;hb=4858801a8f625404bfaf9834b6d44b4e7c151f9b;hpb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf diff --git a/LCARStrek/browser/pageInfo.css b/LCARStrek/browser/pageInfo.css index 1d89fec4..8e95be04 100644 --- a/LCARStrek/browser/pageInfo.css +++ b/LCARStrek/browser/pageInfo.css @@ -4,6 +4,9 @@ @import "chrome://global/skin/"; +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */ + /* View buttons */ #viewGroup { padding-inline-start: 10px; @@ -91,17 +94,32 @@ tree { } row > label { - padding: 3px 0; + padding: 0; + margin-top: 0; + margin-bottom: 0; + min-height: 19px; /* match textbox */ } textbox { background: transparent !important; border: none; padding: 0px; - margin-top: 1px; + margin-top: 0px; -moz-appearance: none; } +/* This would be ideal but doesn't work */ +/* +html|*.textbox-input > .anonymous-div, +html|*.textbox-input::placeholder { + line-height: 1em !important; +} +*/ + +textbox[readonly="true"] html|*.textbox-input { + max-height: 1em; /* work around the above rule that does not work */ +} + textbox.header { margin-inline-start: 0; } @@ -276,14 +294,19 @@ treechildren::-moz-tree-cell-text(broken) { } #securityPanel .fieldLabel { - margin: 2px 10px 3px; + margin: 0px 10px; } #securityPanel .fieldValue { font-weight: bold; - margin: 2px 10px 0px; + margin: 0px 10px; } #securityPanel row { -moz-box-align: center; } + +#security-technical-box > .fieldValue, +#security-technical-box > .fieldLabel { + margin-bottom: .5em; +}