Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two different types of labels in the header
Message
From
25/10/2016 13:09:34
 
General information
Forum:
CSS
Category:
Other
Miscellaneous
Thread ID:
01642345
Message ID:
01642350
Views:
26
>Hi everybody,
>
>I tried different ideas, but I can not get the desired behavior.
>
>Please see attached. I'd like to display the 'Created' information in a different font - it should be smaller and dimmed and pulled to the right. I could not find appropriate bootstrap class and everything I tried didn't work.
>
>Need some help.
>
>Here is my code
>
>
><div class="widget-head fixed-header">
>                {{ currentVendor.fullName }} {{ !isNew ? '(' + currentVendor.vendorId + ')' : '' }}
>                <span>
>                    @Labels.created {{currentVendor.dateTime  | date : 'medium'}} {{' by ' + currentVendor.operator + ' @Labels.at ' + currentVendor.salespoint}}
>                </span>
>                <switch class="pull-right" label-on="@Labels.hidden"
>                        label-off="@Labels.visible" checked="currentVendor.hidden" form="form"></switch>
>
>            </div>
>
>So, I need the part in the span to look different.
>
>Here is how it looks now - see attached.

Why not just define your own CSS class ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform