/* version 1.1.1 */

@namespace url(http://www.w3.org/1999/xhtml);

/* for All items */
@-moz-document
  url-prefix("http://www.google.com/reader/view/"),
  url-prefix("https://www.google.com/reader/view/")
{
  .entry-secondary
  {
    line-height: 2em;
  }

  /* move original entry icon to left */
  .entry-original
  {
    left: 13.5em !important;
  }

  /* move date to right */
  .entry-date
  {
    margin: auto !important;
  }
}

/* for specific subscription */
@-moz-document
  url-prefix("http://www.google.com/reader/view/feed"),
  url-prefix("http://www.google.com/reader/view/#stream/feed"),
  url-prefix("https://www.google.com/reader/view/feed"),
  url-prefix("https://www.google.com/reader/view/#stream/feed")
{
  .entry-original
  {
    left: 2em !important;
  }

  .entry-secondary
  {
    margin-left: 4em !important;
  }

  .entry-date
  {
    margin: auto !important;
  }
}

/* for search */
@-moz-document
  url-prefix("http://www.google.com/reader/view/#search"),
  url-prefix("https://www.google.com/reader/view/#search")
{
  .entry-original
  {
    left: 0 !important;
  }

  .entry-title
  {
    margin-left: 20px !important;
  }
}
