diff --git a/public/css/ui/common.css b/public/css/ui/common.css index 37ac220b81..985335a6fd 100644 --- a/public/css/ui/common.css +++ b/public/css/ui/common.css @@ -45,6 +45,41 @@ a { text-align: right; } +/* module */ + +.module-top .alert { + padding-right: 15px; + margin-bottom: 10px; +} + +.module-top a, .module-top a:hover { + color: black; + font-size: 120%; + font-weight: bold; +} + +.module-top .badge { + margin-top: 3px; +} + +.module-item-progress { + margin-bottom: 10px; + height: 17px; +} + +.module-item-progress-total { + height: 7px; + background-color: #999999; + width: 0px; +} + +.module-item-progress-open { + height: 7px; + background-color: red; + width: 0px; +} + + /* fixed navbar in appframe */ .appframe .navbar { diff --git a/public/js/legacy/widgets/form/form.js b/public/js/legacy/widgets/form/form.js index d2865e1344..d502e3c9c1 100644 --- a/public/js/legacy/widgets/form/form.js +++ b/public/js/legacy/widgets/form/form.js @@ -212,8 +212,8 @@ _f.Frm.prototype.setup_std_layout = function() { _f.Frm.prototype.setup_print = function() { this.print_formats = wn.meta.get_print_formats(this.meta.name); - this.print_sel = $a(null, 'select', '', {width:'160px'}); - add_sel_options(this.print_sel, this.print_formats); + this.print_sel = $("