Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

How to get label/fields to appear differently based on Media Query

edited Nov 30, 2018 12:36AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered

Hello,

I would like to use Media Queries to change the way grid label/fields appear.

If it's has max-width of  500px, I would like the label to appear above the field. If it is >500px, then I would like the label to appear to the left of the field.

I've tried something like

...

.mceGridLabel.siebui-label.mceLabel, .mceGridField.siebui-value.mceField{

display:inline-block;

}

...

but it doesn't seem to work. The label still appears above the field.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center