.installer { .page{ padding : 0 0 5px 0; line-height: 1.5em; height: 100%; position: relative; box-sizing: border-box; } .page h3{ margin-top : 0; } .choice{ margin: 0; padding: 0; } .choice li{ list-style-type: none; margin: 0 0 4px 20px; } .intro h4{ margin-bottom : 0; } .intro p{ margin-top : 3px; } pre.code{ background: rgb(196, 196, 196); padding: 10px; border-radius: 3px; font-family: Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace; border: 1px solid rgb(163, 163, 163); font-size: 11px; } .execute{ background : @installer-background; font-smoothing: @installer-font-smoothing; /*height : 250px;*/ /*position : relative;*/ border-top: @installer-border-top; box-shadow: @installer-box-shadow; // position: absolute; // top: 1px; // left: 0; // right: 0; // bottom: 0; height: 100%; } .execute .title { color: @installer-color; font-family: @installer-font-family; font-size: 20px; text-shadow: @installer-text-shadow; } .execute .install-spinner{ .image-2x(@pane-button-save-image, @pane-button-save-image-width, @pane-button-save-image-height, no-repeat); animation: @pane-button-save-animation; } .execute .log{ position : absolute; left : 0px; top : 40px; right : 0px; bottom : 0px; background : #153649; padding : 20px 20px 20px 20px; overflow : auto; color : @installer-log-color; line-height: 1.4em; font-family : Ubuntu Mono, Menlo, Consolas, monospace; font-size : 12px; margin : 0; border-radius: @installer-log-border-radius; background-image: @installer-log-gradient; border : @installer-log-border; border-color : @installer-log-border-color; box-shadow : @installer-log-box-shadow; } .execute .log .ace_editor{ background-color: transparent !important; color: #333 !important; font-family: Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace, Monaco; } .execute .log .output{ display : none; color : gray; margin : 10px; } .execute .log.details .output{ display : block; } .execute .log .error{ color : orange; } .execute .cb{ position: absolute; top: 20px; right: 1px; } .execute .cb label{ font-family: Arial; font-size: 12px; color: @installer-log-checkbox-color; } .execute .progress{ position: absolute; left: 90px; bottom: -50px; font-family: arial; font-size: 12px; color: @installer-log-progress-color; padding-left: 20px; } .execute .progress span{ width: 14px; height: 14px; display: block; position: absolute; left: 3px; top: 2px; } .intro blockquote, .overview blockquote, .complete blockquote{ margin: 0; height: 100%; } .overview blockquote{ height: auto; position: absolute; left: 0px; top: 45px; bottom: 0px; right: 0px; } .ace_tree .tree-row.required .checkbox{ outline: none !important; background-color: transparent !important; } }