Compact Google Reader with Firefox
Add to userContent.css:
- Windows 7: %APPDATA%\Mozilla\Firefox\Profiles\profilename\chrome\userContent.css
- Linux: ~/.mozilla/firefox/profilename/chrome/userContent.css
@-moz-document url-prefix(https://www.google.com/reader/),
url-prefix(http://www.google.com/reader/),
url-prefix(https://www.google.lt/reader/),
url-prefix(http://www.google.lt/reader/) {
#top-bar {
height: 0px !important;
}
#logo {
background-position: 10% 0 !important;
top: 25px !important;
width: 264px !important;
border-bottom: 1px solid #EBEBEB !important;
margin: -18px 0 0 0 !important;
height: 30px !important;
}
#main {
position: static !important;
}
#search {
margin-left: 10px !important;
width: 264px !important;
min-width: 150px !important;
position: absolute !important;
top: 35px !important;
}
#search-input {
left: 10px !important;
width: 125px !important;
}
#title-and-status-holder {
display: none !important;
}
#entries {
border-top: none !important;
}
#search .search-restrict {
margin-left: 3px !important;
margin-right: 3px !important;
margin-bottom: 0px !important;
margin-top: 0px !important;
width: 5px !important;
}
#search .goog-flat-menu-button {
min-width: 5px !important;
height: 27px !important;
}
#search .goog-flat-menu-button-caption {
font-size: 0px !important;
}
#search .goog-flat-menu-button {
padding: 0 12px 0 0 !important;
}
#nav {
position: relative !important;
top: 85px !important;
width: 250px !important;
}
#lhn-add-subscription {
margin-left: 10px !important;
}
#lhn-add-subscription-section {
border: none !important;
height: 40px !important;
}
#sections-header {
height: 36px !important;
}
#viewer-header {
height: 40px !important;
margin-top: -4px !important;
margin-left: 15px !important;
}
.jfk-button, .goog-flat-menu-button {
height: 27px !important;
}
}
Labels: css, google, reader, userContent