Thomas Bruederli
2013-08-14 85e10cbb418687f92bdd032beb1ded0205e6a857
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;
@@ -611,6 +613,7 @@
#toplogo {
   padding-top: 2px;
   cursor: pointer;
   border: none;
}
.topleft {
@@ -925,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) {
   .iframebox {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
   }
}
/*** lists ***/
@@ -1578,6 +1590,7 @@
#login-form #logo {
   margin-bottom: 20px;
   border: none;
}
#login-form #message {