X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fpreferences.css;h=6175092e2138dc050efe32741702d18055f11769;hp=2b56f30a65d87001879f9446259290c3f1163655;hb=2075203285bc0276d14a434d056cf90131188d44;hpb=b3bf08b110943f4abc9642b613f0dcb078c22b0b diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index 2b56f30a..6175092e 100644 --- a/LCARStrek/browser/preferences/in-content/preferences.css +++ b/LCARStrek/browser/preferences/in-content/preferences.css @@ -196,6 +196,13 @@ treecol { font-weight: bold; } +/* Content pane */ +#playDRMContentLink { + /* Line up with the buttons in the other grid bits: */ + margin-left: 4px !important; + margin-right: 4px !important; +} + /* Applications Pane Styles */ #applicationsContent { @@ -259,6 +266,10 @@ description > html|a { padding-bottom: 0; /* no padding needed in inContent prefs */ } +#tabsElement { +/* -moz-margin-end: 4px; / add the 4px end-margin of other elements */ +} + #encryptionPanel { margin-top: 15px; } @@ -294,6 +305,7 @@ description > html|a { #dialogBox { background-color: #000000; + background-clip: content-box; color: #FF9F00; /* font-size: 14px; */ border: 1px solid #9C9CFF; @@ -353,6 +365,28 @@ description > html|a { * End Dialog */ +/** + * Sync migration + */ +#sync-migrate-upgrade-description { + /* description elts need a min-width to wrap correctly - bug 630864? */ + min-width: 100px +} + +#sync-migration { + border: 1px solid #9C9CFF; + background-color: #000000; + color: #A09090; + text-shadow: none; + margin: 5px 0 0 0; + animation: fadein 3000ms; +} + +@keyframes fadein { + from { opacity: 0; } + to { opacity: 1; } +} + /* === END shared/in-content/preferences.css === */ caption {