Guest User

Google Reader - Fix for new layout

a guest
Nov 1st, 2011
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.15 KB | None | 0 0
  1. /* Google Reader - Fix for new layout */
  2.  
  3. /* Left Panel */
  4.  
  5. #nav {
  6.   width: 244px !important;
  7. }
  8.  
  9. #lhn-add-subscription-section {
  10.   display: none !important;
  11. }
  12.  
  13. #scrollable-sections-holder {
  14.   margin-left: -20px !important;
  15. }
  16.  
  17. #viewer-header {
  18.   height: 43px !important;
  19. }
  20.  
  21. #chrome {
  22.   margin-left: 248px !important;
  23. }
  24.  
  25. /* Main Panel */
  26.  
  27. #viewer-top-controls {
  28.   min-width: 900px;
  29. }
  30.  
  31. .jfk-button {
  32.   margin-right: 5px !important;
  33. }
  34.  
  35. #viewer-view-options, #mark-all-as-read-split-button, #viewer-top-controls .goog-button {
  36.   margin-right: 5px !important;
  37. }
  38.  
  39. #entries {
  40.   padding-right: 5px !important;
  41. }
  42.  
  43. #entries.list .entry .collapsed {
  44.   line-height: 18px !important;
  45.   padding: 3px 0 !important;
  46. }
  47.  
  48. #entries.list .collapsed .entry-main .entry-source-title {
  49.   color: #3366CC !important;
  50. }
  51.  
  52. .entry-date {
  53.   margin-right: 5px !important;
  54. }
  55.  
  56. .entry-original {
  57.   display: none !important;
  58. }
  59.  
  60. .entry-title-link {
  61.   color: #3366CC !important;
  62. }
  63.  
  64. .entry-title-go-to {
  65.   display: none !important;
  66. }
  67.  
  68. .entry-source-title {
  69.   color: #666666 !important;
  70. }
  71.  
  72. /* Misc */
  73.  
  74. .item-plusone {
  75.   display: none !important;
  76. }
  77.  
Add Comment
Please, Sign In to add comment