Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two different types of labels in the header
Message
 
 
To
All
General information
Forum:
CSS
Category:
Other
Title:
Two different types of labels in the header
Miscellaneous
Thread ID:
01642345
Message ID:
01642345
Views:
36
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.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform