ajsfw
Version:
Ajs Framework
13 lines (12 loc) • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Tsx_1 = require("../Tsx/Tsx");
var StyleSheet = (function () {
function StyleSheet() {
}
StyleSheet.prototype.render = function () {
return (Tsx_1.AjsDebugTsxFactory.createElement("style", { type: "text/css" }, ".ajsDebug ^ position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; z-index: 16384; background-color: white; border: solid 1px black; border-radius: 10px; opacity: 0.95; overflow: auto; font-family: Arial; font-size: 12px; padding-top: 5px; $ .ajsDebugToolbar ^ margin-left: 10px; margin-right: 10px; height: 25px; line-height: 25px; text-align: center; background-color: #F0F0F0; verical-align: middle; box-sizing: border-box; border-radius: 10px; margin-top: 5px; $ .ajsDebugToolbar input[type='button'] ^ height: 20px; width: 50px; margin-top: 2px; margin-left: 3px; margin-right: 3px; padding: 2px; -webkit-appearance: none; border: solid 1px darkgrey; border-radius: 10px; font-size: 12px; background-color: white; $ .ajsDebugInfo ^ position: absolute; left: 10px; right: 10px; bottom: 10px; height: 25px; border: solid 1px silver; border-radius: 10px; padding: 5px; box-sizing: border-box; font-size: 12px; $"));
};
return StyleSheet;
}());
exports.StyleSheet = StyleSheet;