X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Ffeeds%2Fsubscribe.css;h=b9d450eb22d9f4e1c485984b66609c88e642c7e6;hp=e41760c09de2f23a4d11426d4ed9b7830180c725;hb=7327c957c10aeaccf57a457a9950ac380a326f29;hpb=b23402da33a244ed319a2f24277a5c3e0814b1fe diff --git a/LCARStrek/browser/feeds/subscribe.css b/LCARStrek/browser/feeds/subscribe.css index e41760c0..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 { @@ -50,7 +69,7 @@ html { background: url("chrome://communicator/skin/icons/audioFeedIcon.png") 0% 10% no-repeat #FFCF00; } -#feedHeader[dir="rtl"] { +#feedHeader:-moz-dir(rtl) { background-position: 100% 10%; } @@ -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; +}