X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fin-content%2Finfo-pages.css;h=3ad5e539704b68f85acb8b0a4c3b16f1b0c7e137;hp=e21ddebcc6f55c241f7660d4b44b0ea9f99d091c;hb=cb8b9460bc32310392db13c6e78ded25229133c8;hpb=8c5bee4f41ec2cdc446d0b5c42385415c2b704f1 diff --git a/LCARStrek/global/in-content/info-pages.css b/LCARStrek/global/in-content/info-pages.css index e21ddebc..3ad5e539 100644 --- a/LCARStrek/global/in-content/info-pages.css +++ b/LCARStrek/global/in-content/info-pages.css @@ -2,6 +2,7 @@ /* Body and container */ body { display: flex; + flex-direction: column; box-sizing: padding-box; min-height: 100vh; padding-top: 0; @@ -17,6 +18,13 @@ body { max-width: 52em; } +.container.flex { + display: flex; + flex-direction: column; + flex-grow: 1; + margin: 10vh 0; +} + /* Typography */ .title { background-image: url("chrome://browser/skin/aboutNetError_info.svg"); @@ -77,9 +85,21 @@ ul { min-width: 150px; } +.button-container > button:first-child { + -moz-margin-start: 0; +} + /* Trees */ -tree { - min-height: 12em; +.tree-container { margin-top: 1.2em; + flex-grow: 1; + min-height: 12em; +} + +.tree-container > tree { + height: 100%; +} + +tree { width: 100%; -} \ No newline at end of file +}