alecpl
2012-04-13 ce216f0905925a9f6fe50c04d613b9057477cb17
skins/larry/mail.css
@@ -16,14 +16,14 @@
   position: absolute;
   top: 0;
   left: 0;
   width: 240px;
   width: 220px;
   bottom: 0;
}
#mailview-right {
   position: absolute;
   top: 0;
   left: 252px;
   left: 232px;
   right: 0;
   bottom: 0;
}
@@ -48,6 +48,12 @@
   right: 30px;
   width: 30px;
   left: auto !important;
}
#folderlist-header {
   width: 100%;
   height: 12px;
   top: 32px;
}
#mailboxcontainer,
@@ -367,7 +373,6 @@
#messagelist tr td.size {
   width: 60px;
   text-align: right;
}
#messagelist tr td.from,
@@ -470,7 +475,7 @@
}
#messagelist tbody tr td.attachment span.attachment {
   background-position: 0 -998px;
   background-position: 0 -996px;
}
#messagelist thead tr td.attachment span.attachment {
   background-position: -24px -997px;
@@ -540,12 +545,13 @@
#messagelist tr td.status span.msgicon:hover {
   background-position: 0 -272px;
}
#messagelist tr td.status span.deleted,
#messagelist tr td.subject span.deleted {
   background-position: 0 -187px;
}
*/
#messagelist tr td.status span.deleted,
#messagelist tr td.status span.deleted:hover,
#messagelist tr td.subject span.deleted {
   background-position: -22px -1096px;
}
#messagelist tr td.status span.status,
#messagelist tr td.status span.unread,
#messagelist tr td.subject span.unread,
@@ -573,8 +579,10 @@
   width: 26px;
}
#messagelist thead tr td.subject,
#messagelist tbody tr td.subject {
   width: 99%;
   white-space: nowrap;
}
#messagelist tbody tr td.subject a {
@@ -590,14 +598,11 @@
/**** tree indicators ****/
#messagelist tbody tr td span.branch div {
   float: left;
   height: 18px;
   display: inline-block;
}
#messagelist tbody tr td span.branch div.tree {
   height: 18px;
   width: 15px;
/*   background: url(images/tree.gif) 0px 0px no-repeat; */
}
#listoptions ul.proplist {
@@ -744,11 +749,11 @@
div.more-headers {
   cursor: pointer;
   height: 10px;
   background: url(images/buttons.png) center -1539px no-repeat;
   background: url(images/buttons.png) center -1579px no-repeat;
}
div.hide-headers {
   background-position: center -1549px;
   background-position: center -1589px;
}
#all-headers {
@@ -932,16 +937,6 @@
#messagepartframe {
   border: 0;
}
#quotadisplay {
   left: 6px;
   font-size: 12px;
   font-weight: bold;
   text-shadow: 0px 1px 1px #fff;
   padding-left: 30px;
   height: 18px;
   background: url(images/quota.png) -100px 0 no-repeat;
}
/*** message composition ***/
@@ -1170,11 +1165,12 @@
#composebody {
   position: absolute;
   top: 24px;
   top: 1px;
   left: 0;
   bottom: 0;
   width: 99%;
   border: 0;
   border-radius: 0;
   padding: 8px 0 8px 8px;
   box-shadow: none;
   resize: none;
@@ -1197,11 +1193,6 @@
   border-left: 1px solid #ddd;
   padding: 8px;
   overflow: auto;
}
#spellcheck-control {
   margin: 6px 8px;
   text-align: right;
}
.defaultSkin table.mceLayout,