
Using the latest version of FF and extensions on Windows XP.
Unfortunately, yes.theremin wrote:I wanted to block the sidebar such that the email body section expands horizontally to occupy the blank space. [...] Is this beyond ABP's capabilities?
Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.live.com") {
#MainContent { margin-right: 0 !important; }
}
OK, I see, it depends on the "Reading pane settings". Try it now:theremin wrote:Danke schon for your initiative; it doesn't seem to work however.
Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.live.com") {
#MainContent {
margin-right: 0 !important;
right: 0 !important;
}
}
I've also noted that the Next arrow and Previous arrow are also blocked. This makes it very difficult to navigate as you must go back to the in-box to get to the next or previous message.TK wrote:Using this code also disables Back to messages, previous message (up arrow) and next message (down arrow) links. Is there a way to improve this code to still allow those to work?
Sorry for the up but I have the same problem.DP wrote:I've also noted that the Next arrow and Previous arrow are also blocked. This makes it very difficult to navigate as you must go back to the in-box to get to the next or previous message.TK wrote:Using this code also disables Back to messages, previous message (up arrow) and next message (down arrow) links. Is there a way to improve this code to still allow those to work?