For those having display issues with sh404SEF, here are some quick fixes:
Problem: Toolbar Buttons are stacked on the right side
Fix:
1. Open the core.css file.
2. Find the following line (line 78):.mc-toolbar li {float:left;list-style:none;margin:0 0 0 2px;padding:0;}
3. Add this line after it:.mc-toolbar>ul>a {float:left;margin:0 0 0 2px;}
4. Save
Problem: System messages cover the blue icon and the text is indented
Fix:
1. Open the core.css file.
2. Add this line at the bottom:#sh-message-box {margin:10px 10px 10px 52px;text-indent:0;}
3. Save
Problem: "Display with dupl." button is bigger than the others.
Fix:
1. Open the sh404SEF language file (/administrator/language/en-GB/en-GB.com_sh404sef.ini).
2. Find the line (should be around 292) that says:COM_SH404SEF_DELETE_URLS_WITH_DUP="Delete<br/>with dupl."
3. Edit the text in quotes to say whatever you want. The <br/> is what made it two lines instead of 1.
4. Save and upload.
If you have any other fixes, post them here.