X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Ffeeds%2Fsubscribe.css;h=b9d450eb22d9f4e1c485984b66609c88e642c7e6;hp=b7d0cbb9c7bbaee0ede784a394e5d1803a81b6ec;hb=7327c957c10aeaccf57a457a9950ac380a326f29;hpb=c29b709d831267c35464cdff935f54cd752609db diff --git a/LCARStrek/browser/feeds/subscribe.css b/LCARStrek/browser/feeds/subscribe.css index b7d0cbb9..b9d450eb 100644 --- a/LCARStrek/browser/feeds/subscribe.css +++ b/LCARStrek/browser/feeds/subscribe.css @@ -3,6 +3,20 @@ html { font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } +#subscribeUsingDescription, +#subscribeButton { + display: block; +} + +#subscribeUsingDescription { + margin-bottom: 0.5em; +} + +#subscribeButton { + margin-top: 0.5em; + margin-inline-start: auto; +} + #feedBody { border: 1px solid #9C9CFF; padding: 2em; @@ -16,6 +30,11 @@ html { border-radius: 10px; margin: -3em auto 0 auto; background-color: #FFCF00; + display: flex; +} + +#feedHeaderContainerSpacer { + flex-grow: 1; } #feedHeader { @@ -66,6 +85,7 @@ html { #feedSubscribeLine { padding-top: 0.2em; + padding-inline-start: 0.5em; } /* Don't print subscription UI */ @@ -127,7 +147,7 @@ a[href] img { } .link { - color: #0000FF; + color: #3333FF; text-decoration: underline; cursor: pointer; } @@ -159,3 +179,8 @@ a[href] img { vertical-align: middle; margin-left: 2px; } + +.handlersMenuList > .menulist-label-box > .menulist-icon { + max-width: 16px; + max-height: 16px; +}