Nie tylko o przeglądarkach...

Gmail interface improvements for Opera

http://my.opera.com/forums/attachment.php?s=&postid=843192
You have already noticed that Archive, Report Spam and many others buttons looks very, very ugly in Opera browser. You have also noticed nasty space between blue menu selector and list of mails. Now you can fix these elements in a very simple way. All you have to do is:

1) Add to your user.css (Tools -> Preferences -> Page Style -> My style sheet) file beneath code:
body:before {
position: absolute; visibility: hidden;
background-image: url("javascript:if(document.location.href.indexOf('gmail.google.com/')!=-1)document.getElementsByTagName('body').item(0).setAttribute('id','gmail-google-com');");
content:"";}

body#gmail-google-com {padding: 0;}
body#gmail-google-com button {padding: 5px !important; }


2) Activate user.css in Author Mode: Look at Configure Modes dialog in preferences » Page style » Configure modes... and check My style sheet checkbox in the Author mode section

Opera -> Gmail -> Basic HTML -> Problem -> SolutionOpera - The Safest Browser In The World

Write a comment

You must be logged in to write a comment. If you're not a registered member, please sign up.