SHOW:
|
|
- or go back to the newest paste.
| 1 | /* Google Reader - Fix for new layout */ | |
| 2 | ||
| 3 | /* Top Panel */ | |
| 4 | ||
| 5 | #search {
| |
| 6 | margin-left: 251px !important; | |
| 7 | } | |
| 8 | ||
| 9 | .search-restrict {
| |
| 10 | margin: 0 5px !important; | |
| 11 | } | |
| 12 | ||
| 13 | /* Left Panel */ | |
| 14 | ||
| 15 | #nav {
| |
| 16 | width: 244px !important; | |
| 17 | } | |
| 18 | ||
| 19 | #lhn-add-subscription-section {
| |
| 20 | display: none !important; | |
| 21 | } | |
| 22 | ||
| 23 | #scrollable-sections-holder {
| |
| 24 | margin-left: -20px !important; | |
| 25 | } | |
| 26 | ||
| 27 | #viewer-header {
| |
| 28 | height: 43px !important; | |
| 29 | } | |
| 30 | ||
| 31 | #scrollable-sections-top-shadow {
| |
| 32 | display: none !important; | |
| 33 | } | |
| 34 | ||
| 35 | /* Main Panel */ | |
| 36 | ||
| 37 | #chrome {
| |
| 38 | margin-left: 248px !important; | |
| 39 | } | |
| 40 | ||
| 41 | #viewer-top-controls {
| |
| 42 | min-width: 900px; | |
| 43 | } | |
| 44 | ||
| 45 | .jfk-button {
| |
| 46 | margin-right: 5px !important; | |
| 47 | } | |
| 48 | ||
| 49 | #viewer-view-options, #mark-all-as-read-split-button, #viewer-top-controls .goog-button {
| |
| 50 | margin-right: 5px !important; | |
| 51 | } | |
| 52 | ||
| 53 | #entries {
| |
| 54 | padding-right: 5px !important; | |
| 55 | } | |
| 56 | ||
| 57 | #entries.list .entry .collapsed {
| |
| 58 | line-height: 18px !important; | |
| 59 | padding: 3px 0 !important; | |
| 60 | } | |
| 61 | ||
| 62 | #entries.list .collapsed .entry-main .entry-source-title {
| |
| 63 | color: #3366CC !important; | |
| 64 | } | |
| 65 | ||
| 66 | .entry-date {
| |
| 67 | margin-right: 5px !important; | |
| 68 | } | |
| 69 | ||
| 70 | .entry-original {
| |
| 71 | display: none !important; | |
| 72 | } | |
| 73 | ||
| 74 | .entry-title-link {
| |
| 75 | color: #3366CC !important; | |
| 76 | } | |
| 77 | ||
| 78 | .entry-title-go-to {
| |
| 79 | display: none !important; | |
| 80 | } | |
| 81 | ||
| 82 | .entry-source-title {
| |
| 83 | color: #666666 !important; | |
| 84 | } | |
| 85 | ||
| 86 | .expanded .collapsed, #current-entry .collapsed {
| |
| 87 | background: #F5F5F5 !important; | |
| 88 | } | |
| 89 | ||
| 90 | .scroll-tree li a.tree-link-selected .name, .scroll-tree li a.tree-link-selected:hover .name {
| |
| 91 | color: #666666 !important; | |
| 92 | } | |
| 93 | ||
| 94 | /* Misc */ | |
| 95 | ||
| 96 | .item-plusone {
| |
| 97 | display: none !important; | |
| 98 | } | |
| 99 | ||
| 100 | .trends-sorting-homepage {
| |
| 101 | display: none !important; | |
| 102 | } | |
| 103 |