Aleksander Machniak
2013-12-15 5c8339378881f9198d60f427a2ced954fd0e859a
skins/classic/mail.css
@@ -171,21 +171,8 @@
  background-position: -480px -32px;
}
#messagetoolbar select.mboxlist
{
  position: relative;
  margin: 0 8px;
  top: 7px;
}
#messagetoolbar select.mboxlist option
{
  padding-left: 15px;
}
#messagetoolbar select.mboxlist option[value=""]
{
  padding-left: 2px;
#messagetoolbar a.responses {
  background-position: -512px 0;
}
#messagemenu li a.active:hover,
@@ -408,13 +395,12 @@
  display: block;
  position: relative;
  font-size: 11px;
  background: url(images/icons/folders.png) 5px 0 no-repeat;
  border-bottom: 1px solid #EBEBEB;
}
#mailboxlist li ul li:last-child
{
  border-bottom: none;
  border-bottom: 0 none;
}
#mailboxlist li.inbox
@@ -452,6 +438,7 @@
  padding-bottom: 2px;
  text-decoration: none;
  height: 15px;
  background: url(images/icons/folders.png) 5px 0 no-repeat;
}
#mailboxlist li.unread
@@ -493,11 +480,48 @@
  padding: 0;
  margin: 0;
  border-top: 1px solid #EBEBEB;
  padding-left: 15px;
  background-position: 25px 1px;
  background-color: #FFF;
  color: blue;
  font-weight: normal;
}
#mailboxlist li.mailbox ul li a {
  padding-left: 36px;  /* 20 + 1 x 16 */
  background-position: 16px 0;  /* 1 x 16 */
}
#mailboxlist li.mailbox ul li div.treetoggle {
  left: 19px !important;
}
#mailboxlist li.mailbox ul ul li.mailbox a {
  padding-left: 52px;  /* 2x */
  background-position: 32px 0;
}
#mailboxlist li.mailbox ul ul li div.treetoggle {
  left: 35px !important;
}
#mailboxlist li.mailbox ul ul ul li.mailbox a {
  padding-left: 68px;  /* 3x */
  background-position: 48px 0;
}
#mailboxlist li.mailbox ul ul ul li div.treetoggle {
  left: 51px !important;
}
#mailboxlist li.mailbox ul ul ul ul li.mailbox a {
  padding-left: 84px;  /* 4x */
  background-position: 64px 0;
}
#mailboxlist li.mailbox ul ul ul ul li div.treetoggle {
  left: 70px !important;
}
/* indent folders on levels > 4 */
#mailboxlist li.mailbox ul ul ul ul ul li {
  padding-left: 16px;
}
#mailboxlist li.mailbox ul ul ul ul ul li div.treetoggle {
  left: 89px !important;
}
#listcontrols
@@ -683,9 +707,10 @@
  text-decoration: none;
}
.messagelist thead tr td.size
.messagelist thead tr td.size.sortedASC a,
.messagelist thead tr td.size.sortedDESC a
{
  text-align: left;
  padding-right: 18px;
}
.messagelist thead tr td.subject
@@ -932,7 +957,7 @@
.messagelist tr td.date
{
  width: 118px;
  width: 135px;
  padding: 0 2px;
}
@@ -951,6 +976,24 @@
.messagelist tr.flagged td a
{
  color: #CC0000;
}
/* This padding-left minus the focused padding left should be half of the focused border-left */
.messagelist thead tr td:first-child,
.messagelist tbody tr td:first-child {
   border-left: 0;
   padding-left: 6px;
}
/* because of border-collapse, we make the left border twice what we want it to be - half will be hidden to the left */
.messagelist tbody tr.focused > td:first-child {
   border-left: 4px solid #d4d4d4;
   padding-left: 4px;
}
.messagelist tbody tr.selected.focused > td:first-child {
   border-left: 2px solid #ccc;
   padding-left: 5px;
}
.messagelist tr.selected td
@@ -984,6 +1027,7 @@
#listmenu
{
  padding: 6px;
  max-height: none;
}
#listmenu legend
@@ -1591,10 +1635,9 @@
#compose-attachments ul li
{
  height: 18px;
  line-height: 16px;
  font-size: 11px;
  padding-left: 2px;
  padding-top: 2px;
  padding-right: 4px;
  padding: 2px 2px 1px 2px;
  border-bottom: 1px solid #EBEBEB;
  white-space: nowrap;
  overflow: hidden;
@@ -1607,8 +1650,10 @@
  text-indent: -5000px;
  width: 17px;
  height: 16px;
  padding-bottom: 2px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
#compose-attachments li img