Thomas Bruederli
2013-10-25 113b461dfd626c11fda76bfa25cfada9e1b1fcc6
skins/larry/styles.css
@@ -929,6 +929,15 @@
   background-repeat: no-repeat;
}
/* fix scrolling within iframes in webkit browsers on touch devices */
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-device-width:1024px) {
   .iframebox {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
   }
}
/*** lists ***/
.listbox {
@@ -1431,6 +1440,20 @@
   font-size: 12px;
}
.propform div.prop {
   margin-bottom: 0.5em;
}
.propform div.prop.block label {
   display: block;
   margin-bottom: 0.3em;
}
.propform div.prop.block input,
.propform div.prop.block textarea {
   width: 95%;
}
fieldset.floating {
   float: left;
   margin-right: 10px;
@@ -1670,6 +1693,7 @@
   -o-box-shadow: none;
   background: url(images/buttons.png) -100px 0 no-repeat transparent;
   border: 0;
   border-radius: 0;
}
.toolbar a.button.disabled {
@@ -1807,7 +1831,11 @@
}
.toolbar a.button.download {
   background-position: center -1906px;
   background-position: center -1892px;
}
.toolbar a.button.responses {
   background-position: center -1932px;
}
a.menuselector {
@@ -1896,6 +1924,9 @@
   top: 32px;
   left: 90px;
   width: auto;
   max-height: 70%;
   overflow: -moz-scrollbars-vertical;
   overflow-y: auto;
   background: #444;
   border: 1px solid #999;
   z-index: 240;
@@ -1912,6 +1943,7 @@
}
ul.toolbarmenu,
ul.toolbarmenu ul,
#rcmKSearchpane ul {
   margin: 0;
   padding: 0;
@@ -1930,13 +1962,13 @@
}
.googie_list tr:first-child td,
ul.toolbarmenu li:first-child,
ul.toolbarmenu > li:first-child,
select.decorated option:first-child {
   border-top: 0;
}
.googie_list tr:last-child td,
ul.toolbarmenu li:last-child,
ul.toolbarmenu > li:last-child,
select.decorated option:last-child {
   border-bottom: 0;
}
@@ -1988,6 +2020,11 @@
   color: #fff;
   padding: 4px 8px;
   text-shadow: 0px 1px 1px #333;
}
ul.toolbarmenu li.separator label {
   color: #bbb;
   font-style: italic;
}
ul.toolbarmenu li a.icon {
@@ -2066,6 +2103,15 @@
ul.toolbarmenu li span.conversation {
   background-position: 0 -1532px;
}
#snippetslist {
   max-width: 200px;
}
#snippetslist li a {
   overflow: hidden;
   text-overflow: ellipsis;
}
#rcmKSearchpane {
@@ -2282,12 +2328,13 @@
   display: block;
   color: #333;
   font-weight: bold;
   padding: 8px 15px 3px 30px;
   padding: 3px 15px 3px 30px;
   text-shadow: 0px 1px 1px #fff;
   text-decoration: none;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 20px;
}
.attachmentslist li a.drop {
@@ -2316,9 +2363,9 @@
.attachmentslist li a.delete,
.attachmentslist li a.cancelupload {
   position: absolute;
   top: 6px;
   top: 4px;
   right: 0;
   width: 24px;
   width: 20px;
   height: 18px;
   padding: 0;
   text-decoration: none;