From 7385de9c1f11569e95ffeefe97000c2e3caaa392 Mon Sep 17 00:00:00 2001 From: Marco Antonio Nina Date: Tue, 7 Feb 2012 11:58:42 -0400 Subject: [PATCH] BUG 000 Add srollbar for multiple tabs in task properties --- gulliver/js/maborak/core/module.panel.js | 2 +- gulliver/js/maborak/core/stylesheet/default.css | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gulliver/js/maborak/core/module.panel.js b/gulliver/js/maborak/core/module.panel.js index 5832cf013..ce8788988 100755 --- a/gulliver/js/maborak/core/module.panel.js +++ b/gulliver/js/maborak/core/module.panel.js @@ -1506,7 +1506,7 @@ leimnud.Package.Public({ position:"absolute", left:((this.tab.display==="vertical")?((this.tab.width-this.tab.optWidth)-((this.parent.browser.isIE)?-1:1)):opW), //left:0, - top:((this.tab.display==="vertical")?opH:"auto"), + top:((this.tab.display==="vertical")?opH:0),//"auto"), bottom:((this.tab.display==="vertical")?"auto":0) }); tb.innerHTML=this.tab.options[i].title || ""; diff --git a/gulliver/js/maborak/core/stylesheet/default.css b/gulliver/js/maborak/core/stylesheet/default.css index 71ffeacfa..4f84b6bd8 100755 --- a/gulliver/js/maborak/core/stylesheet/default.css +++ b/gulliver/js/maborak/core/stylesheet/default.css @@ -351,8 +351,7 @@ INPUT { border: 1px solid #1983BD; border: 1px solid #66667E; border:1px solid #AAA; - - oveflow:hidden; + overflow: hidden; /*border: 1px solid #5394BF; border-left:1px solid #8BBDDF; border-top:1px solid #8BBDDF;*/ @@ -464,7 +463,11 @@ INPUT { .panel_tab___processmaker{ position:absolute; z-index:3; - overflow:hidden; + padding-bottom: 16px; + overflow-x: scroll; + /*overflow-y: visible;*/ + + }