X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fplugins%2FpluginProblem.css;h=32baf8cdeb577219f0c58b4a5b22e79bce74434c;hp=d08df231b81eb14d256bdf9138bf6aebe69d142f;hb=1e8874ff0d80f10ef6a2e91931a3b1b73430236d;hpb=1783ea508b5f2c4f2f96b96a948aa26172a0380a diff --git a/LCARStrek/mozapps/plugins/pluginProblem.css b/LCARStrek/mozapps/plugins/pluginProblem.css index d08df231..32baf8cd 100644 --- a/LCARStrek/mozapps/plugins/pluginProblem.css +++ b/LCARStrek/mozapps/plugins/pluginProblem.css @@ -15,7 +15,6 @@ background-color: #000000; color: #FFCF00; -moz-user-select: none; - position: relative; } .hoverBox { @@ -168,22 +167,17 @@ html|a { .closeIcon { display: block; - position: absolute; width: 16px; height: 16px; - top: 4px; - right: 4px; + margin-top: 4px; + -moz-margin-start: -20px; + -moz-margin-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;