Aleksander Machniak
2014-06-30 997ef19f17af31c668d34bd00269fc02186be7f8
skins/larry/styles.css
@@ -46,6 +46,18 @@
   overflow: hidden;
}
html.mozilla select {
   padding: 2px 1px;
}
input,
textarea,
select,
button {
   font-family: inherit;
   font-size: inherit;
}
input[type="text"],
input[type="password"],
textarea {
@@ -1210,7 +1222,6 @@
.listing tbody td {
   display: table-cell;
   height: auto;
   min-height: 14px;
   outline: none;
}
@@ -1334,8 +1345,16 @@
   padding-left: 36px;
}
ul.treelist.iconized li ul li a {
ul.treelist.iconized ul li a {
   padding-left: 62px;
}
ul.treelist.iconized ul ul li a {
   padding-left: 88px;
}
ul.treelist.iconized ul ul ul li a {
   padding-left: 114px;
}
ul.treelist li div.treetoggle {
@@ -1357,8 +1376,12 @@
   left: 19px;
}
ul.treelist.iconized li ul li div.treetoggle {
   left: 35px;
ul.treelist.iconized ul li div.treetoggle {
   left: 45px;
}
ul.treelist.iconized ul ul li div.treetoggle {
   left: 71px;
}
ul.treelist li div.treetoggle.expanded {
@@ -2001,7 +2024,7 @@
   font-size: 10px;
   color: #555;
   min-width: 50px;
   max-width: 75px;
   max-width: 70px;
   height: 13px;
   overflow: hidden;
   text-overflow: ellipsis;
@@ -2088,12 +2111,12 @@
.toolbar a.button.reply-all {
   min-width: 64px;
   background-position: left -610px;
   background-position: 0 -610px;
}
.toolbar a.button.forward {
   min-width: 64px;
   background-position: left -650px;
   background-position: 0 -650px;
}
.toolbar a.button.delete {
@@ -2130,11 +2153,11 @@
.toolbar a.button.spellcheck {
   min-width: 64px;
   background-position: left -930px;
   background-position: 0 -930px;
}
.toolbar a.button.spellcheck.selected {
   background-position: left -1620px;
   background-position: 0 -1620px;
   color: #1978a1;
}
@@ -2151,8 +2174,8 @@
}
.toolbar a.button.export {
   min-width: 74px;
   background-position: center -1054px;
   min-width: 64px;
   background-position: 0 -1054px;
}
.toolbar a.button.send {
@@ -2265,6 +2288,30 @@
   background: url(images/quota.png) -100px 0 no-repeat;
}
table.quota-info {
   border-spacing: 0;
   border-collapse: collapse;
   table-layout: fixed;
   margin: 5px;
}
table.quota-info td,
table.quota-info th {
   color: white;
   border: 1px solid lightgrey;
   padding: 2px 3px;
   text-align: center;
   min-width: 80px;
}
table.quota-info td.name {
   text-align: left;
}
table.quota-info td.root {
   font-style: italic;
}
/*** popup menus ***/
.popupmenu,