0

search css for an embedded window.setStyle("padding-top:4px;")

asked 2011-06-07 14:14:55 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

Hi all,

i don't find the css-tag for the padding-top of an embedded window by inspecting the generated css in the chrom css inspector.
The goal is to have a css class for that.

The java code:

		Window win = new Window();
		win.setBorder("none");
		win.setStyle("padding-top: 20px");
		// win.setSclass("oT-DashboardWindows");

the css attempt:

/* ----------- WINDOW Dashboard-modules ------------ */
.oT-DashboardWindows .z-window-embedded {
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

thanks
Stephan

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2011-06-11 11:27:12 +0800

RyanWu gravatar image RyanWu
533 2
about.me/flyworld

updated 2011-06-11 11:29:14 +0800

Try this Sample

*click run

---> same place with "outerwin" CSS class

link publish delete flag offensive edit

answered 2011-06-11 12:13:06 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

Thanks Ryan

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-06-07 14:14:55 +0800

Seen: 582 times

Last updated: Jun 11 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More