Metroid Wiki:Discussion Center: Difference between revisions

From Metroid Wiki
Line 8: Line 8:
:Yeah, that is correct. I think it might be a skin bug. Nothing within two characters of the left side of the edit box can be clicked on. You'll have to bear with it for now, but I assure you we are looking into fixing this issue. {{:User:Melchizedek/sig}} 06:01, 10 February 2010 (UTC)
:Yeah, that is correct. I think it might be a skin bug. Nothing within two characters of the left side of the edit box can be clicked on. You'll have to bear with it for now, but I assure you we are looking into fixing this issue. {{:User:Melchizedek/sig}} 06:01, 10 February 2010 (UTC)


:: http://metroidwiki.org/skins/monobook1/main.css?207 has this:
:: The problem is that the portlets in the sidebar overlap the content. http://metroidwiki.org/skins/monobook1/main.css?207 has this:
<pre>
<pre>
.portlet {
.portlet {
Line 20: Line 20:
}
}
</pre>  
</pre>  
::Changing the width to 180px fixes the issue for me.[[User:Twentytwofiftyseven|Twentytwofiftyseven]] 07:18, 12 February 2010 (UTC)
::Changing the width to 180px fixes the issue for me.
<pre>
#content {
margin-left: 205px;
z-index: 4;
border: 0;
}
</pre>
::Another possible solution is to change z-index to 6 here.[[User:Twentytwofiftyseven|Twentytwofiftyseven]] 07:35, 12 February 2010 (UTC)


==User Stylesheets==
==User Stylesheets==
Are broken. [[User:Twentytwofiftyseven|Twentytwofiftyseven]] 06:47, 12 February 2010 (UTC)
Are broken. [[User:Twentytwofiftyseven|Twentytwofiftyseven]] 06:47, 12 February 2010 (UTC)