X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FaboutSupport.css;h=8eb9b2f2815fa08480517c2ab2926c388c777171;hp=6e805322e8051ffdc82c7e914db99fdbcc0c381d;hb=9a225e4b44ec04c62ddff63f06c913d67e705711;hpb=ed351b9114c8a9d94d604e671f92cc19a2900b68 diff --git a/EarlyBlue/global/aboutSupport.css b/EarlyBlue/global/aboutSupport.css index 6e805322..8eb9b2f2 100644 --- a/EarlyBlue/global/aboutSupport.css +++ b/EarlyBlue/global/aboutSupport.css @@ -24,8 +24,8 @@ body { } button { - -moz-margin-start: 0; - -moz-margin-end: 8px; + margin-inline-start: 0; + margin-inline-end: 8px; } table { @@ -56,6 +56,12 @@ th { color: var(--in-content-selected-text); } +th.title-column { + white-space: nowrap; + width: 0px; + font-size: medium; +} + th.column { white-space: nowrap; width: 0px; @@ -71,6 +77,11 @@ tr:not(:first-child) > th { border-top: 1px dotted var(--in-content-table-border-dark-color); } +td.integer { + text-align: end; + font-family: monospace; +} + .prefs-table { width: 100%; table-layout: fixed; @@ -95,8 +106,8 @@ tr:not(:first-child) > th { float: right; margin-top: 2em; margin-bottom: 20px; - -moz-margin-start: 20px; - -moz-margin-end: 0; + margin-inline-start: 20px; + margin-inline-end: 0; padding: 16px; width: 30%; } @@ -107,7 +118,7 @@ tr:not(:first-child) > th { display: none; } -#action-box:-moz-dir(rtl) { +#action-box:dir(rtl) { float: left; } @@ -119,6 +130,11 @@ tr:not(:first-child) > th { display: block; } +#verify-place-result { + max-height: 200px; + overflow: auto; +} + .block { display: block; }