thomascube
2012-02-29 7a32e9c7e82a884d58ec2774d0148e5075a4791c
skins/larry/styles.css
@@ -66,10 +66,6 @@
   color: #aaa;
}
select.selector {
   padding: 2px 4px;
}
.bold {
   font-weight: bold;
}
@@ -1311,7 +1307,7 @@
.dropbutton .dropbuttontip {
   display: block;
   position: absolute;
   right: 2px;
   right: 0;
   top: 0;
   height: 42px;
   width: 18px;
@@ -1332,6 +1328,13 @@
   background-position: 0 -1255px;
}
.dropbutton a.button {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
}
.toolbar a.button.back {
   background-position: 0 -1216px;
}
@@ -1349,13 +1352,13 @@
}
.toolbar a.button.reply-all {
   min-width: 74px;
   background-position: center -610px;
   min-width: 64px;
   background-position: left -610px;
}
.toolbar a.button.forward {
   min-width: 74px;
   background-position: center -650px;
   min-width: 64px;
   background-position: left -650px;
}
.toolbar a.button.delete {
@@ -1439,6 +1442,24 @@
   text-decoration: none;
}
a.dropdownselector {
   position: absolute;
   z-index: 1;
}
select.decorated {
   position: relative;
   z-index: 10;
   opacity: 0;
   -khtml-appearance: none;
   padding: 2px 4px;
   cursor: pointer;
}
html.opera select.decorated {
   opacity: 1;
}
/*** popup menus ***/