Aleksander Machniak
2014-07-26 6c5c22b877f6a91b4046433e13588cd3c679dc3f
skins/classic/common.css
@@ -20,10 +20,14 @@
  margin: 10px;
}
select, input, textarea
select, input, textarea, button
{
  font-size: 12px;
  font-size: inherit;
  font-family: inherit;
}
html.mozilla select {
  padding: 2px 1px;
}
th
@@ -286,9 +290,9 @@
body > #message div.voice
{
   position: absolute;
   top: -1000px;
   clip: rect(0 0 0 0);
  position: absolute;
  top: -1000px;
  clip: rect(0 0 0 0);
}
body > #message a
@@ -613,6 +617,9 @@
  height: 16px;
}
.popup label > input {
  margin-left: 10px;
}
/***** common table settings ******/
@@ -639,7 +646,7 @@
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
  text-align: left;
   outline: none;
  outline: none;
}
table.records-table tr
@@ -671,18 +678,21 @@
ul.treelist li div.treetoggle
{
  position: absolute;
  left: 8px !important;
  left: -16px;
  left: 8px;
  top: 1px;
  width: 14px;
  height: 16px;
  cursor: pointer;
}
ul.treelist li ul li div.treetoggle
ul.treelist ul li div.treetoggle
{
  left: 28px !important;
  left: 4px;
  left: 25px;
}
ul.treelist ul ul li div.treetoggle
{
  left: 42px;
}
ul.treelist li div.collapsed
@@ -694,7 +704,6 @@
{
  background: url(images/icons/expanded.png) bottom right no-repeat;
}
ul.treelist,
ul.treelist li ul
@@ -716,6 +725,7 @@
  font-size: 11px;
  border-bottom: 1px solid #EBEBEB;
  white-space: nowrap;
  overflow: hidden;
}
ul.treelist li a
@@ -745,7 +755,8 @@
  border-bottom: 0;
}
ul.treelist li.selected > a
ul.treelist li.selected > a,
ul.treelist li.selected > div a
{
  color: #FFF;
  font-weight: bold;
@@ -755,6 +766,154 @@
ul.treelist li.droptarget
{
  background-color: #FFFFA6;
}
/***** folders list *****/
.folderlist li ul li:last-child
{
  border-bottom: 0 none;
}
.folderlist li.inbox a
{
  background-position: 5px -18px;
}
.folderlist li.drafts a
{
  background-position: 5px -35px;
}
.folderlist li.sent a
{
  background-position: 5px -54px;
}
.folderlist li.junk a
{
  background-position: 5px -73px;
}
.folderlist li.trash a
{
  background-position: 5px -180px;
}
.folderlist li.trash.empty a
{
  background-position: 5px -90px;
}
.folderlist li a
{
  cursor: default;
  display: block;
  position: relative;
  padding-left: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  height: 15px;
  background: url(images/icons/folders.png) 5px 0 no-repeat;
}
.folderlist li.virtual > a
{
  color: #666;
}
.folderlist li.selected,
.folderlist li.droptarget li.selected
{
  background-color: #929292;
}
.folderlist li.selected > a,
.folderlist li.droptarget li.selected a
{
  color: #FFF;
  font-weight: bold;
}
.folderlist li.droptarget
{
  background-color: #FFFFA6;
}
/* styles for nested folders */
.folderlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #EBEBEB;
  background-color: #FFF;
  font-weight: normal;
}
.folderlist li.mailbox ul li a {
  padding-left: 40px;  /* 24 + 1 x 16 */
  background-position: 20px 0;  /* 4 + 1 x 16 */
}
.folderlist li.mailbox ul li div.treetoggle {
  left: 23px !important;
}
.folderlist li.mailbox ul ul li.mailbox a {
  padding-left: 56px;  /* 2x */
  background-position: 36px 0;
}
.folderlist li.mailbox ul ul li div.treetoggle {
  left: 39px !important;
}
.folderlist li.mailbox ul ul ul li.mailbox a {
  padding-left: 72px;  /* 3x */
  background-position: 52px 0;
}
.folderlist li.mailbox ul ul ul li div.treetoggle {
  left: 55px !important;
}
.folderlist li.mailbox ul ul ul ul li.mailbox a {
  padding-left: 88px;  /* 4x */
  background-position: 68px 0;
}
.folderlist li.mailbox ul ul ul ul li div.treetoggle {
  left: 71px !important;
}
/* indent folders on levels > 4 */
.folderlist li.mailbox ul ul ul ul ul li {
  padding-left: 16px;
}
.folderlist li.mailbox ul ul ul ul ul li div.treetoggle {
  left: 87px !important;
}
.folderlist li.mailbox ul li.drafts a
{
  background-position: 21px -37px;
}
.folderlist li.mailbox ul li.sent a
{
  background-position: 21px -54px;
}
.folderlist li.mailbox ul li.junk a
{
  background-position: 21px -73px;
}
.folderlist li.mailbox ul li.trash a
{
  background-position: 21px -180px;
}
.folderlist li.mailbox ul li.trash.empty a
{
  background-position: 21px -90px;
}
@@ -1232,6 +1391,35 @@
.quota_text_mid { color: #666; }
.quota_text_low { color: #666; }
table.quota-info {
   border-spacing: 0;
   border-collapse: collapse;
   table-layout: fixed;
   margin: 2px;
}
table.quota-info td,
table.quota-info th {
   border: 1px solid #999;
   padding: 2px 3px;
   text-align: center;
   min-width: 80px;
   color: #333;
   font-size: 11px;
}
table.quota-info th {
   font-weight: bold;
   background-color: #ddd;
}
table.quota-info td.name {
   text-align: left;
}
table.quota-info td.root {
   font-style: italic;
}
/********** TinyMCE styles **********/
.mce-btn-small button