X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FaboutWelcomeBack.css;h=3e11e8242ac97322ea2e4eca17054c74b3139bc5;hp=f38dda1881fd9af4f77393bcf13c78df2b9fdc0d;hb=9d1e25fa65834829fa4b1e7391d8ff57c3713b1b;hpb=e7c8bab1697c2a99a9b8d4f2fec8faa947e38aaf diff --git a/LCARStrek/browser/aboutWelcomeBack.css b/LCARStrek/browser/aboutWelcomeBack.css index f38dda18..3e11e824 100644 --- a/LCARStrek/browser/aboutWelcomeBack.css +++ b/LCARStrek/browser/aboutWelcomeBack.css @@ -4,4 +4,39 @@ #errorPageContainer { background-image: url("chrome://global/skin/icons/information-64.png"); + height: auto; +} + +/* tablist starts out hidden, but JS may make it visible in response to + clicks on the radio buttons by setting an "available" attribute. +*/ +#tabList { + display: none; +} + +#tabList[available] { + display: -moz-box; +} + +.radioRestoreContainer { + display: flex; +} + +.radioRestoreButton { + flex: 0 0 auto; +} + +.radioRestoreButton:-moz-focusring { + outline: 1px dotted #008484; +} + +.radioChooseLabel { + flex: 1 1 auto; +} + +/* We want errorTrailerDesc to have the same padding-top as errorShortDesc + has padding-bottom +*/ +#errorTrailerDesc { + padding-top: 1em; }