Aleksander Machniak
2013-10-24 c3b6f3d8714e03878e7f2e461b3c842433ed58ab
skins/larry/styles.css
@@ -50,6 +50,8 @@
input[type="text"]:focus,
input[type="password"]:focus,
input[type="text"]:required,
input[type="password"]:required,
input.button:focus,
textarea:focus {
   border-color: #4787b1;
@@ -368,7 +370,7 @@
   background-position: -29px -271px;
}
.pagenav a.changeformat.text span.inner {
.pagenav a.changeformat.html span.inner {
   background-position: -7px -1859px;
}
.pagenav a.changeformat.html.selected span.inner {
@@ -611,6 +613,7 @@
#toplogo {
   padding-top: 2px;
   cursor: pointer;
   border: none;
}
.topleft {
@@ -688,17 +691,6 @@
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   opacity: 0.999;
}
.partwin #topline {
   position: absolute;
   right: 6px;
   top: 18px;
   width: auto;
   z-index: 100;
   background: transparent;
   background: none;
   border: 0;
}
.minimal #topline a.button-logout {
@@ -883,10 +875,6 @@
   top: 102px;
}
.partwin #mainscreen {
   top: 60px
}
.extwin #mainscreen {
   top: 40px;
}
@@ -896,7 +884,7 @@
}
#mainscreen .offset {
   margin-top: 42px;
   top: 42px;
}
.uibox {
@@ -940,6 +928,15 @@
   background-position: center;
   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 ***/
@@ -1057,6 +1054,10 @@
ul.listing li.droptarget,
table.listing tr.droptarget td {
   background-color: #e8e798;
}
.listbox table.listing {
   background-color: #d9ecf4;
}
table.listing,
@@ -1589,6 +1590,7 @@
#login-form #logo {
   margin-bottom: 20px;
   border: none;
}
#login-form #message {
@@ -1677,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 {
@@ -1813,6 +1816,10 @@
   background-position: 0 -1745px;
}
.toolbar a.button.download {
   background-position: center -1906px;
}
a.menuselector {
   display: inline-block;
   border: 1px solid #ababab;
@@ -1858,6 +1865,7 @@
   filter: alpha(opacity=0);
   -khtml-appearance: none;
   -webkit-appearance: none;
   border: 0;
}
html.opera select.decorated {
@@ -1873,6 +1881,7 @@
   text-shadow: 0px 1px 1px #333;
   padding: 4px 6px;
   outline: none;
   cursor: default;
}
@@ -1897,6 +1906,8 @@
   top: 32px;
   left: 90px;
   width: auto;
   max-height: 70%;
   overflow: auto;
   background: #444;
   border: 1px solid #999;
   z-index: 240;
@@ -1928,6 +1939,7 @@
   margin: 0;
   border-top: 1px solid #5a5a5a;
   border-bottom: 1px solid #333;
   padding-right: 10px;
}
.googie_list tr:first-child td,
@@ -2283,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 {
@@ -2317,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;