Aleksander Machniak
2013-10-25 f202a7e8b17c5284daf554c2de91a1ec68c76da0
skins/larry/mail.css
@@ -80,24 +80,11 @@
}
/* Real browsers accept this (not IE) */
html>/**/body #messagelist>tbody {
html>/**/body #messagelist {
   overflow: auto;
   overflow-x: hidden;
}
/*
#messagelistcontainer::-webkit-scrollbar {
   -webkit-appearance: none;
   width: 14px;
   border-left: 1px solid #e4e4e4;
   background: #fafafa;
}
#messagelistcontainer::-webkit-scrollbar-thumb {
   border-radius: 10px;
   border: 3px solid #f2f2f2;
   background-color: #c2c2c2;
   -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
*/
#messagelistfooter {
   position: absolute;
   bottom: 0;
@@ -471,6 +458,14 @@
   border-collapse: separate;
}
table.messagelist {
   z-index: 1;
}
table.messagelist.fixedcopy {
   z-index: 2;
}
.messagelist thead td:first-child {
   border-radius: 4px 0 0 0; /* for Chrome */
}
@@ -626,6 +621,10 @@
   background-position: -24px -1116px;
}
.messagelist thead tr td.priority span.priority {
   background-position: -24px -1845px;
}
.messagelist tr td.priority span.prio5 {
   background-position: 0 -1905px;
}
@@ -647,7 +646,7 @@
}
.messagelist thead tr td.flag span.flagged {
   background-position: -24px -1036px;
   background-position: -22px -1036px;
}
.messagelist tr td.status span.msgicon:hover {
@@ -701,7 +700,7 @@
}
.messagelist thead tr td.status span.status {
   background-position: -24px -1016px;
   background-position: -23px -1017px;
}
.messagelist tr td div.collapsed {
@@ -773,6 +772,7 @@
   width: 100%;
   bottom: 27px;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
}
#messageheader,