.portlet-alerts {
  .entry {
    border: 6px solid #c00;
    margin: 8px 0px;
    padding: 6px;
  }

  .entry-content {
    display: block;
    padding: 2px 2px 2px 30px;
  }

  .entry-scope {
    color: #ccc;
    display: block;
  }

  .entry-type-general {
    background: #fff url('@theme_image_path@/common/page.png') left top no-repeat;
    clear: both;
  }

  .entry-type-news {
    background: #fff url('@theme_image_path@/common/page.png') left top no-repeat;
    clear: both;
  }

  .entry-type-test {
    background: #fff url('@theme_image_path@/common/page.png') left top no-repeat;
    clear: both;
  }
}

.portlet-announcements {
  .entry {
    margin: 0;
    padding: 0;
    &.first {
    }
    &.last {
    }
  }

  .entry-content {
    display: block;
    margin-bottom: 0.5em;
    padding: 2px 2px 2px 30px;
  }

  .entry-scope {
    color: #555;
    display: block;
  }

  .edit-entry,
  .delete-entry,
  .control-entry{
    padding: 0 5px;
  }

  .entry-type-general {
    background: #fff url('@theme_image_path@/common/all_pages.png') 4px 4px no-repeat;
    clear: both;
  }

  .entry-type-news {
    background: #fff url('@theme_image_path@/common/page.png') 4px 4px no-repeat;
    clear: both;
  }

  .entry-type-test {
    background: #fff url('@theme_image_path@/common/page.png') 4px 4px no-repeat;
    clear: both;
  }
}

.portlet-announcements, .portlet-alerts {
  .important {
    font-weight: normal;
  }

  .entry-title {
    display: block;
    margin-bottom: 0;
    position: relative;
  }

  .read-entries .entry-title {
    opacity: 0.5;
  }

  .edit-actions {
    float: right;
    font-size: 0.7em;
    font-weight: normal;
    right: 0;
    top: 0;
    .control-entry {
      padding: 0 10px;
    }
  }
}

.rtl {
  .portlet-announcements,
  .portlet-alerts {
    .edit-actions {
      float: left;
    }
  }

  .entry {
    margin: 0;
    padding: 0;
    &.first {
    }
    &.last {
    }
  }

  .entry-content {
    padding: 2px 30px 2px 2px;
  }

  .entry-type-general,
  .entry-type-news,
  .entry-type-test {
    background-position: right 7px center;
  }
}