X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FpageInfo.css;h=99be8a0d569caaefce9954c573f1d942433675d6;hp=1d89fec4dd7dffacad193b23e7bba09501246302;hb=a19a9ce65317f7dfe203d4529f5990b4cf58cd22;hpb=2af95f78807ef36de1bd05bec1721cac54671bb4 diff --git a/LCARStrek/browser/pageInfo.css b/LCARStrek/browser/pageInfo.css index 1d89fec4..99be8a0d 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,30 @@ 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; } +html|*.textbox-input > .anonymous-div, +html|*.textbox-input > html|*.anonymous-div, +html|div.anonymous-div, +.anonymous-div, +div, +html|*.textbox-input, +html|*.textbox-input::placeholder { + line-height: 1em !important; +} + textbox.header { margin-inline-start: 0; } @@ -276,14 +292,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; +}