Thomas Bruederli
2012-07-06 98d096004d7222df2ec944d136ef6356df173f7b
skins/larry/styles.css
@@ -1036,8 +1036,8 @@
   margin: 38px 0 10px 0;
}
body.iframe.footerbuttons {
   margin-bottom: 42px;
body.iframe.floatingbuttons {
   margin-bottom: 40px;
}
body.iframe.fullheight {
@@ -1064,14 +1064,25 @@
   z-index: 100;
}
body.iframe .footerbuttons {
body.iframe .footerleft.floating {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   z-index: 110;
   background: #fff;
   padding: 8px;
   padding-top: 8px;
   padding-bottom: 12px;
}
body.iframe .footerleft.floating:before {
   content: " ";
   position: absolute;
   top: -6px;
   left: 0;
   width: 100%;
   height: 6px;
   background: url(images/overflowshadow.png) top center no-repeat;
}
.boxcontent {
@@ -1087,8 +1098,16 @@
   overflow: auto;
}
.iframebox {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 28px;
}
.footerleft {
   padding: 0 12px 10px 12px;
   padding: 0 12px 4px 12px;
}
.propform fieldset {