X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FaboutSupport.css;h=268993a6eb9e48f734dbb4f1bdf4555d9d793f83;hp=63408cf33ed10d2502585cec7b53d2c1e74b1d41;hb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf;hpb=781d1b79486cf2b5ee940009b7c15a546108c48f diff --git a/EarlyBlue/global/aboutSupport.css b/EarlyBlue/global/aboutSupport.css index 63408cf3..268993a6 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 { @@ -101,8 +101,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%; } @@ -113,7 +113,7 @@ tr:not(:first-child) > th { display: none; } -#action-box:-moz-dir(rtl) { +#action-box:dir(rtl) { float: left; } @@ -125,6 +125,11 @@ tr:not(:first-child) > th { display: block; } +#verify-place-result { + max-height: 200px; + overflow: auto; +} + .block { display: block; }