Add your comments
DLS Archives
May 2013
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |
Essential Windows Apps | Do Not Track | Microsoft Office | SayNow | LibreOffice | Zeam Android Launcher | Dead Space iPhone | Firefox 4 Mobile | Firefox 4 Release | PlayStation iPhone App | Excel Tips | Android Launcher | Google One Pass | Dead Space | Google Cloud Print | Songbird for Android | NBA Jam | Internet Explorer 9 | Windows 7 Connector for Mac | Office Mac 2011 | IE9 RC
Gadget News
- Lenovo pulls in best-ever revenue of $7.8 billion for Q4 2012/13, record $34 billion for the year
- HTC Desire 200 and Desire 600 turn up in leaked certification page, benchmark results
- AMD outlines Elite Performance laptop APUs with game-ready Wireless Display
- HP intros the Envy Rove 20, a portable all-in-one, plus two other AiOs






Reader Comments (Page 1 of 1)
(Unverified)Jul 19th 2010 9:27AM
From a combination of previous stuff on this site, stuff I found on google, and tweaking, I found a nice minimalistic setup that others may enjoy that I'll post below.
The code given in the article has a problem with the 'recently closed tabs' button being overlapped by the minimize button or vice versa. The code below moves it to the side of the minimize button and more or less lines it up with min/max/close (provided the window is maximized :p sorry non-max browser users), how I personally like it. Hope someone else enjoys it too. Note I got this to work by sheer tweaking, not so much from knowing what I'm doing, so YMMV ;).
#appmenu-button-container {
position: fixed !important;
}
#appmenu-button {
padding: 2px 8px 2px 8px !important;
margin-top:3px !important;
background-color: rgba(54, 111, 255, 1.0) !important;
}
#navigator-toolbox[tabsontop="true"] #TabsToolbar {
padding-left: 95px !important;
}
#navigator-toolbox[tabsontop="true"] #TabsToolbar {
padding-left: 74px !important;
padding-top:1px !important;
padding-right:98px !important;
}
.tabs-alltabs-button {
margin-right:9px !important;
margin-top:-10px !important;
margin-bottom:4px !important;
}