Aleksander Machniak
2013-10-24 c3b6f3d8714e03878e7f2e461b3c842433ed58ab
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 {
@@ -1670,6 +1679,7 @@
   -o-box-shadow: none;
   background: url(images/buttons.png) -100px 0 no-repeat transparent;
   border: 0;
   border-radius: 0;
}
.toolbar a.button.disabled {
@@ -1896,6 +1906,8 @@
   top: 32px;
   left: 90px;
   width: auto;
   max-height: 70%;
   overflow: auto;
   background: #444;
   border: 1px solid #999;
   z-index: 240;
@@ -1927,6 +1939,7 @@
   margin: 0;
   border-top: 1px solid #5a5a5a;
   border-bottom: 1px solid #333;
   padding-right: 10px;
}
.googie_list tr:first-child td,
@@ -2282,12 +2295,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 +2330,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;