Aleksander Machniak
2013-11-22 9e36fba547f96c1ed87dca58418188715c0caa9e
skins/larry/mail.css
@@ -36,20 +36,17 @@
   position: absolute;
   top: 42px;
   left: 0;
   width: 100%;
   bottom: 28px;
}
#mailview-top.fullheight {
   border-radius: 4px 4px 0 0;
   right: 0;
   bottom: 0px;
}
#mailview-bottom {
   display: none;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 27px;
   right: 0;
   height: 0;
   border-radius: 4px;
   border-top: none;
}
@@ -80,24 +77,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;
@@ -113,10 +97,6 @@
   background: -ms-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
   background: linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
   border-radius: 0 0 4px 4px;
}
#mailview-top.fullheight #messagelistfooter {
   border-radius: 0;
}
#messagelistfooter.rightalign {
@@ -466,9 +446,12 @@
/*** message list ***/
/* this is necessary to make FF3 display borders */
body:-moz-last-node #messagelist {
   border-collapse: separate;
table.messagelist {
   z-index: 1;
}
table.messagelist.fixedcopy {
   z-index: 2;
}
.messagelist thead td:first-child {
@@ -523,7 +506,7 @@
}
.messagelist tr td.date {
   width: 135px;
   width: 155px;
}
.messagelist tr.message {
@@ -626,6 +609,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 +634,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 +688,7 @@
}
.messagelist thead tr td.status span.status {
   background-position: -24px -1016px;
   background-position: -23px -1017px;
}
.messagelist tr td div.collapsed {
@@ -758,7 +745,7 @@
   top: 0;
   left: 0;
   width: 100%;
   bottom: 28px;
   bottom: 0px;
}
#messagecontframe {
@@ -771,8 +758,9 @@
   top: 110px;
   left: 0;
   width: 100%;
   bottom: 27px;
   bottom: 1px;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
}
#messageheader,
@@ -1371,10 +1359,8 @@
   position: absolute;
   top: 42px;
   left: 0;
   width: 100%;
   bottom: 28px;
   border-radius: 4px 4px 0 0;
   border-bottom: none;
   right: 0;
   bottom: 0px;
   overflow: hidden;
}
@@ -1495,6 +1481,7 @@
   left: 0;
   right: 260px;
   bottom: 0;
   border-radius: 0 0 0 4px;
}
#composebodycontainer.buttons {
@@ -1508,7 +1495,7 @@
   bottom: 0;
   width: 99%;
   border: 0;
   border-radius: 0;
   border-radius: 0 0 0 4px;
   padding: 8px 0 8px 8px;
   resize: none;
   font-family: monospace;