X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2FaboutSupport.css;h=bb249fa3b2de5bcef4e2891619e559da4e79876b;hp=1e3c240f683daca75b778ec9e141699f7971ac95;hb=d0f28e616d7c3b04647d549a4b7aa14753f029d8;hpb=ed351b9114c8a9d94d604e671f92cc19a2900b68 diff --git a/LCARStrek/global/aboutSupport.css b/LCARStrek/global/aboutSupport.css index 1e3c240f..bb249fa3 100644 --- a/LCARStrek/global/aboutSupport.css +++ b/LCARStrek/global/aboutSupport.css @@ -16,8 +16,8 @@ a:link, a:visited { color: var(--in-content-link-color); background-color: var(--in-content-page-background); text-decoration: none; - -moz-padding-start: 1px; - -moz-padding-end: 1px; + padding-inline-start: 1px; + padding-inline-end: 1px; } /* on hover and active, behave like buttons */ @@ -44,8 +44,8 @@ a:active { } button { - -moz-margin-start: 0; - -moz-margin-end: 8px; + margin-inline-start: 0; + margin-inline-end: 8px; } table { @@ -112,6 +112,12 @@ tbody:last-child > tr:last-child > td:last-child { border-bottom-right-radius: 9px; } +th.title-column { + white-space: nowrap; + width: 0px; + font-size: medium; +} + th.column { white-space: nowrap; width: 0px; @@ -128,6 +134,11 @@ td { text-align: start; } +td.integer { + text-align: end; + font-family: monospace; +} + .prefs-table { width: 100%; table-layout: fixed; @@ -152,8 +163,8 @@ td { 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%; } @@ -164,7 +175,7 @@ td { display: none; } -#action-box:-moz-dir(rtl) { +#action-box:dir(rtl) { float: left; } @@ -176,6 +187,11 @@ td { display: block; } +#verify-place-result { + max-height: 200px; + overflow: auto; +} + .block { display: block; }