Thomas Bruederli
2012-05-14 fc67e008126d8b034a49ed24f6c94de2bf858981
skins/larry/styles.css
@@ -59,6 +59,7 @@
   -moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
   -webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
   -o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
   outline: none;
}
input.placeholder,
@@ -423,6 +424,17 @@
#message div.loading {
   background: url(images/ajaxloader.gif) 2px 6px no-repeat;
}
#message div a,
#message div span {
   padding-right: 0.5em;
   text-decoration: none;
}
#message div a:hover {
   text-decoration: underline;
   cursor: pointer;
}
#message.statusbar {
@@ -848,6 +860,10 @@
   background-position: 2px -1502px;
}
.boxfooter .listbutton.removegroup .inner {
   background-position: 5px -1540px;
}
.boxfooter .listbutton.disabled .inner {
   opacity: 0.4;
   filter: alpha(opacity=40);
@@ -939,6 +955,8 @@
   background: linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
   border-left: 1px solid #bbd3da;
   padding: 8px 7px;
   overflow: hidden;
   text-overflow: ellipsis;
}
.records-table.sortheader thead td {
@@ -951,6 +969,8 @@
   padding: 7px 7px;
   color: #69939e;
   text-decoration: none;
   overflow: hidden;
   text-overflow: ellipsis;
}
.records-table tbody td {
@@ -986,7 +1006,7 @@
.records-table tr.unfocused td {
   color: #fff !important;
   background: #4db0d2;
   background: #4db0d2 !important;
}
.records-table tr.unfocused td a,
@@ -1167,12 +1187,13 @@
}
#login-form td.input {
   width: 80%;
   padding: 8px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
   width: 24em;
   width: 100%;
   border-color: #666;
}
@@ -1209,7 +1230,13 @@
   background: linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
}
#login-form form table {
   width: 98%;
}
#login-form td.title {
   width: 20%;
   white-space: nowrap;
   color: #cecece;
   text-shadow: 0px 1px 1px black;
   text-align: right;
@@ -1228,12 +1255,12 @@
#login-form #message {
   min-height: 40px;
   padding: 5px 25px;
   text-align: center;
}
#login-form #message div {
   display: block;
   width: 200px;
   margin: 0 auto;
   display: inline-block;
   padding-right: 0;
}
#bottomline {
@@ -1253,7 +1280,8 @@
#quicksearchbar input {
   width: 176px;
   margin: 0;
   padding: 5px 26px 5px 38px;
   padding: 5px 26px 2px 38px;
   height: 18px;
   background: #f1f1f1;
   border-color: #a3a3a3;
   font-weight: bold;
@@ -1268,7 +1296,7 @@
#quicksearchbar #searchreset {
   position: absolute;
   top: 4px;
   right: 3px;
   right: 1px;
}
@@ -1390,7 +1418,13 @@
}
.toolbar a.button.spellcheck {
   background-position: center -930px;
   min-width: 64px;
   background-position: left -930px;
}
.toolbar a.button.spellcheck.selected {
   background-position: left -1580px;
   color: #1978a1;
}
.toolbar a.button.insertsig {
@@ -1444,7 +1478,14 @@
a.dropdownselector {
   position: absolute;
   padding: 1px 0;
   z-index: 1;
}
a.dropdownselector .handle {
   margin: -1px 0;
   padding-top: 5px;
   min-height: 20px;
}
select.decorated {
@@ -1574,8 +1615,13 @@
   background: linear-gradient(top, #00aad6 0%, #008fc9 100%);
}
ul.toolbarmenu.iconized li a {
ul.toolbarmenu.iconized li a,
ul.toolbarmenu.selectable li a {
   padding-left: 30px;
}
ul.toolbarmenu.selectable li a.selected {
   background: url(images/messages.png) 4px -27px no-repeat;
}
ul.toolbarmenu li label {
@@ -1848,6 +1894,19 @@
   background-position: 0 -364px;
}
.attachmentslist li.txt,
.attachmentslist li.text {
   background-position: 0 -416px;
}
.attachmentslist li.vcard {
   background-position: 0 -390px;
}
.attachmentslist li.html {
   background-position: 0 -442px;
}
.attachmentslist li a,
#compose-attachments ul li {
   display: block;