| | |
| | | margin: 38px 0 10px 0; |
| | | } |
| | | |
| | | body.iframe.footerbuttons { |
| | | margin-bottom: 42px; |
| | | body.iframe.floatingbuttons { |
| | | margin-bottom: 40px; |
| | | } |
| | | |
| | | body.iframe.fullheight { |
| | |
| | | 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 { |
| | |
| | | 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 { |