View file mail/style/css/email.css

File size: 5.6Kb
img {
  vertical-align: middle;
}

label, input {
  font-weight: normal;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
}

div {
position: ;
  word-wrap: break-word;
}

div.email {
  padding: 4px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #f3f3f3;
  display: block;
  min-height: 46px;
}

div.email-read {
  background-color: #dde7ea;
}

div.email-read div.email-login {
  font-weight: bold;
}

span.email-count {
  font-weight: normal;
  color: #7f7f7f;
}

.email-count-new {
  color: #ff0006;
  display: none;
}

.email-flagged {
  height: 18px;
  padding-left: 4px;
}
.email-flagged img {
  vertical-align: top;
}

.nohidden {
  display: inline-block;
}

form.email {
  padding: 0;
  background: #ffffff;
  border: 0;
  margin: 0;
}

button.buttonLink {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  margin-right: 4px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
}

form.buttonLink {
  background-color: !important;
  display: inline-block;
  padding: 0;
  border: 0;
  margin: 0;
}

form.newMessage input[type="text"] {
  display: inline-block;
  width: 70%;
}

span.email-from {
  line-height: 20px;
  font-weight: bold;
}

form.newMessage input , form.newMessage textarea {
  margin-left: 4px;
}

div.email-text {
  white-space: nowrap;
  color: #7f7f7f;
  padding-left: 2px;
  padding-right: 2px;
}

div.email-checkbox {
  height: 40px;
}

div.email-login {
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
}

div.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}

div.email-textList {
  padding-left: 2px;
  word-wrap: break-word;
  display: table-row;
}

.email-messages {
  
}

span.email-login {
  color: #2b71d9;
  font-weight: bold;
}

a.email-link {
  display: block;
}

span.email-avatar {
  padding-right: 4px;
  display: block;
}

span.email-avatar img {
  max-width: 40px;
  max-height: 40px;
}

span.email-avatar .avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
}

.email-noread {
  color: #fd0209;
  font-weight: normal;
}

.email-text-noread {
  padding: 2px;
  background-color: #e3ebee;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

div.email-panel {
  border-top: 1px solid #bebaba;
  border-bottom: 1px solid #e1dfdf;
  background-color: #f2f2f2;
  padding: 4px;
  display: block;
  color: #7f7f7f;
  min-height: 26px;
}

div.email-panel a {
  line-height: 24px;
  font-size: 15px;
}

div.email-button {
  padding: 6px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

span.email-bold {
  font-weight: bold;
}

span.email-time {
  color: #7f7f7f;
  font-size: small;
}

.email-search form  {
  background-color: #e3ecea;
}

table .search-input {
  padding: 4px;
  width: 100%;
}

table .search-input input {
  width: 100%;
}

table .search-submit {
  padding: 4px;
  width: 100%;
}

table .search-submit button {
  padding: 2px;
}

.email-nav {
  padding-left: 4px;
  padding-top: 4px;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
}

.email-nav li {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  border-radius: 4px 4px 0 0;
}

.email-nav li.active {
  padding: 6px 10px;
  background-color: #f1f1f1;
}

.email-nav > li > a {
  position: relative;
  display: block;
  padding: 6px 10px; 
}

div.adult > label > span {
  color: red;
  padding-top: 2px;
  padding-bottom: 4px;
}

div.adult > label {
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 2px;
}

.email-list-photo {
  padding: 6px;
  background-color: #eeeef4;
}

.email-list-photo > a > img {
  padding: 6px;
  margin: 4px;
  background-color: #ffffff;
}

.email-btn-files {
  border: 0;
  margin: 0;
  background-color: transparent;
  vertical-align: top;
}

.email-textList > .attachments {
  margin-top: 6px;
  background-color: #f5f8fa;
  border: 1px solid #ebebeb;
}

.attachments {
  position: relative;
  background-color: #e4eaef;
  border: 1px solid #b3b3b3;
  padding: 4px;
}

.attachments > .attachments-photo {
  position: relative;
}

.attachments > .attachments-photo > .attachments-list {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 6px;
  margin: 2px;
}

.attachments > .attachments-photo > .attachments-list > .attachments-delete {
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
}

form.newMessage {
  background-color: #f5f9fa;
}

form.email-settings {
  background-color: #ffffff;
  padding: 6px;
}

form.email-settings b {
  font-size: 15px;
  color: #7f7f7f;
}

form.email-settings label {
  display: block;
  cursor: pointer;
  line-height: 20px;
  padding: 2px;
}

form.email-settings label:hover {
  color: #696969;
}

.email-panel > .email-login {
  color: #33a85c;
  display: inline-block;
  margin-top: 2px;
}

.email-panel > .email-login img {
  margin-top: -4px;
  margin-left: 2px;
}

.breadcrumb {
  margin: 0;
  padding: 8px 15px;
  list-style: none;
  background-color: #f5f5f5;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}

.js_not {
  display: none;
}

.user-ban {
  text-decoration: line-through;
  color: #9d9d9d;
}