X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fmozapps%2Fplugins%2FpluginProblem.css;h=059395cf1aff67a1afbc72ceef4d85076135318d;hb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf;hp=cea550cae46aadd708251f3779adad32d778bf5b;hpb=2c225fcbeaa337cfcdc3d469ab3a9b416f5d8fae;p=themes.git diff --git a/LCARStrek/mozapps/plugins/pluginProblem.css b/LCARStrek/mozapps/plugins/pluginProblem.css index cea550ca..059395cf 100644 --- a/LCARStrek/mozapps/plugins/pluginProblem.css +++ b/LCARStrek/mozapps/plugins/pluginProblem.css @@ -15,12 +15,11 @@ background-color: #000000; color: #FFCF00; -moz-user-select: none; - position: relative; } .hoverBox { display: table-cell; - -moz-box-sizing: border-box; + box-sizing: border-box; padding: 5px; vertical-align: middle; width: 100%; @@ -91,7 +90,7 @@ html|a { .throbber { padding-left: 16px; /* width of the background image */ - background: url("chrome://global/skin/icons/loading.gif") no-repeat; + background: url("chrome://global/skin/icons/loading.png") no-repeat; margin-left: 5px; } @@ -168,22 +167,17 @@ html|a { .closeIcon { display: block; - position: absolute; width: 16px; height: 16px; - top: 4px; - right: 4px; + margin-top: 4px; + margin-inline-start: -20px; + margin-inline-end: 4px; border: none; background-color: transparent; background-image: url("mozapps/skin/plugins/contentPluginClose.png"); background-repeat: no-repeat; } -.mainBox[chromedir="rtl"] .closeIcon(rtl) { - right: auto; - left: 4px; -} - .closeIcon:hover, .closeIcon:hover:active { background-position: -16px 0;