diff options
3 files changed, 16 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/customcomponent/customcomponent.css b/WebContent/ITMILL/themes/default/customcomponent/customcomponent.css new file mode 100644 index 0000000000..64420a4182 --- /dev/null +++ b/WebContent/ITMILL/themes/default/customcomponent/customcomponent.css @@ -0,0 +1,3 @@ +.i-customcomponent { + overflow: hidden; +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/customlayout/customlayout.css b/WebContent/ITMILL/themes/default/customlayout/customlayout.css new file mode 100644 index 0000000000..32171f2887 --- /dev/null +++ b/WebContent/ITMILL/themes/default/customlayout/customlayout.css @@ -0,0 +1,3 @@ +.i-customlayout { + overflow: hidden; +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 39ffc1e630..30e307fe95 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -455,6 +455,16 @@ input.i-modified, margin-left: 0px; } +/* ./WebContent/ITMILL/themes/default/customcomponent/customcomponent.css */ +.i-customcomponent { + overflow: hidden; +} + +/* ./WebContent/ITMILL/themes/default/customlayout/customlayout.css */ +.i-customlayout { + overflow: hidden; +} + /* ./WebContent/ITMILL/themes/default/datefield/datefield.css */ .i-datefield { white-space: nowrap; |